forked from extern/shorewall_code
e5d42a14a5
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1491 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
27 lines
826 B
Plaintext
27 lines
826 B
Plaintext
#
|
|
# Shorewall 2.1 -- RFC1918 File
|
|
#
|
|
# /etc/shorewall/rfc1918
|
|
#
|
|
# Lists the subnetworks that are blocked by the 'norfc1918' interface option.
|
|
#
|
|
# The default list includes those IP addresses listed in RFC 1918.
|
|
#
|
|
# DO NOT MODIFY THIS FILE. IF YOU NEED TO MAKE CHANGES, COPY THE FILE
|
|
# TO /etc/shorewall AND MODIFY THE COPY.
|
|
#
|
|
# Columns are:
|
|
#
|
|
# SUBNET The subnet (host addresses also allowed)
|
|
# TARGET Where to send packets to/from this subnet
|
|
# RETURN - let the packet be processed normally
|
|
# DROP - silently drop the packet
|
|
# logdrop - log then drop
|
|
#
|
|
###############################################################################
|
|
#SUBNET TARGET
|
|
172.16.0.0/12 logdrop # RFC 1918
|
|
192.168.0.0/16 logdrop # RFC 1918
|
|
10.0.0.0/8 logdrop # RFC 1918
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|