FreeBSD Bugzilla – Attachment 18735 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), 1.13 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:
1.13 KB
patch
obsolete
>--- etc/rc.firewall6.orig Thu Jan 3 23:23:55 2002 >+++ etc/rc.firewall6 Thu Jan 3 23:44:23 2002 >@@ -110,9 +110,9 @@ > # > # This needs more work > # >- net="3ffe:505:2:1::" >- prefixlen="64" >- ip="3ffe:505:2:1::1" >+ net=${ipv6_firewall_client_net} >+ prefixlen=${ipv6_firewall_client_prefixlen} >+ ip=${ipv6_firewall_client_ip} > > # Allow any traffic to or from my own net. > ${fw6cmd} add pass all from ${ip} to ${net}/${prefixlen} >@@ -164,16 +164,16 @@ > ############ > > # set these to your outside interface network and prefixlen and ip >- oif="ed0" >- onet="3ffe:505:2:1::" >- oprefixlen="64" >- oip="3ffe:505:2:1::1" >+ oif=${ipv6_firewall_simple_oif} >+ onet=${ipv6_firewall_simple_onet} >+ oprefixlen=${ipv6_firewall_simple_oprefixlen} >+ oip=${ipv6_firewall_simple_oip} > > # set these to your inside interface network and prefixlen and ip >- iif="ed1" >- inet="3ffe:505:2:2::" >- iprefixlen="64" >- iip="3ffe:505:2:2::1" >+ iif=${ipv6_firewall_simple_iif} >+ inet=${ipv6_firewall_simple_inet} >+ iprefixlen=${ipv6_firewall_simple_iprefixlen} >+ iip=${ipv6_firewall_simple_iip} > > # Stop spoofing > ${fw6cmd} add deny all from ${inet}/${iprefixlen} to any in via ${oif}
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