ipv6 private net exemptions
javocado
javocado at gmail.com
Fri Oct 25 22:00:41 UTC 2013
I'm looking to implement some ipv6 rules into an existing ipv4 ruleset. I'd
like to get the ipv6 equivalents for:
00512 deny ip from 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 to any
00513 deny ip from any to 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
00514 deny ip from
0.0.0.0/8,169.254.0.0/16,192.0.2.0/24,224.0.0.0/4,240.0.0.0/4 to any
00515 deny ip from any to
0.0.0.0/8,169.254.0.0/16,192.0.2.0/24,224.0.0.0/4,240.0.0.0/4
i.e. what are the private net blocks for ipv6
Thank you
More information about the freebsd-ipfw
mailing list