Hi,

I had set up a firewall following the instructions at boingworld.com.
I am unable to ping my local machine. I have the network with 2 clients in
the ip range 192.168.10.x. The LM machine is a router with 2 NIC's, this is
the machine I am not able to ping.

here is the output from iptables -L

Thanks
Sridhar


Chain INPUT (policy DROP)
target     prot opt source               destination
icmp_packets  icmp --  anywhere             anywhere
tcp_packets  tcp  --  anywhere             anywhere
udpincoming_packets  udp  --  anywhere             anywhere
ACCEPT     all  --  anywhere             192.168.10.255
ACCEPT     all  --  localhost.localdomain  anywhere
ACCEPT     all  --  192.168.10.0/24      anywhere
ACCEPT     all  --  anywhere             xxx.xxx.xxx.xxx RELATED,ESTABLISHED
LOG        all  --  anywhere             anywhere           limit: avg 3/min
burst 3 LOG level debug prefix `IPT INPUT packet died: '

Chain FORWARD (policy DROP)
target     prot opt source               destination
tcp_packets  tcp  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere           state
RELATED,ESTABLISHED
LOG        all  --  anywhere             anywhere           limit: avg 3/min
burst 3 LOG level debug prefix `IPT FORWARD packet died: '
tcp_packets  tcp  --  anywhere             anywhere
tcp_packets  tcp  --  anywhere             anywhere

Chain OUTPUT (policy DROP)
target     prot opt source               destination
ACCEPT     all  --  localhost.localdomain  anywhere
ACCEPT     all  --  om.universe.com      anywhere
ACCEPT     all  --  xxx.xxx.xxx.xxx      anywhere
LOG        all  --  anywhere             anywhere           limit: avg 3/min
burst 3 LOG level debug prefix `IPT OUTPUT packet died: '

Chain allowed (0 references)
target     prot opt source               destination
ACCEPT     tcp  --  anywhere             anywhere           tcp
flags:SYN,RST,ACK/SYN
ACCEPT     tcp  --  anywhere             anywhere           state
RELATED,ESTABLISHED
DROP       tcp  --  anywhere             anywhere

Chain icmp_packets (1 references)
target     prot opt source               destination

Chain tcp_packets (4 references)
target     prot opt source               destination
LOG        tcp  --  anywhere             anywhere           tcp
flags:!SYN,RST,ACK/SYN state NEW LOG level warning prefix `New not syn:'
DROP       tcp  --  anywhere             anywhere           tcp
flags:!SYN,RST,ACK/SYN state NEW

Chain udpincoming_packets (1 references)
target     prot opt source               destination
ACCEPT     udp  --  anywhere             anywhere           udp spt:domain
ACCEPT     udp  --  anywhere             anywhere           udp spt:ntp




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to