$ sudo ftp http://www.completewhois.com/bogons/data/bogons-cidr-all.txt
[..]
$ grep bogons /etc/pf.conf         
# List of all bogons (ips not allocated) for entire IPv4 ip space
table <bogons> persist file "/etc/bogons-cidr-all.txt"
block in  quick on $ext_if from <bogons> to any
block out quick on $ext_if from any to <bogons>
$ head -15 /etc/bogons-cidr-all.txt
# List of all bogons (ips not allocated) for entire IPv4 ip space
# This file does not include the following additional iana reserved blocks:
#   10.0.0.0 - 10.255.255.255     - reserved for intranet local networks
#   127.0.0.0 - 127.255.255.255   - reserved for local loop on each computer
#   172.16.0.0 - 172.31.255.255   - reserved for intranet local networks
#   192.168.0.0 - 192.168.255.255 - reserved for intranet local networks
#   224.0.0.0 - 239.255.255.255   - used for multicast routing
# All these ip blocks are commonly used for local ethernet or local machine
# and hence if you filter them you may accidently shut down your own network
# Please manually add to your configuration those of the above blocks that
# you know for certain are not used on your local network
#
# For more information on this project see http://www.completewhois.com/bogons/
# This file is based on data collected on Mon Mar  8 06:20:46 PST 2004
0.0.0.0/7
$

;-)
-- 
Todd Fries .. [EMAIL PROTECTED]


Free Daemon Consulting, LLC                    VOIP: 1.636.410.0632
http://FreeDaemonConsulting.com                VOIP: 1.405.227.9094
"..in support of free software solutions."   Mobile: 1.405.203.6124

Key fingerprint: 37E7 D3EB 74D0 8D66 A68D  B866 0326 204E 3F42 004A
            Key: http://todd.fries.net/pgp.txt

Reply via email to