From: Scott <gneamob@yahoo.com>
To: iptables <netfilter@lists.netfilter.org>
Subject: Re: cant ping fw
Date: Wed, 6 Jul 2005 04:22:00 -0700 (PDT) [thread overview]
Message-ID: <20050706112200.28316.qmail@web54310.mail.yahoo.com> (raw)
In-Reply-To: <42CBBE57.5060802@eccotours.dyndns.org>
Brent,
Have you tried specifying an interface or address
range explicitly?
such as....
$IPT -t filter -A INPUT -i lo -p icmp --icmp-type
echo-request -j ACCEPT
or....
$IPT -t filter -A INPUT -d 127.0.0.0/255.0.0.0 -p icmp
--icmp-type echo-request -j ACCEPT
perhaps even combining those.. good luck!
-Scott
--- Brent Clark <bclark@eccotours.dyndns.org> wrote:
> Hi list
>
> I soo close to pulling my hair out on this
>
> I have a webserver with the following ruleset
> (default policy of drop)
>
[snip]
> $IPT -t filter -A INPUT -p icmp --icmp-type
> source-quench -j ACCEPT
> $IPT -t filter -A INPUT -p icmp --icmp-type
> parameter-problem -j ACCEPT
> $IPT -t filter -A INPUT -p icmp --icmp-type
> destination-unreachable -j
> ACCEPT
> $IPT -t filter -A INPUT -p icmp --icmp-type
> time-exceeded -j ACCEPT
> $IPT -t filter -A INPUT -p icmp --icmp-type
> echo-request -j ACCEPT
> #$IPT -t filter -A INPUT -p icmp --icmp-type !
> echo-request -j LOG
> $IPT -t filter -A INPUT -j LOG --log-prefix "[INPUT
> DROP]: "
> --log-tcp-options --log-ip-options
> $IPT -t filter -A INPUT -j DROP
>
> and for the likes on my I cant work out why I cant
> ping the machine
> even localhost, does not return anything
__________________________________
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html
next prev parent reply other threads:[~2005-07-06 11:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-06 11:19 cant ping fw Brent Clark
2005-07-06 11:22 ` Scott [this message]
2005-07-06 11:37 ` Jörg Harmuth
2005-07-06 12:04 ` Brent Clark
2005-07-06 12:29 ` Jörg Harmuth
2005-07-06 12:43 ` Brent Clark
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=20050706112200.28316.qmail@web54310.mail.yahoo.com \
--to=gneamob@yahoo.com \
--cc=netfilter@lists.netfilter.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox