On Wed, Jan 02, 2002 at 01:45:15PM -0800, Avery Payne wrote:

> You need to have the DHCP port open for this to work, for BOTH the input and
> output policies.  I believe the magic number is 67.

And 68, also.

Something like... 
iptables -A INPUT -i $ETHLAN -p udp -j ACCEPT --dport 67 --sport 68 
iptables -A OUTPUT -o $ETHLAN -p udp -j ACCEPT --dport 68 --sport 67

Someone please convert it to ipchains, I already forgot the
syntax. ;)

-- 
wr.

Reply via email to