/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! /* ALSO: Don't quote this header. It makes you look lame :-) */
On Mon, 2002-01-07 at 10:31, Chris Bond wrote: > I'm using rc.firewall-2.45-stronger version 0.64s. I run a dhcpd server > for the local Ethernet on eth0 and want the firewall to accept requests. > Currently it keeps dropping and logging the packets. > > What the iptables -A INPUT rules I need to add to get dhcp working? You need to allow the incoming traffic on eth0 through the following chains: - mangle PREROUTING - nat PREROUTING - filter INPUT An easy way of doing this (or finding the rules needed to do it) is to grab my firewall script from: http://www.asgardsrealm.net/linux/firewall. The script is fairly well commented and segmented. Jamin W. Collins _______________________________________________ Masq maillist - [EMAIL PROTECTED] Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES UNSUBSCRIBING! or email to [EMAIL PROTECTED] PLEASE read the HOWTO and search the archives before posting. You can start your search at http://www.indyramp.com/masq/ Please keep general linux/unix/pc/internet questions off the list.
