Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2000 13:48:18 -0400
From:      Forrest Aldrich <forrie@forrie.com>
To:        freebsd-ipfw@freebsd.org
Subject:   4.1.1 rc.firewall
Message-ID:  <5.0.0.25.2.20000928134746.00b11eb0@64.20.73.233>

next in thread | raw e-mail | index | archive | help
Any reason why these rules are repated (2 times) in /etc/rc.firewall... or 
is it a typo.


# Stop draft-manning-dsua-03.txt (1 May 2000) nets (includes RESERVED-1,
         # DHCP auto-configuration, NET-TEST, MULTICAST (class D), and class E)
         # on the outside interface
         ${fwcmd} add deny all from 0.0.0.0/8 to any via ${oif}
         ${fwcmd} add deny all from 169.254.0.0/16 to any via ${oif}
         ${fwcmd} add deny all from 192.0.2.0/24 to any via ${oif}
         ${fwcmd} add deny all from 224.0.0.0/4 to any via ${oif}
         ${fwcmd} add deny all from 240.0.0.0/4 to any via ${oif}





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ipfw" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.0.0.25.2.20000928134746.00b11eb0>