FreeBSD Bugzilla – Attachment 6708 Details for
Bug 15010
[patch] rc.firewall: "client" firewall configuration kills incoming broadcast
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 661 bytes, created by
trost
on 1999-11-21 01:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
trost
Created:
1999-11-21 01:10:01 UTC
Size:
661 bytes
patch
obsolete
>--- rc.firewall.old Mon Nov 8 19:04:02 1999 >+++ rc.firewall Sat Nov 20 16:58:11 1999 >@@ -100,9 +100,11 @@ > mask="255.255.255.0" > ip="192.168.4.17" > >- # Allow any traffic to or from my own net. >- $fwcmd add pass all from ${ip} to ${net}:${mask} >- $fwcmd add pass all from ${net}:${mask} to ${ip} >+ # Allow any traffic to or from my own net, including >+ # broadcast traffic. >+ $fwcmd add pass all from ${net}:${mask} to ${net}:${mask} via $ip >+ # undirected broadcast, too >+ $fwcmd add pass all from 255.255.255.255 to $ip via $ip > > # Allow TCP through if setup succeeded > $fwcmd add pass tcp from any to any established
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 15010
: 6708