# # Copyright 2010 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # Start by blocking everything. block in log all block out log all # Allow loopback traffic pass in quick on lo0 pass out quick on lo0 # Allow DHCP: in to client port, out to server port pass in quick proto udp from any to any port = 68 pass out quick proto udp from any to any port = 67