Stewart Adey wrote: > > I get heaps of these: > > Nov 3 12:50:24 firewall kernel: Packet log: input DENY eth0 PROTO=17 > 10.43.0.1:67 255.255.255.255:68 L=344 S=0x00 I=18816 F=0x0000 T=255 > (#9)
[ snip ] > i think it's my isp, but i'm not sure. Anyway, i need to know from > this section of the log, exactly what i need to type in dachstein disk > to silent deny these packets. thanks. Unless you're set on SILENT_DENY'ing based solely on your IP and udp port 67, you might want to consider this: # cat /etc/ipchains.input $IPCH -I input -j DENY -p all -s 0/0 -d 255.255.255.255 -i $EXTERN_IF -- Best Regards, mds mds resource 888.250.3987 Dare to fix things before they break . . . Our capacity for understanding is inversely proportional to how much we think we know. The more I know, the more I know I don't know . . . _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
