I have a question about setting up SuSEfirewall using /etc/rc.config.d/firewall.rc.config. I am pretty happy with the firewall, but I have been noticing in my logs what appears to be packets from my ISP's DHCP server (port 67) to my port 68. The packets seem to be being DENY'd and if that is the case, I don't know why. I set FW_SERVICE_DHCLIENT="yes", but this is what I'm seeing in the logs: Jun 29 19:40:37 telluride kernel: Packet log: input DENY eth0 PROTO=17 177.206.122.48:67 94.169.114.118:68 L=328 S=0x00 I=16105 F=0x4000 T=252 (#122) And to really confuse matters, if I test it with ipchains -C, it indicates it should be accepted!!! What is going on? [574][root@telluride:/var/log]$ ipchains -v -C input -p udp -s 177.206.122.48 67 -d 94.169.114.118 68 -i eth0 - udp opt ------ tos 0xFF 0x00 via eth0 177.206.112.48 -> 94.169.114.118 67 -> 68 accepted Is this weird or what? I'm worried that if this really is DENYing packets from the DHCP server that I'll lose my IP address eventually, if it can't be renewed or reassigned or whatever.