What is the output of your ipchains list command? (to list the rules in effect)
-Nathan On Sun, 24 Sep 2000, Sven Burgener wrote: > Hi boys'n girls > > I have these entries in my logs: > > Sep 23 22:07:27 host kernel: Packet log: input DENY eth0 PROTO=17 \ > 62.2.XX.XX:67 62.2.XX.XX:68 L=328 S=0x00 I=59001 F=0x4000 T=250 (#32) > Sep 23 22:07:27 host kernel: Packet log: input DENY eth0 PROTO=17 \ > 62.2.XX.XX:67 62.2.XX.XX:68 L=328 S=0x00 I=59002 F=0x4000 T=250 (#32) > > I cannot understand why they get logged. The responsible ipchains > commands are: > > ${ipchains} -I input -p tcp -s 0.0.0.0 bootps --dport bootpc \ > -i eth0 -j ACCEPT ! -y > ${ipchains} -I input -p udp -s 0.0.0.0 bootps --dport bootpc \ > -i eth0 -j ACCEPT > > What do I need to change for them to be able to *enter*? > > Sven >