View | Details | Raw Unified | Return to bug 33545 | Differences between
and this patch

Collapse All | Expand All

(-)etc/defaults/rc.conf (+22 lines)
Lines 50-55 Link Here
50
firewall_quiet="NO"		# Set to YES to suppress rule display
50
firewall_quiet="NO"		# Set to YES to suppress rule display
51
firewall_logging="NO"		# Set to YES to enable events logging
51
firewall_logging="NO"		# Set to YES to enable events logging
52
firewall_flags=""		# Flags passed to ipfw when type is a file
52
firewall_flags=""		# Flags passed to ipfw when type is a file
53
firewall_client_net="192.0.2.0"		# Client firewall network
54
firewall_client_mask="255.255.255.0"	# Client firewall netmask
55
firewall_client_ip="192.0.2.1"		# Client firewall IP address
56
firewall_simple_oif="ed0"		# Simple firewall outside interface
57
firewall_simple_onet="192.0.2.0"	# Simple firewall outside network
58
firewall_simple_omask="255.255.255.240" # Simple firewall outside netmask
59
firewall_simple_oip="192.0.2.1"		# Simple firewall outside IP address
60
firewall_simple_iif="ed1"		# Simple firewall inside interface
61
firewall_simple_inet="192.0.2.16"	# Simple firewall inside network
62
firewall_simple_imask="255.255.255.240"	# Simple firewall inside netmask
63
firewall_simple_iip="192.0.2.17"	# Simple firewall inside IP address
53
ip_portrange_first="NO"		# Set first dynamically allocated port
64
ip_portrange_first="NO"		# Set first dynamically allocated port
54
ip_portrange_last="NO"		# Set last dynamically allocated port
65
ip_portrange_last="NO"		# Set last dynamically allocated port
55
ipsec_enable="NO"		# Set to YES to run setkey on ipsec_file
66
ipsec_enable="NO"		# Set to YES to run setkey on ipsec_file
Lines 291-296 Link Here
291
ipv6_firewall_quiet="NO"	# Set to YES to suppress rule display
302
ipv6_firewall_quiet="NO"	# Set to YES to suppress rule display
292
ipv6_firewall_logging="NO"	# Set to YES to enable events logging
303
ipv6_firewall_logging="NO"	# Set to YES to enable events logging
293
ipv6_firewall_flags=""		# Flags passed to ip6fw when type is a file
304
ipv6_firewall_flags=""		# Flags passed to ip6fw when type is a file
305
ipv6_firewall_client_net="3ffe:505:2:1::"  # Client firewall network
306
ipv6_firewall_client_prefixlen="64"	   # Client firewall prefixlen
307
ipv6_firewall_client_ip="3ffe:505:2:1::1"  # Client firewall IP
308
ipv6_firewall_simple_oif="ed0"		   # Simple firewall outside interface
309
ipv6_firewall_simple_onet="3ffe:505:2:1::" # Simple firewall outside network
310
ipv6_firewall_simple_oprefixlen="64" 	   # Simple firewall outside netmask
311
ipv6_firewall_simple_oip="3ffe:505:2:1::1" # Simple firewall outside IP
312
ipv6_firewall_simple_iif="ed1"		   # Simple firewall inside interface
313
ipv6_firewall_simple_inet="3ffe:505:2:2::" # Simple firewall inside network
314
ipv6_firewall_simple_iprefixlen="64"	   # Simple firewall inside netmask
315
ipv6_firewall_simple_iip="3ffe:505:2:2::1" # Simple firewall inside IP address
294
316
295
##############################################################
317
##############################################################
296
###  System console options  #################################
318
###  System console options  #################################

Return to bug 33545