From: "cc" <cc@kdtc.net>
To: netfilter@vger.kernel.org
Subject: icmp packets
Date: Mon, 23 May 2011 16:23:29 +0800 [thread overview]
Message-ID: <20110523081547.M25256@kdtc.net> (raw)
Hi,
I have a 'weird' problem that's most likely attributed to a
bad netfilter rules policy.
I am trying to ping from an internal machine to an external
site.
$IPTB -A INPUT -i $INET_IF -p icmp -s $EXT_SITE -j ACCEPT
$IPTB -A OUTPUT -o $INET_IF -p icmp -d $EXT_SITE -j ACCEPT
$IPTB -A FORWARD -i $DMZ_IF -o $INET_IF -p icmp -d $EXT_SITE -j ACCEPT
$IPTB -t nat -A POSTROUTING -o $INET_IF -p icmp -d $EXT_SITE \
-j SNAT --to-source $INET_IP
Now when I ping from an internal IP, I do not get a response
until the nth icmp_seq, where n > 100 (so far my testing).
Is there something wrong with the above rules?
Apparently I'm not getting a echo reply until n > 100?
I feel my understanding of ICMP packets requires some
further expanding.
Thanks
Ed
next reply other threads:[~2011-05-23 8:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-23 8:23 cc [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-09-20 14:10 ICMP packets P theodorou
2005-09-20 14:29 ` Marc Haber
2005-09-20 14:30 ` Gabriel
2005-09-20 15:18 ` /dev/rob0
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110523081547.M25256@kdtc.net \
--to=cc@kdtc.net \
--cc=netfilter@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.