You need to allow UDP ports 67&68 for full DHCP support, in both
directions...so....

"ipfw add allow any 67 to any any via int out"
"ipfw add allow any 67 to any any via int in"
"ipfw add allow any 68 to any any via int out"
"ipfw add allow any 68 to any any via int in"

Something like that should do it.

Hope that helps.

--Brian

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Warren Block
Sent: Sunday, January 26, 2003 10:58 PM
To: [EMAIL PROTECTED]
Subject: IPFW and DHCPD


Can someone post a set of ipfw rules to allow DHCP to work on the inside
interface, something that would work in the context of the "SIMPLE"
example in /etc/rc.firewall?

I've got too many variables to tell if I've got a working set of rules
and non-working dhcpd, or the other way around.  Thanks!

-Warren Block * Rapid City, South Dakota USA

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to