FreeBSD Bugzilla – Attachment 18733 Details for
Bug 33545
Add variables to rc.conf for rc.firewall
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.33 KB, created by
sjr
on 2002-01-04 18:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
sjr
Created:
2002-01-04 18:10:01 UTC
Size:
2.33 KB
patch
obsolete
>--- etc/defaults/rc.conf.orig Thu Jan 3 23:23:55 2002 >+++ etc/defaults/rc.conf Thu Jan 3 23:47:18 2002 >@@ -50,6 +50,17 @@ > firewall_quiet="NO" # Set to YES to suppress rule display > firewall_logging="NO" # Set to YES to enable events logging > firewall_flags="" # Flags passed to ipfw when type is a file >+firewall_client_net="192.0.2.0" # Client firewall network >+firewall_client_mask="255.255.255.0" # Client firewall netmask >+firewall_client_ip="192.0.2.1" # Client firewall IP address >+firewall_simple_oif="ed0" # Simple firewall outside interface >+firewall_simple_onet="192.0.2.0" # Simple firewall outside network >+firewall_simple_omask="255.255.255.240" # Simple firewall outside netmask >+firewall_simple_oip="192.0.2.1" # Simple firewall outside IP address >+firewall_simple_iif="ed1" # Simple firewall inside interface >+firewall_simple_inet="192.0.2.16" # Simple firewall inside network >+firewall_simple_imask="255.255.255.240" # Simple firewall inside netmask >+firewall_simple_iip="192.0.2.17" # Simple firewall inside IP address > ip_portrange_first="NO" # Set first dynamically allocated port > ip_portrange_last="NO" # Set last dynamically allocated port > ipsec_enable="NO" # Set to YES to run setkey on ipsec_file >@@ -291,6 +302,17 @@ > ipv6_firewall_quiet="NO" # Set to YES to suppress rule display > ipv6_firewall_logging="NO" # Set to YES to enable events logging > ipv6_firewall_flags="" # Flags passed to ip6fw when type is a file >+ipv6_firewall_client_net="3ffe:505:2:1::" # Client firewall network >+ipv6_firewall_client_prefixlen="64" # Client firewall prefixlen >+ipv6_firewall_client_ip="3ffe:505:2:1::1" # Client firewall IP >+ipv6_firewall_simple_oif="ed0" # Simple firewall outside interface >+ipv6_firewall_simple_onet="3ffe:505:2:1::" # Simple firewall outside network >+ipv6_firewall_simple_oprefixlen="64" # Simple firewall outside netmask >+ipv6_firewall_simple_oip="3ffe:505:2:1::1" # Simple firewall outside IP >+ipv6_firewall_simple_iif="ed1" # Simple firewall inside interface >+ipv6_firewall_simple_inet="3ffe:505:2:2::" # Simple firewall inside network >+ipv6_firewall_simple_iprefixlen="64" # Simple firewall inside netmask >+ipv6_firewall_simple_iip="3ffe:505:2:2::1" # Simple firewall inside IP address > > ############################################################## > ### System console options #################################
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 33545
: 18733 |
18734
|
18735