# # 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 = 546 pass out quick proto udp from any to any port = 547 # Allow ICMP for IPv6 for Neighbor advertisements pass in quick proto ipv6-icmp from any to any pass out quick proto ipv6-icmp from any to any