Page 1 of 1

Still having an issue with DHCP

Posted: Thu Jun 28, 2012 8:37 am
by benningtonr
With service iptables stop, i can run the command
works as expected
so i add
iptables -I INPUT -i eth0 -p udp --dport 67:68 --sport 67:68 -j ACCEPT

and restarted iptables

now i get

CRITICAL: No DHCPOFFERs were received.

Any Ideas?

Re: Still having an issue with DHCP

Posted: Thu Jun 28, 2012 8:44 am
by scottwilkerson
run this AFTER iptables is started

Code: Select all

iptables -I INPUT -i eth0 -p udp --dport 67:68 --sport 67:68 -j ACCEPT

Re: Still having an issue with DHCP

Posted: Thu Jun 28, 2012 8:51 am
by benningtonr
ok, it has gone back to green, i will check it again in a short while.