Apr 8 23:41:09 linux3 kernel: Packet log: input ACCEPT ippp1 PROTO=1 62.224.186.168:8 217.2.57.22:0 L=36 S=0x00 I=60136 F=0x0000 T=123 (#20)
What does this say? Is it needed to change some firewall rules?
That means you are being pinged - PROTO=1 is ICMP, the "ports" you see aren't ports, they mean ICMP type 8, code 0 (echo request). If you want to allow other hosts to ping you, it's okay, if not try a ipchains -A input -i <ext_interface> -p icmp --icmp-type echo-request -l -j DENY Blocking all ICMP traffic is not a good idea, you wouldn't receive stuff like destination-unreachable and so on. ---------------------------------- E-Mail: Bjoern Engels <bengels@lanworks.de> Date: 09-Apr-01 Time: 10:05:33 This message was sent by XFMail ----------------------------------