Re: [gentoo-user] can't ping myself when iptables running

2005-06-28 Thread askar ...
Thanks! askar On 6/29/05, A. Khattri <[EMAIL PROTECTED]> wrote: > On Tue, 28 Jun 2005, Dave Nebinger wrote: > > > Depends upon what your default policy is defined as. If the default policy > > is DENY then you must specifically include an ACCEPT rule for icmp traffic. > > You need some rules l

RE: [gentoo-user] can't ping myself when iptables running

2005-06-28 Thread A. Khattri
On Tue, 28 Jun 2005, Dave Nebinger wrote: > Depends upon what your default policy is defined as. If the default policy > is DENY then you must specifically include an ACCEPT rule for icmp traffic. You need some rules like this before the end of the INPUT ruleset: ACCEPT icmp -- 0.0.0.0/0

RE: [gentoo-user] can't ping myself when iptables running

2005-06-28 Thread Dave Nebinger
> I found out that when I run iptables rule below: [snip] > ip address of the nic connected to the modem is not pinged. > But I don't set any restriction for icmp??? Depends upon what your default policy is defined as. If the default policy is DENY then you must specifically include an ACCEPT ru