[OmniOS-discuss] help with ipfilter rule for DHCP client

Michael Mounteney gate03 at landcroft.co.uk
Wed Dec 3 12:05:46 UTC 2014


Answering my own question:

# Allow access to ISP's specified DHCP server for cable or DSL networks.
# The first rule obtains the IP of the server.
# The second obtains an address from it.
pass out log quick on e1000g0 proto udp from any to any port = 67 keep state
pass out quick on e1000g0 proto udp from any to 192.168.0.1 port = 67 keep state

How about that?  Anything better?


More information about the OmniOS-discuss mailing list