mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-22 21:48:39 +01:00
Modified Samples For 1.4 Usage And Readbility
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@499 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
8556250875
commit
d142c4ce9e
@ -7,4 +7,3 @@
|
|||||||
# DNS replies
|
# DNS replies
|
||||||
#
|
#
|
||||||
run_iptables -A common -p udp --sport 53 -mstate --state NEW -j DROP
|
run_iptables -A common -p udp --sport 53 -mstate --state NEW -j DROP
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 1.3 -- Interfaces File
|
# Shorewall 1.4 -- Sample Interface File For One Interface
|
||||||
#
|
#
|
||||||
# /etc/shorewall/interfaces
|
# /etc/shorewall/interfaces
|
||||||
#
|
#
|
||||||
@ -24,7 +24,7 @@
|
|||||||
#
|
#
|
||||||
# BROADCAST The broadcast address for the subnetwork to which the
|
# BROADCAST The broadcast address for the subnetwork to which the
|
||||||
# interface belongs. For P-T-P interfaces, this
|
# interface belongs. For P-T-P interfaces, this
|
||||||
# column is left black.If the interface has multiple
|
# column is left blank.If the interface has multiple
|
||||||
# addresses on multiple subnets then list the broadcast
|
# addresses on multiple subnets then list the broadcast
|
||||||
# addresses as a comma-separated list.
|
# addresses as a comma-separated list.
|
||||||
#
|
#
|
||||||
@ -42,16 +42,13 @@
|
|||||||
# OPTIONS A comma-separated list of options including the
|
# OPTIONS A comma-separated list of options including the
|
||||||
# following:
|
# following:
|
||||||
#
|
#
|
||||||
# dhcp - interface is managed by DHCP or used by
|
# dhcp
|
||||||
|
# Interface is managed by DHCP or used by
|
||||||
# a DHCP server running on the firewall or
|
# a DHCP server running on the firewall or
|
||||||
# you have a static IP but are on a LAN
|
# you have a static IP but are on a LAN
|
||||||
# segment with lots of Laptop DHCP clients.
|
# segment with lots of Laptop DHCP clients.
|
||||||
# routestopped - (Deprecated -- use
|
# norfc1918
|
||||||
# /etc/shorewall/routestopped)
|
# This interface should not receive
|
||||||
# When the firewall is stopped, allow
|
|
||||||
# and route traffic to and from this
|
|
||||||
# interface.
|
|
||||||
# norfc1918 - This interface should not receive
|
|
||||||
# any packets whose source is in one
|
# any packets whose source is in one
|
||||||
# of the ranges reserved by RFC 1918
|
# of the ranges reserved by RFC 1918
|
||||||
# (i.e., private or "non-routable"
|
# (i.e., private or "non-routable"
|
||||||
@ -59,27 +56,29 @@
|
|||||||
# enabled in shorewall.conf, packets
|
# enabled in shorewall.conf, packets
|
||||||
# whose destination addresses are
|
# whose destination addresses are
|
||||||
# reserved by RFC 1918 are also rejected.
|
# reserved by RFC 1918 are also rejected.
|
||||||
# multi - This interface has multiple IP
|
# routefilter
|
||||||
# addresses and you want to be able to
|
# Turn on kernel route filtering for this
|
||||||
# route between them.
|
|
||||||
# routefilter - turn on kernel route filtering for this
|
|
||||||
# interface (anti-spoofing measure). This
|
# interface (anti-spoofing measure). This
|
||||||
# option can also be enabled globally in
|
# option can also be enabled globally in
|
||||||
# the /etc/shorewall/shorewall.conf file.
|
# the /etc/shorewall/shorewall.conf file.
|
||||||
# dropunclean - Logs and drops mangled/invalid packets
|
# dropunclean
|
||||||
#
|
# Logs and drops mangled/invalid packets
|
||||||
# logunclean - Logs mangled/invalid packets but does
|
# logunclean
|
||||||
|
# Logs mangled/invalid packets but does
|
||||||
# not drop them.
|
# not drop them.
|
||||||
# blacklist - Check packets arriving on this interface
|
# blacklist
|
||||||
|
# Check packets arriving on this interface
|
||||||
# against the /etc/shorewall/blacklist
|
# against the /etc/shorewall/blacklist
|
||||||
# file.
|
# file.
|
||||||
# maclist - Connection requests from this interface
|
# maclist
|
||||||
|
# Connection requests from this interface
|
||||||
# are compared against the contents of
|
# are compared against the contents of
|
||||||
# /etc/shorewall/maclist. If this option
|
# /etc/shorewall/maclist. If this option
|
||||||
# is specified, the interface must be
|
# is specified, the interface must be
|
||||||
# an ethernet NIC and must be up before
|
# an ethernet NIC and must be up before
|
||||||
# Shorewall is started.
|
# Shorewall is started.
|
||||||
# tcpflags - Packets arriving on this interface are
|
# tcpflags
|
||||||
|
# Packets arriving on this interface are
|
||||||
# checked for certain illegal combinations
|
# checked for certain illegal combinations
|
||||||
# of TCP flags. Packets found to have
|
# of TCP flags. Packets found to have
|
||||||
# such a combination of flags are handled
|
# such a combination of flags are handled
|
||||||
@ -87,9 +86,8 @@
|
|||||||
# TCP_FLAGS_DISPOSITION after having been
|
# TCP_FLAGS_DISPOSITION after having been
|
||||||
# logged according to the setting of
|
# logged according to the setting of
|
||||||
# TCP_FLAGS_LOG_LEVEL.
|
# TCP_FLAGS_LOG_LEVEL.
|
||||||
# proxyarp -
|
# proxyarp
|
||||||
# Sets
|
# Sets /proc/sys/net/ipv4/conf/<interface>/proxy_arp.
|
||||||
# /proc/sys/net/ipv4/conf/<interface>/proxy_arp.
|
|
||||||
# Do NOT use this option if you are
|
# Do NOT use this option if you are
|
||||||
# employing Proxy ARP through entries in
|
# employing Proxy ARP through entries in
|
||||||
# /etc/shorewall/proxyarp. This option is
|
# /etc/shorewall/proxyarp. This option is
|
||||||
@ -101,31 +99,27 @@
|
|||||||
# significant but the list should have no embedded white
|
# significant but the list should have no embedded white
|
||||||
# space.
|
# space.
|
||||||
#
|
#
|
||||||
# Example 1: Suppose you have eth0 connected to a DSL modem and
|
# Example 1:
|
||||||
# eth1 connected to your local network and that your
|
# Suppose you have eth0 connected to a DSL modem
|
||||||
# local subnet is 192.168.1.0/24. The interface gets
|
# that gets it's IP address via DHCP from subnet
|
||||||
# it's IP address via DHCP from subnet
|
# 206.191.149.192/27.
|
||||||
# 206.191.149.192/27. You have a DMZ with subnet
|
|
||||||
# 192.168.2.0/24 using eth2. You want to be able to
|
|
||||||
# access the firewall from the local network when the
|
|
||||||
# firewall is stopped.
|
|
||||||
#
|
#
|
||||||
# Your entries for this setup would look like:
|
# Your entries for this setup would look like:
|
||||||
#
|
#
|
||||||
|
# #ZONE INTERFACE BROADCAST OPTIONS
|
||||||
# net eth0 206.191.149.223 dhcp
|
# net eth0 206.191.149.223 dhcp
|
||||||
# local eth1 192.168.1.255 routestopped
|
|
||||||
# dmz eth2 192.168.2.255
|
|
||||||
#
|
#
|
||||||
# Example 2: The same configuration without specifying broadcast
|
# Example 2:
|
||||||
|
# The same configuration without specifying broadcast
|
||||||
# addresses is:
|
# addresses is:
|
||||||
#
|
#
|
||||||
|
# #ZONE INTERFACE BROADCAST OPTIONS
|
||||||
# net eth0 detect dhcp
|
# net eth0 detect dhcp
|
||||||
# loc eth1 detect routestopped
|
|
||||||
# dmz eth2 detect
|
|
||||||
#
|
#
|
||||||
# Example 3: You have a simple dial-in system with no ethernet
|
# Example 3:
|
||||||
|
# You have a simple dial-in system with no ethernet
|
||||||
# connections.
|
# connections.
|
||||||
#
|
# #ZONE INTERFACE BROADCAST OPTIONS
|
||||||
# net ppp0 -
|
# net ppp0 -
|
||||||
##############################################################################
|
##############################################################################
|
||||||
#ZONE INTERFACE BROADCAST OPTIONS
|
#ZONE INTERFACE BROADCAST OPTIONS
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 1.3 -- Policy File
|
# Shorewall 1.4 -- Sample Policy File For One Interface
|
||||||
#
|
#
|
||||||
# /etc/shorewall/policy
|
# /etc/shorewall/policy
|
||||||
#
|
#
|
||||||
@ -32,8 +32,7 @@
|
|||||||
# Beginning with Shorewall version 1.3.12, you may
|
# Beginning with Shorewall version 1.3.12, you may
|
||||||
# also specify ULOG (must be in upper case). This will
|
# also specify ULOG (must be in upper case). This will
|
||||||
# log to the ULOG target and sent to a separate log
|
# log to the ULOG target and sent to a separate log
|
||||||
# through use of ulogd
|
# through use of ulogd (http://www.gnumonks.org/projects/ulogd).
|
||||||
# (http://www.gnumonks.org/projects/ulogd).
|
|
||||||
#
|
#
|
||||||
# If you don't want to log but need to specify the
|
# If you don't want to log but need to specify the
|
||||||
# following column, place "_" here.
|
# following column, place "_" here.
|
||||||
@ -44,8 +43,8 @@
|
|||||||
#
|
#
|
||||||
# As shipped, the default policies are:
|
# As shipped, the default policies are:
|
||||||
#
|
#
|
||||||
# a) All connections from the local network to the internet are allowed
|
# a) All connections from the Firewall to the Internet are allowed
|
||||||
# b) All connections from the internet are ignored but logged at syslog
|
# b) All connections from the Internet are ignored but logged at syslog
|
||||||
# level KERNEL.INFO.
|
# level KERNEL.INFO.
|
||||||
# d) All other connection requests are rejected and logged at level
|
# d) All other connection requests are rejected and logged at level
|
||||||
# KERNEL.INFO.
|
# KERNEL.INFO.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 1.3 - Rules File
|
# Shorewall version 1.4 - Sample Rules File For One Interface
|
||||||
#
|
#
|
||||||
# /etc/shorewall/rules
|
# /etc/shorewall/rules
|
||||||
#
|
#
|
||||||
@ -15,33 +15,47 @@
|
|||||||
# Columns are:
|
# Columns are:
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# ACTION ACCEPT, DROP, REJECT, DNAT or REDIRECT
|
# ACTION ACCEPT, DROP, REJECT, DNAT, DNAT- or REDIRECT
|
||||||
#
|
#
|
||||||
# ACCEPT -- allow the connection request
|
# ACCEPT
|
||||||
# DROP -- ignore the request
|
# Allow the connection request
|
||||||
# REJECT -- disallow the request and return an
|
# DROP
|
||||||
|
# Ignore the request
|
||||||
|
# REJECT
|
||||||
|
# Disallow the request and return an
|
||||||
# icmp-unreachable or an RST packet.
|
# icmp-unreachable or an RST packet.
|
||||||
# DNAT -- Forward the request to another
|
# DNAT
|
||||||
|
# Forward the request to another
|
||||||
# system (and optionally another
|
# system (and optionally another
|
||||||
# port).
|
# port).
|
||||||
# DNAT- -- Advanced users only.
|
# DNAT-
|
||||||
|
# Advanced users only.
|
||||||
# Like DNAT but only generates the
|
# Like DNAT but only generates the
|
||||||
# DNAT iptables rule and not
|
# DNAT iptables rule and not
|
||||||
# the companion ACCEPT rule.
|
# the companion ACCEPT rule.
|
||||||
# REDIRECT -- Redirect the request to a local
|
# REDIRECT
|
||||||
|
# Redirect the request to a local
|
||||||
# port on the firewall.
|
# port on the firewall.
|
||||||
|
# CONTINUE
|
||||||
|
# (For experts only). Do Not Process
|
||||||
|
# any of the following rules for this
|
||||||
|
# (source zone,destination zone). If
|
||||||
|
# the source and/or destination IP
|
||||||
|
# address falls into a zone defined
|
||||||
|
# later in /etc/shorewall/zones, this
|
||||||
|
# connection request will be passed
|
||||||
|
# to the rules defined for that
|
||||||
|
# (those) zones(s).
|
||||||
#
|
#
|
||||||
# May optionally be followed by ":" and a syslog log
|
# May optionally be followed by ":" and a syslog log
|
||||||
# level (e.g, REJECT:info). This causes the packet to be
|
# level (e.g, REJECT:info). This causes the packet to be
|
||||||
# logged at the specified level.
|
# logged at the specified level.
|
||||||
#
|
#
|
||||||
# Beginning with Shorewall version 1.3.12, you may
|
# You may also specify ULOG (must be in upper case) as a
|
||||||
# also specify ULOG (must be in upper case) as a log level.\
|
# log level. This will log to the ULOG target for routing
|
||||||
# This will log to the ULOG target and sent to a separate log
|
# to a separate log through use of ulogd.
|
||||||
# through use of ulogd
|
|
||||||
# (http://www.gnumonks.org/projects/ulogd).
|
# (http://www.gnumonks.org/projects/ulogd).
|
||||||
#
|
#
|
||||||
#
|
|
||||||
# SOURCE Source hosts to which the rule applies. May be a zone
|
# SOURCE Source hosts to which the rule applies. May be a zone
|
||||||
# defined in /etc/shorewall/zones, $FW to indicate the
|
# defined in /etc/shorewall/zones, $FW to indicate the
|
||||||
# firewall itself, or "all" If the ACTION is DNAT or
|
# firewall itself, or "all" If the ACTION is DNAT or
|
||||||
@ -56,24 +70,30 @@
|
|||||||
# address; mac addresses must begin with "~" and must use
|
# address; mac addresses must begin with "~" and must use
|
||||||
# "-" as a separator.
|
# "-" as a separator.
|
||||||
#
|
#
|
||||||
# dmz:192.168.2.2 Host 192.168.2.2 in the DMZ
|
# Some Examples:
|
||||||
#
|
#
|
||||||
# net:155.186.235.0/24 Subnet 155.186.235.0/24 on the
|
# net:155.186.235.1
|
||||||
|
# Host 155.186.235.1 on the Internet
|
||||||
|
#
|
||||||
|
# net:155.186.235.0/24
|
||||||
|
# Subnet 155.186.235.0/24 on the
|
||||||
# Internet
|
# Internet
|
||||||
#
|
#
|
||||||
# loc:192.168.1.1,192.168.1.2
|
# net:155.186.235.1,155.186.235.2
|
||||||
# Hosts 192.168.1.1 and
|
# Hosts 155.186.235.1 and
|
||||||
# 192.168.1.2 in the local zone.
|
# 155.186.235.2 on the Internet.
|
||||||
# loc:~00-A0-C9-15-39-78 Host in the local zone with
|
#
|
||||||
|
# net:~00-A0-C9-15-39-78
|
||||||
|
# Host on the Internet with
|
||||||
# MAC address 00:A0:C9:15:39:78.
|
# MAC address 00:A0:C9:15:39:78.
|
||||||
#
|
#
|
||||||
# Alternatively, clients may be specified by interface
|
# Alternatively, clients may be specified by interface
|
||||||
# by appending ":" to the zone name followed by the
|
# by appending ":" to the zone name followed by the
|
||||||
# interface name. For example, loc:eth1 specifies a
|
# interface name. For example, net:eth0 specifies a
|
||||||
# client that communicates with the firewall system
|
# client that communicates with the firewall system
|
||||||
# through eth1. This may be optionally followed by
|
# through eth0. This may be optionally followed by
|
||||||
# another colon (":") and an IP/MAC/subnet address
|
# another colon (":") and an IP/MAC/subnet address
|
||||||
# as described above (e.g., loc:eth1:192.168.1.5).
|
# as described above (e.g., net:eth0:192.168.1.5).
|
||||||
#
|
#
|
||||||
# DEST Location of Server. May be a zone defined in
|
# DEST Location of Server. May be a zone defined in
|
||||||
# /etc/shorewall/zones, $FW to indicate the firewall
|
# /etc/shorewall/zones, $FW to indicate the firewall
|
||||||
@ -97,19 +117,17 @@
|
|||||||
# destination port. A destination port may only be
|
# destination port. A destination port may only be
|
||||||
# included if the ACTION is DNAT or REDIRECT.
|
# included if the ACTION is DNAT or REDIRECT.
|
||||||
#
|
#
|
||||||
# Example: loc:192.168.1.3:3128 specifies a local
|
# Example: net:155.186.235.1:25 specifies a Internet
|
||||||
# server at IP address 192.168.1.3 and listening on port
|
# server at IP address 155.186.235.1 and listening on port
|
||||||
# 3128. The port number MUST be specified as an integer
|
# 25. The port number MUST be specified as an integer
|
||||||
# and not as a name from /etc/services.
|
# and not as a name from /etc/services.
|
||||||
#
|
#
|
||||||
# if the ACTION is REDIRECT, this column needs only to
|
# If the ACTION is REDIRECT, this column needs only to
|
||||||
# contain the port number on the firewall that the
|
# contain the port number on the firewall that the
|
||||||
# request should be redirected to.
|
# request should be redirected to.
|
||||||
#
|
#
|
||||||
# PROTO Protocol - Must be "tcp", "udp", "icmp", a number,
|
# PROTO Protocol - Must be "tcp", "udp", "icmp", a number,
|
||||||
# "all" or "related". If "related", the remainder of the
|
# "all".
|
||||||
# entry must be omitted and connection requests that are
|
|
||||||
# related to existing requests will be accepted.
|
|
||||||
#
|
#
|
||||||
# DEST PORT(S) Destination Ports. A comma-separated list of Port
|
# DEST PORT(S) Destination Ports. A comma-separated list of Port
|
||||||
# names (from /etc/services), port numbers or port
|
# names (from /etc/services), port numbers or port
|
||||||
@ -163,33 +181,22 @@
|
|||||||
# If no source IP address is given, the original source
|
# If no source IP address is given, the original source
|
||||||
# address is not altered.
|
# address is not altered.
|
||||||
#
|
#
|
||||||
# Example: Accept SMTP requests from the DMZ to the internet
|
# Note: Most one interface rules are of the type ACCEPT, REDIRECT or REJECT.
|
||||||
|
# DNAT, DNAT-, CONTINUE rules are for multiple interface firewall.
|
||||||
|
# Also by default all outbound fw -> net communications are allowed.
|
||||||
|
# (One Interface Only) You can change this behavior in the sample policy file.
|
||||||
|
#
|
||||||
|
# Example: Accept www requests to the one interface server.
|
||||||
#
|
#
|
||||||
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
||||||
# # PORT PORT(S) DEST
|
# # PORT PORT(S) DEST
|
||||||
# ACCEPT dmz net tcp smtp
|
# ACCEPT net fw tcp http
|
||||||
#
|
|
||||||
# Example: Forward all ssh and http connection requests from the internet
|
|
||||||
# to local system 192.168.1.3
|
|
||||||
#
|
#
|
||||||
|
# Example: Redirect port 88 Internet traffic to fw port 80
|
||||||
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
||||||
# # PORT PORT(S) DEST
|
# # PORT PORT(S) DEST
|
||||||
# DNAT net loc:192.168.1.3 tcp ssh,http
|
# REDIRECT net 80 tcp 88
|
||||||
#
|
#
|
||||||
# Example: Redirect all locally-originating www connection requests to
|
|
||||||
# port 3128 on the firewall (Squid running on the firewall
|
|
||||||
# system) except when the destination address is 192.168.2.2
|
|
||||||
#
|
|
||||||
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
|
||||||
# # PORT PORT(S) DEST
|
|
||||||
# REDIRECT loc 3128 tcp www - !192.168.2.2
|
|
||||||
#
|
|
||||||
# Example: All http requests from the internet to address
|
|
||||||
# 130.252.100.69 are to be forwarded to 192.168.1.3
|
|
||||||
#
|
|
||||||
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
|
||||||
# # PORT PORT(S) DEST
|
|
||||||
# DNAT net loc:192.168.1.3 tcp 80 - 130.252.100.69
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
||||||
# PORT PORT(S) DEST
|
# PORT PORT(S) DEST
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 1.3 /etc/shorewall/zones
|
# Shorewall 1.4 -- Sample Zone File For One Interface
|
||||||
|
# /etc/shorewall/zones
|
||||||
#
|
#
|
||||||
# This file determines your network zones. Columns are:
|
# This file determines your network zones. Columns are:
|
||||||
#
|
#
|
||||||
|
@ -7,4 +7,3 @@
|
|||||||
# DNS replies
|
# DNS replies
|
||||||
#
|
#
|
||||||
run_iptables -A common -p udp --sport 53 -mstate --state NEW -j DROP
|
run_iptables -A common -p udp --sport 53 -mstate --state NEW -j DROP
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 1.3 -- Interfaces File
|
# Shorewall 1.4 -- Sample Interface File For Three Interfaces
|
||||||
#
|
#
|
||||||
# /etc/shorewall/interfaces
|
# /etc/shorewall/interfaces
|
||||||
#
|
#
|
||||||
@ -8,23 +8,26 @@
|
|||||||
#
|
#
|
||||||
# Columns are:
|
# Columns are:
|
||||||
#
|
#
|
||||||
# ZONE Zone for this interface. Must match the short name
|
# ZONE
|
||||||
|
# Zone for this interface. Must match the short name
|
||||||
# of a zone defined in /etc/shorewall/zones.
|
# of a zone defined in /etc/shorewall/zones.
|
||||||
#
|
#
|
||||||
# If the interface serves multiple zones that will be
|
# If the interface serves multiple zones that will be
|
||||||
# defined in the /etc/shorewall/hosts file, you should
|
# defined in the /etc/shorewall/hosts file, you should
|
||||||
# place "-" in this column.
|
# place "-" in this column.
|
||||||
#
|
#
|
||||||
# INTERFACE Name of interface. Each interface may be listed only
|
# INTERFACE
|
||||||
|
# Name of interface. Each interface may be listed only
|
||||||
# once in this file. You may NOT specify the name of
|
# once in this file. You may NOT specify the name of
|
||||||
# an alias (e.g., eth0:0) here; see
|
# an alias (e.g., eth0:0) here; see
|
||||||
# http://www.shorewall.net/FAQ.htm#faq18
|
# http://www.shorewall.net/FAQ.htm#faq18
|
||||||
#
|
#
|
||||||
# DO NOT DEFINE THE LOOPBACK INTERFACE (lo) IN THIS FILE.
|
# DO NOT DEFINE THE LOOPBACK INTERFACE (lo) IN THIS FILE.
|
||||||
#
|
#
|
||||||
# BROADCAST The broadcast address for the subnetwork to which the
|
# BROADCAST
|
||||||
|
# The broadcast address for the subnetwork to which the
|
||||||
# interface belongs. For P-T-P interfaces, this
|
# interface belongs. For P-T-P interfaces, this
|
||||||
# column is left black.If the interface has multiple
|
# column is left blank.If the interface has multiple
|
||||||
# addresses on multiple subnets then list the broadcast
|
# addresses on multiple subnets then list the broadcast
|
||||||
# addresses as a comma-separated list.
|
# addresses as a comma-separated list.
|
||||||
#
|
#
|
||||||
@ -39,19 +42,17 @@
|
|||||||
# you want to enter a value in the OPTIONS column, enter
|
# you want to enter a value in the OPTIONS column, enter
|
||||||
# "-" in this column.
|
# "-" in this column.
|
||||||
#
|
#
|
||||||
# OPTIONS A comma-separated list of options including the
|
# OPTIONS
|
||||||
|
# A comma-separated list of options including the
|
||||||
# following:
|
# following:
|
||||||
#
|
#
|
||||||
# dhcp - interface is managed by DHCP or used by
|
# dhcp
|
||||||
|
# Interface is managed by DHCP or used by
|
||||||
# a DHCP server running on the firewall or
|
# a DHCP server running on the firewall or
|
||||||
# you have a static IP but are on a LAN
|
# you have a static IP but are on a LAN
|
||||||
# segment with lots of Laptop DHCP clients.
|
# segment with lots of Laptop DHCP clients.
|
||||||
# routestopped - (Deprecated -- use
|
# norfc1918
|
||||||
# /etc/shorewall/routestopped)
|
# This interface should not receive
|
||||||
# When the firewall is stopped, allow
|
|
||||||
# and route traffic to and from this
|
|
||||||
# interface.
|
|
||||||
# norfc1918 - This interface should not receive
|
|
||||||
# any packets whose source is in one
|
# any packets whose source is in one
|
||||||
# of the ranges reserved by RFC 1918
|
# of the ranges reserved by RFC 1918
|
||||||
# (i.e., private or "non-routable"
|
# (i.e., private or "non-routable"
|
||||||
@ -59,27 +60,29 @@
|
|||||||
# enabled in shorewall.conf, packets
|
# enabled in shorewall.conf, packets
|
||||||
# whose destination addresses are
|
# whose destination addresses are
|
||||||
# reserved by RFC 1918 are also rejected.
|
# reserved by RFC 1918 are also rejected.
|
||||||
# multi - This interface has multiple IP
|
# routefilter
|
||||||
# addresses and you want to be able to
|
# Turn on kernel route filtering for this
|
||||||
# route between them.
|
|
||||||
# routefilter - turn on kernel route filtering for this
|
|
||||||
# interface (anti-spoofing measure). This
|
# interface (anti-spoofing measure). This
|
||||||
# option can also be enabled globally in
|
# option can also be enabled globally in
|
||||||
# the /etc/shorewall/shorewall.conf file.
|
# the /etc/shorewall/shorewall.conf file.
|
||||||
# dropunclean - Logs and drops mangled/invalid packets
|
# dropunclean
|
||||||
#
|
# Logs and drops mangled/invalid packets
|
||||||
# logunclean - Logs mangled/invalid packets but does
|
# logunclean
|
||||||
|
# Logs mangled/invalid packets but does
|
||||||
# not drop them.
|
# not drop them.
|
||||||
# blacklist - Check packets arriving on this interface
|
# blacklist
|
||||||
|
# Check packets arriving on this interface
|
||||||
# against the /etc/shorewall/blacklist
|
# against the /etc/shorewall/blacklist
|
||||||
# file.
|
# file.
|
||||||
# maclist - Connection requests from this interface
|
# maclist
|
||||||
|
# Connection requests from this interface
|
||||||
# are compared against the contents of
|
# are compared against the contents of
|
||||||
# /etc/shorewall/maclist. If this option
|
# /etc/shorewall/maclist. If this option
|
||||||
# is specified, the interface must be
|
# is specified, the interface must be
|
||||||
# an ethernet NIC and must be up before
|
# an ethernet NIC and must be up before
|
||||||
# Shorewall is started.
|
# Shorewall is started.
|
||||||
# tcpflags - Packets arriving on this interface are
|
# tcpflags
|
||||||
|
# Packets arriving on this interface are
|
||||||
# checked for certain illegal combinations
|
# checked for certain illegal combinations
|
||||||
# of TCP flags. Packets found to have
|
# of TCP flags. Packets found to have
|
||||||
# such a combination of flags are handled
|
# such a combination of flags are handled
|
||||||
@ -87,9 +90,8 @@
|
|||||||
# TCP_FLAGS_DISPOSITION after having been
|
# TCP_FLAGS_DISPOSITION after having been
|
||||||
# logged according to the setting of
|
# logged according to the setting of
|
||||||
# TCP_FLAGS_LOG_LEVEL.
|
# TCP_FLAGS_LOG_LEVEL.
|
||||||
# proxyarp -
|
# proxyarp
|
||||||
# Sets
|
# Sets /proc/sys/net/ipv4/conf/<interface>/proxy_arp.
|
||||||
# /proc/sys/net/ipv4/conf/<interface>/proxy_arp.
|
|
||||||
# Do NOT use this option if you are
|
# Do NOT use this option if you are
|
||||||
# employing Proxy ARP through entries in
|
# employing Proxy ARP through entries in
|
||||||
# /etc/shorewall/proxyarp. This option is
|
# /etc/shorewall/proxyarp. This option is
|
||||||
@ -101,35 +103,34 @@
|
|||||||
# significant but the list should have no embedded white
|
# significant but the list should have no embedded white
|
||||||
# space.
|
# space.
|
||||||
#
|
#
|
||||||
# Example 1: Suppose you have eth0 connected to a DSL modem and
|
# Example 1:
|
||||||
# eth1 connected to your local network and that your
|
# Suppose you have eth0 connected to a DSL modem,
|
||||||
# local subnet is 192.168.1.0/24. The interface gets
|
# eth1 connected to your local network and eth2
|
||||||
|
# connected to your dmz. Assuming that your local
|
||||||
|
# subnet is 192.168.1.0/24 and your dmz subnet is
|
||||||
|
# 192.168.2.0/24 . The eth0 interface gets
|
||||||
# it's IP address via DHCP from subnet
|
# it's IP address via DHCP from subnet
|
||||||
# 206.191.149.192/27. You have a DMZ with subnet
|
# 206.191.149.192/27.
|
||||||
# 192.168.2.0/24 using eth2. You want to be able to
|
|
||||||
# access the firewall from the local network when the
|
|
||||||
# firewall is stopped.
|
|
||||||
#
|
#
|
||||||
# Your entries for this setup would look like:
|
# Your entries for this setup would look like:
|
||||||
#
|
#
|
||||||
|
# #ZONE INTERFACE BROADCAST OPTIONS
|
||||||
# net eth0 206.191.149.223 dhcp
|
# net eth0 206.191.149.223 dhcp
|
||||||
# local eth1 192.168.1.255 routestopped
|
# local eth1 192.168.1.255
|
||||||
# dmz eth2 192.168.2.255
|
# dmz eth2 192.168.2.255
|
||||||
#
|
#
|
||||||
# Example 2: The same configuration without specifying broadcast
|
# Example 2:
|
||||||
|
# The same configuration without specifying broadcast
|
||||||
# addresses is:
|
# addresses is:
|
||||||
#
|
#
|
||||||
|
# #ZONE INTERFACE BROADCAST OPTIONS
|
||||||
# net eth0 detect dhcp
|
# net eth0 detect dhcp
|
||||||
# loc eth1 detect routestopped
|
# loc eth1 detect
|
||||||
# dmz eth2 detect
|
# dmz eth2 detect
|
||||||
#
|
#
|
||||||
# Example 3: You have a simple dial-in system with no ethernet
|
|
||||||
# connections.
|
|
||||||
#
|
|
||||||
# net ppp0 -
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
#ZONE INTERFACE BROADCAST OPTIONS
|
#ZONE INTERFACE BROADCAST OPTIONS
|
||||||
net eth0 detect dhcp,norfc1918
|
net eth0 detect dhcp,routefilter,norfc1918
|
||||||
loc eth1 detect routestopped
|
loc eth1 detect
|
||||||
dmz eth2 detect routestopped
|
dmz eth2 detect
|
||||||
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 1.3 - Masquerade file
|
# Shorewall 1.4 - Sample Masquerade file For Three Interfaces
|
||||||
#
|
#
|
||||||
# /etc/shorewall/masq
|
# etc/shorewall/masq
|
||||||
#
|
#
|
||||||
# Use this file to define dynamic NAT (Masquerading) and to define Source NAT
|
# Use this file to define dynamic NAT (Masquerading) and to define Source NAT
|
||||||
# (SNAT).
|
# (SNAT).
|
||||||
#
|
#
|
||||||
# Columns are:
|
# Columns are:
|
||||||
#
|
#
|
||||||
# INTERFACE -- Outgoing interface. This is usually your internet
|
# INTERFACE
|
||||||
|
# Outgoing interface. This is usually your internet
|
||||||
# interface. If ADD_SNAT_ALIASES=Yes in
|
# interface. If ADD_SNAT_ALIASES=Yes in
|
||||||
# /etc/shorewall/shorewall.conf, you may add ":" and
|
# /etc/shorewall/shorewall.conf, you may add ":" and
|
||||||
# a digit to indicate that you want the alias added with
|
# a digit to indicate that you want the alias added with
|
||||||
@ -21,7 +22,8 @@
|
|||||||
# ":" followed by a destination host or subnet.
|
# ":" followed by a destination host or subnet.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# SUBNET -- Subnet that you wish to masquerade. You can specify this as
|
# SUBNET
|
||||||
|
# Subnet that you wish to masquerade. You can specify this as
|
||||||
# a subnet or as an interface. If you give the name of an
|
# a subnet or as an interface. If you give the name of an
|
||||||
# interface, you must have iproute installed and the interface
|
# interface, you must have iproute installed and the interface
|
||||||
# must be up before you start the firewall.
|
# must be up before you start the firewall.
|
||||||
@ -35,7 +37,8 @@
|
|||||||
# In that example traffic from eth1 would be masqueraded unless
|
# In that example traffic from eth1 would be masqueraded unless
|
||||||
# it came from 192.168.1.4 or 196.168.32.0/27
|
# it came from 192.168.1.4 or 196.168.32.0/27
|
||||||
#
|
#
|
||||||
# ADDRESS -- (Optional). If you specify an address here, SNAT will be
|
# ADDRESS (Optional)
|
||||||
|
# If you specify an address here, SNAT will be
|
||||||
# used and this will be the source address. If
|
# used and this will be the source address. If
|
||||||
# ADD_SNAT_ALIASES is set to Yes or yes in
|
# ADD_SNAT_ALIASES is set to Yes or yes in
|
||||||
# /etc/shorewall/shorewall.conf then Shorewall
|
# /etc/shorewall/shorewall.conf then Shorewall
|
||||||
@ -57,10 +60,12 @@
|
|||||||
#
|
#
|
||||||
# Your entry in the file can be either:
|
# Your entry in the file can be either:
|
||||||
#
|
#
|
||||||
|
# #INTERFACE SUBNET ADDRESS
|
||||||
# eth0 eth1
|
# eth0 eth1
|
||||||
#
|
#
|
||||||
# or
|
# or
|
||||||
#
|
#
|
||||||
|
# #INTERFACE SUBNET ADDRESS
|
||||||
# eth0 192.168.0.0/24
|
# eth0 192.168.0.0/24
|
||||||
#
|
#
|
||||||
# Example 2:
|
# Example 2:
|
||||||
@ -69,6 +74,7 @@
|
|||||||
# 192.168.1.0/24 which you also want to masquerade. You then
|
# 192.168.1.0/24 which you also want to masquerade. You then
|
||||||
# add a second entry for eth0 to this file:
|
# add a second entry for eth0 to this file:
|
||||||
#
|
#
|
||||||
|
# #INTERFACE SUBNET ADDRESS
|
||||||
# eth0 192.168.1.0/24
|
# eth0 192.168.1.0/24
|
||||||
#
|
#
|
||||||
# Example 3:
|
# Example 3:
|
||||||
@ -77,6 +83,7 @@
|
|||||||
# masquerade packets coming from 192.168.1.0/24 but only if
|
# masquerade packets coming from 192.168.1.0/24 but only if
|
||||||
# these packets are destined for hosts in 10.1.1.0/24:
|
# these packets are destined for hosts in 10.1.1.0/24:
|
||||||
#
|
#
|
||||||
|
# #INTERFACE SUBNET ADDRESS
|
||||||
# ipsec0:10.1.1.0/24 196.168.1.0/24
|
# ipsec0:10.1.1.0/24 196.168.1.0/24
|
||||||
#
|
#
|
||||||
# Example 4:
|
# Example 4:
|
||||||
@ -86,6 +93,7 @@
|
|||||||
# primary address of eth0. You want 206.124.146.176 added to
|
# primary address of eth0. You want 206.124.146.176 added to
|
||||||
# be added to eth0 with name eth0:0.
|
# be added to eth0 with name eth0:0.
|
||||||
#
|
#
|
||||||
|
# #INTERFACE SUBNET ADDRESS
|
||||||
# eth0:0 192.168.1.0/24 206.124.146.176
|
# eth0:0 192.168.1.0/24 206.124.146.176
|
||||||
#
|
#
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 1.3 -- Policy File
|
# Shorewall 1.4 -- Sample Policy File For Three Interfaces
|
||||||
#
|
#
|
||||||
# /etc/shorewall/policy
|
# /etc/shorewall/policy
|
||||||
#
|
#
|
||||||
@ -32,8 +32,7 @@
|
|||||||
# Beginning with Shorewall version 1.3.12, you may
|
# Beginning with Shorewall version 1.3.12, you may
|
||||||
# also specify ULOG (must be in upper case). This will
|
# also specify ULOG (must be in upper case). This will
|
||||||
# log to the ULOG target and sent to a separate log
|
# log to the ULOG target and sent to a separate log
|
||||||
# through use of ulogd
|
# through use of ulogd (http://www.gnumonks.org/projects/ulogd).
|
||||||
# (http://www.gnumonks.org/projects/ulogd).
|
|
||||||
#
|
#
|
||||||
# If you don't want to log but need to specify the
|
# If you don't want to log but need to specify the
|
||||||
# following column, place "_" here.
|
# following column, place "_" here.
|
||||||
@ -44,18 +43,20 @@
|
|||||||
#
|
#
|
||||||
# As shipped, the default policies are:
|
# As shipped, the default policies are:
|
||||||
#
|
#
|
||||||
# a) All connections from the local network to the internet are allowed
|
# a) All connections from the local network to the Internet are allowed
|
||||||
# b) All connections from the internet are ignored but logged at syslog
|
# b) All connections from the Internet are ignored but logged at syslog
|
||||||
# level KERNEL.INFO.
|
# level KERNEL.INFO.
|
||||||
# d) All other connection requests are rejected and logged at level
|
# d) All other connection requests are rejected and logged at level
|
||||||
# KERNEL.INFO.
|
# KERNEL.INFO.
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#SOURCE DEST POLICY LOG LEVEL LIMIT:BURST
|
#SOURCE DEST POLICY LOG LEVEL LIMIT:BURST
|
||||||
loc net ACCEPT
|
loc net ACCEPT
|
||||||
#
|
# If you want open access to the Internet from your Firewall
|
||||||
# If you want open access to the internet from your firewall, uncomment the
|
# remove the comment from the following line.
|
||||||
# following line
|
|
||||||
#fw net ACCEPT
|
#fw net ACCEPT
|
||||||
|
# Also If You Wish To Open Up DMZ Access To The Internet
|
||||||
|
# remove the comment from the following line.
|
||||||
|
#dmz net ACCEPT
|
||||||
net all DROP info
|
net all DROP info
|
||||||
all all REJECT info
|
all all REJECT info
|
||||||
#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOTE
|
#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE
|
||||||
|
@ -1,25 +1,30 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
#
|
#
|
||||||
# Shorewall 1.3 -- Hosts Accessible when the Firewall is Stopped
|
# Shorewall 1.4 -- Sample Routestopped File For Three Interfaces.
|
||||||
#
|
#
|
||||||
# /etc/shorewall/routestopped
|
# /etc/shorewall/routestopped
|
||||||
#
|
#
|
||||||
# This file is used to define the hosts that are accessible when the
|
# This file is used to define the hosts that are accessible when the
|
||||||
# firewall is stopped
|
# firewall is stopped.
|
||||||
#
|
#
|
||||||
# Columns must be separated by white space and are:
|
# Columns must be separated by white space and are:
|
||||||
#
|
#
|
||||||
# INTERFACE - Interface through which host(s) communicate with
|
# INTERFACE
|
||||||
# the firewall
|
# Interface through which host(s) communicate with
|
||||||
# HOST(S) - (Optional) Comma-separated list of IP/subnet
|
# the firewall.
|
||||||
|
# HOST(S)
|
||||||
|
# (Optional) Comma-separated list of IP/subnet
|
||||||
# addresses. If left empty or supplied as "-",
|
# addresses. If left empty or supplied as "-",
|
||||||
# 0.0.0.0/0 is assumed.
|
# 0.0.0.0/0 is assumed.
|
||||||
#
|
#
|
||||||
# Example:
|
# Examples:
|
||||||
#
|
#
|
||||||
# INTERFACE HOST(S)
|
# INTERFACE HOST(S)
|
||||||
# eth2 192.168.1.0/24
|
# eth1 -
|
||||||
# eth0 192.0.2.44
|
# Or
|
||||||
|
# eth1 192.168.1.0/24
|
||||||
|
# Or
|
||||||
|
# eth1 192.0.2.44
|
||||||
##############################################################################
|
##############################################################################
|
||||||
#INTERFACE HOST(S)
|
#INTERFACE HOST(S)
|
||||||
eth1 -
|
eth1 -
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 1.3 - Rules File
|
# Shorewall version 1.4 - Sample Rules File For Three Interfaces
|
||||||
#
|
#
|
||||||
# /etc/shorewall/rules
|
# /etc/shorewall/rules
|
||||||
#
|
#
|
||||||
@ -15,33 +15,47 @@
|
|||||||
# Columns are:
|
# Columns are:
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# ACTION ACCEPT, DROP, REJECT, DNAT or REDIRECT
|
# ACTION ACCEPT, DROP, REJECT, DNAT, DNAT- or REDIRECT
|
||||||
#
|
#
|
||||||
# ACCEPT -- allow the connection request
|
# ACCEPT
|
||||||
# DROP -- ignore the request
|
# Allow the connection request
|
||||||
# REJECT -- disallow the request and return an
|
# DROP
|
||||||
|
# Ignore the request
|
||||||
|
# REJECT
|
||||||
|
# Disallow the request and return an
|
||||||
# icmp-unreachable or an RST packet.
|
# icmp-unreachable or an RST packet.
|
||||||
# DNAT -- Forward the request to another
|
# DNAT
|
||||||
|
# Forward the request to another
|
||||||
# system (and optionally another
|
# system (and optionally another
|
||||||
# port).
|
# port).
|
||||||
# DNAT- -- Advanced users only.
|
# DNAT-
|
||||||
|
# Advanced users only.
|
||||||
# Like DNAT but only generates the
|
# Like DNAT but only generates the
|
||||||
# DNAT iptables rule and not
|
# DNAT iptables rule and not
|
||||||
# the companion ACCEPT rule.
|
# the companion ACCEPT rule.
|
||||||
# REDIRECT -- Redirect the request to a local
|
# REDIRECT
|
||||||
|
# Redirect the request to a local
|
||||||
# port on the firewall.
|
# port on the firewall.
|
||||||
|
# CONTINUE
|
||||||
|
# (For experts only). Do Not Process
|
||||||
|
# any of the following rules for this
|
||||||
|
# (source zone,destination zone). If
|
||||||
|
# the source and/or destination IP
|
||||||
|
# address falls into a zone defined
|
||||||
|
# later in /etc/shorewall/zones, this
|
||||||
|
# connection request will be passed
|
||||||
|
# to the rules defined for that
|
||||||
|
# (those) zones(s).
|
||||||
#
|
#
|
||||||
# May optionally be followed by ":" and a syslog log
|
# May optionally be followed by ":" and a syslog log
|
||||||
# level (e.g, REJECT:info). This causes the packet to be
|
# level (e.g, REJECT:info). This causes the packet to be
|
||||||
# logged at the specified level.
|
# logged at the specified level.
|
||||||
#
|
#
|
||||||
# Beginning with Shorewall version 1.3.12, you may
|
# You may also specify ULOG (must be in upper case) as a
|
||||||
# also specify ULOG (must be in upper case) as a log level.\
|
# log level. This will log to the ULOG target for routing
|
||||||
# This will log to the ULOG target and sent to a separate log
|
# to a separate log through use of ulogd.
|
||||||
# through use of ulogd
|
|
||||||
# (http://www.gnumonks.org/projects/ulogd).
|
# (http://www.gnumonks.org/projects/ulogd).
|
||||||
#
|
#
|
||||||
#
|
|
||||||
# SOURCE Source hosts to which the rule applies. May be a zone
|
# SOURCE Source hosts to which the rule applies. May be a zone
|
||||||
# defined in /etc/shorewall/zones, $FW to indicate the
|
# defined in /etc/shorewall/zones, $FW to indicate the
|
||||||
# firewall itself, or "all" If the ACTION is DNAT or
|
# firewall itself, or "all" If the ACTION is DNAT or
|
||||||
@ -56,24 +70,30 @@
|
|||||||
# address; mac addresses must begin with "~" and must use
|
# address; mac addresses must begin with "~" and must use
|
||||||
# "-" as a separator.
|
# "-" as a separator.
|
||||||
#
|
#
|
||||||
# dmz:192.168.2.2 Host 192.168.2.2 in the DMZ
|
# Some Examples:
|
||||||
#
|
#
|
||||||
# net:155.186.235.0/24 Subnet 155.186.235.0/24 on the
|
# net:155.186.235.1
|
||||||
# Internet
|
# Host 155.186.235.1 on the Internet
|
||||||
#
|
#
|
||||||
# loc:192.168.1.1,192.168.1.2
|
# loc:192.168.1.0/24
|
||||||
# Hosts 192.168.1.1 and
|
# Subnet 192.168.1.0/24 on the
|
||||||
# 192.168.1.2 in the local zone.
|
# Local Network
|
||||||
# loc:~00-A0-C9-15-39-78 Host in the local zone with
|
#
|
||||||
|
# net:155.186.235.1,155.186.235.2
|
||||||
|
# Hosts 155.186.235.1 and
|
||||||
|
# 155.186.235.2 on the Internet.
|
||||||
|
#
|
||||||
|
# loc:~00-A0-C9-15-39-78
|
||||||
|
# Host on the Local Network with
|
||||||
# MAC address 00:A0:C9:15:39:78.
|
# MAC address 00:A0:C9:15:39:78.
|
||||||
#
|
#
|
||||||
# Alternatively, clients may be specified by interface
|
# Alternatively, clients may be specified by interface
|
||||||
# by appending ":" to the zone name followed by the
|
# by appending ":" to the zone name followed by the
|
||||||
# interface name. For example, loc:eth1 specifies a
|
# interface name. For example, net:eth0 specifies a
|
||||||
# client that communicates with the firewall system
|
# client that communicates with the firewall system
|
||||||
# through eth1. This may be optionally followed by
|
# through eth0. This may be optionally followed by
|
||||||
# another colon (":") and an IP/MAC/subnet address
|
# another colon (":") and an IP/MAC/subnet address
|
||||||
# as described above (e.g., loc:eth1:192.168.1.5).
|
# as described above (e.g., net:eth0:192.168.1.5).
|
||||||
#
|
#
|
||||||
# DEST Location of Server. May be a zone defined in
|
# DEST Location of Server. May be a zone defined in
|
||||||
# /etc/shorewall/zones, $FW to indicate the firewall
|
# /etc/shorewall/zones, $FW to indicate the firewall
|
||||||
@ -97,19 +117,17 @@
|
|||||||
# destination port. A destination port may only be
|
# destination port. A destination port may only be
|
||||||
# included if the ACTION is DNAT or REDIRECT.
|
# included if the ACTION is DNAT or REDIRECT.
|
||||||
#
|
#
|
||||||
# Example: loc:192.168.1.3:3128 specifies a local
|
# Example: net:155.186.235.1:25 specifies a Internet
|
||||||
# server at IP address 192.168.1.3 and listening on port
|
# server at IP address 155.186.235.1 and listening on port
|
||||||
# 3128. The port number MUST be specified as an integer
|
# 25. The port number MUST be specified as an integer
|
||||||
# and not as a name from /etc/services.
|
# and not as a name from /etc/services.
|
||||||
#
|
#
|
||||||
# if the ACTION is REDIRECT, this column needs only to
|
# If the ACTION is REDIRECT, this column needs only to
|
||||||
# contain the port number on the firewall that the
|
# contain the port number on the firewall that the
|
||||||
# request should be redirected to.
|
# request should be redirected to.
|
||||||
#
|
#
|
||||||
# PROTO Protocol - Must be "tcp", "udp", "icmp", a number,
|
# PROTO Protocol - Must be "tcp", "udp", "icmp", a number,
|
||||||
# "all" or "related". If "related", the remainder of the
|
# "all".
|
||||||
# entry must be omitted and connection requests that are
|
|
||||||
# related to existing requests will be accepted.
|
|
||||||
#
|
#
|
||||||
# DEST PORT(S) Destination Ports. A comma-separated list of Port
|
# DEST PORT(S) Destination Ports. A comma-separated list of Port
|
||||||
# names (from /etc/services), port numbers or port
|
# names (from /etc/services), port numbers or port
|
||||||
@ -163,18 +181,27 @@
|
|||||||
# If no source IP address is given, the original source
|
# If no source IP address is given, the original source
|
||||||
# address is not altered.
|
# address is not altered.
|
||||||
#
|
#
|
||||||
# Example: Accept SMTP requests from the DMZ to the internet
|
# Also by default all outbound loc -> net communications are allowed.
|
||||||
|
# You can change this behavior in the sample policy file.
|
||||||
|
#
|
||||||
|
# Example: Accept www requests to the firewall.
|
||||||
#
|
#
|
||||||
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
||||||
# # PORT PORT(S) DEST
|
# # PORT PORT(S) DEST
|
||||||
# ACCEPT dmz net tcp smtp
|
# ACCEPT net fw tcp http
|
||||||
#
|
#
|
||||||
# Example: Forward all ssh and http connection requests from the internet
|
# Example: Accept SMTP requests from the Local Network to the Internet
|
||||||
# to local system 192.168.1.3
|
|
||||||
#
|
#
|
||||||
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
||||||
# # PORT PORT(S) DEST
|
# # PORT PORT(S) DEST
|
||||||
# DNAT net loc:192.168.1.3 tcp ssh,http
|
# ACCEPT loc net tcp smtp
|
||||||
|
#
|
||||||
|
# Example: Forward all ssh and http connection requests from the Internet
|
||||||
|
# to dmz system 192.168.2.3
|
||||||
|
#
|
||||||
|
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
||||||
|
# # PORT PORT(S) DEST
|
||||||
|
# DNAT net dmz:192.168.2.3 tcp ssh,http
|
||||||
#
|
#
|
||||||
# Example: Redirect all locally-originating www connection requests to
|
# Example: Redirect all locally-originating www connection requests to
|
||||||
# port 3128 on the firewall (Squid running on the firewall
|
# port 3128 on the firewall (Squid running on the firewall
|
||||||
@ -184,7 +211,7 @@
|
|||||||
# # PORT PORT(S) DEST
|
# # PORT PORT(S) DEST
|
||||||
# REDIRECT loc 3128 tcp www - !192.168.2.2
|
# REDIRECT loc 3128 tcp www - !192.168.2.2
|
||||||
#
|
#
|
||||||
# Example: All http requests from the internet to address
|
# Example: All http requests from the Internet to address
|
||||||
# 130.252.100.69 are to be forwarded to 192.168.1.3
|
# 130.252.100.69 are to be forwarded to 192.168.1.3
|
||||||
#
|
#
|
||||||
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
||||||
@ -194,6 +221,19 @@
|
|||||||
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
||||||
# PORT PORT(S) DEST
|
# PORT PORT(S) DEST
|
||||||
#
|
#
|
||||||
|
# Accept DNS connections from the firewall to the network
|
||||||
|
#
|
||||||
|
ACCEPT fw net tcp 53
|
||||||
|
ACCEPT fw net udp 53
|
||||||
|
#
|
||||||
|
# Accept SSH connections from the local network for administration.
|
||||||
|
#
|
||||||
|
ACCEPT loc fw tcp 22
|
||||||
|
#
|
||||||
|
##############################################################################
|
||||||
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
||||||
|
# PORT PORT(S) DEST
|
||||||
|
#
|
||||||
# Accept outgoing DNS connections from the firewall
|
# Accept outgoing DNS connections from the firewall
|
||||||
#
|
#
|
||||||
ACCEPT fw net tcp 53
|
ACCEPT fw net tcp 53
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 1.3 /etc/shorewall/zones
|
# Shorewall 1.4 -- Sample Zone File For Two Interfaces
|
||||||
|
# /etc/shorewall/zones
|
||||||
#
|
#
|
||||||
# This file determines your network zones. Columns are:
|
# This file determines your network zones. Columns are:
|
||||||
#
|
#
|
||||||
@ -9,6 +10,6 @@
|
|||||||
#
|
#
|
||||||
#ZONE DISPLAY COMMENTS
|
#ZONE DISPLAY COMMENTS
|
||||||
net Net Internet
|
net Net Internet
|
||||||
loc Local Local networks
|
loc Local Local Networks
|
||||||
dmz DMZ Demilitarized Zone
|
dmz DMZ Demilitarized Zone
|
||||||
#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE
|
#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE
|
||||||
|
@ -7,4 +7,3 @@
|
|||||||
# DNS replies
|
# DNS replies
|
||||||
#
|
#
|
||||||
run_iptables -A common -p udp --sport 53 -mstate --state NEW -j DROP
|
run_iptables -A common -p udp --sport 53 -mstate --state NEW -j DROP
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 1.3 -- Interfaces File
|
# Shorewall 1.4 -- Sample Interface File For Two Interfaces
|
||||||
#
|
#
|
||||||
# /etc/shorewall/interfaces
|
# /etc/shorewall/interfaces
|
||||||
#
|
#
|
||||||
@ -8,23 +8,26 @@
|
|||||||
#
|
#
|
||||||
# Columns are:
|
# Columns are:
|
||||||
#
|
#
|
||||||
# ZONE Zone for this interface. Must match the short name
|
# ZONE
|
||||||
|
# Zone for this interface. Must match the short name
|
||||||
# of a zone defined in /etc/shorewall/zones.
|
# of a zone defined in /etc/shorewall/zones.
|
||||||
#
|
#
|
||||||
# If the interface serves multiple zones that will be
|
# If the interface serves multiple zones that will be
|
||||||
# defined in the /etc/shorewall/hosts file, you should
|
# defined in the /etc/shorewall/hosts file, you should
|
||||||
# place "-" in this column.
|
# place "-" in this column.
|
||||||
#
|
#
|
||||||
# INTERFACE Name of interface. Each interface may be listed only
|
# INTERFACE
|
||||||
|
# Name of interface. Each interface may be listed only
|
||||||
# once in this file. You may NOT specify the name of
|
# once in this file. You may NOT specify the name of
|
||||||
# an alias (e.g., eth0:0) here; see
|
# an alias (e.g., eth0:0) here; see
|
||||||
# http://www.shorewall.net/FAQ.htm#faq18
|
# http://www.shorewall.net/FAQ.htm#faq18
|
||||||
#
|
#
|
||||||
# DO NOT DEFINE THE LOOPBACK INTERFACE (lo) IN THIS FILE.
|
# DO NOT DEFINE THE LOOPBACK INTERFACE (lo) IN THIS FILE.
|
||||||
#
|
#
|
||||||
# BROADCAST The broadcast address for the subnetwork to which the
|
# BROADCAST
|
||||||
|
# The broadcast address for the subnetwork to which the
|
||||||
# interface belongs. For P-T-P interfaces, this
|
# interface belongs. For P-T-P interfaces, this
|
||||||
# column is left black.If the interface has multiple
|
# column is left blank.If the interface has multiple
|
||||||
# addresses on multiple subnets then list the broadcast
|
# addresses on multiple subnets then list the broadcast
|
||||||
# addresses as a comma-separated list.
|
# addresses as a comma-separated list.
|
||||||
#
|
#
|
||||||
@ -39,19 +42,17 @@
|
|||||||
# you want to enter a value in the OPTIONS column, enter
|
# you want to enter a value in the OPTIONS column, enter
|
||||||
# "-" in this column.
|
# "-" in this column.
|
||||||
#
|
#
|
||||||
# OPTIONS A comma-separated list of options including the
|
# OPTIONS
|
||||||
|
# A comma-separated list of options including the
|
||||||
# following:
|
# following:
|
||||||
#
|
#
|
||||||
# dhcp - interface is managed by DHCP or used by
|
# dhcp
|
||||||
|
# Interface is managed by DHCP or used by
|
||||||
# a DHCP server running on the firewall or
|
# a DHCP server running on the firewall or
|
||||||
# you have a static IP but are on a LAN
|
# you have a static IP but are on a LAN
|
||||||
# segment with lots of Laptop DHCP clients.
|
# segment with lots of Laptop DHCP clients.
|
||||||
# routestopped - (Deprecated -- use
|
# norfc1918
|
||||||
# /etc/shorewall/routestopped)
|
# This interface should not receive
|
||||||
# When the firewall is stopped, allow
|
|
||||||
# and route traffic to and from this
|
|
||||||
# interface.
|
|
||||||
# norfc1918 - This interface should not receive
|
|
||||||
# any packets whose source is in one
|
# any packets whose source is in one
|
||||||
# of the ranges reserved by RFC 1918
|
# of the ranges reserved by RFC 1918
|
||||||
# (i.e., private or "non-routable"
|
# (i.e., private or "non-routable"
|
||||||
@ -59,27 +60,29 @@
|
|||||||
# enabled in shorewall.conf, packets
|
# enabled in shorewall.conf, packets
|
||||||
# whose destination addresses are
|
# whose destination addresses are
|
||||||
# reserved by RFC 1918 are also rejected.
|
# reserved by RFC 1918 are also rejected.
|
||||||
# multi - This interface has multiple IP
|
# routefilter
|
||||||
# addresses and you want to be able to
|
# Turn on kernel route filtering for this
|
||||||
# route between them.
|
|
||||||
# routefilter - turn on kernel route filtering for this
|
|
||||||
# interface (anti-spoofing measure). This
|
# interface (anti-spoofing measure). This
|
||||||
# option can also be enabled globally in
|
# option can also be enabled globally in
|
||||||
# the /etc/shorewall/shorewall.conf file.
|
# the /etc/shorewall/shorewall.conf file.
|
||||||
# dropunclean - Logs and drops mangled/invalid packets
|
# dropunclean
|
||||||
#
|
# Logs and drops mangled/invalid packets
|
||||||
# logunclean - Logs mangled/invalid packets but does
|
# logunclean
|
||||||
|
# Logs mangled/invalid packets but does
|
||||||
# not drop them.
|
# not drop them.
|
||||||
# blacklist - Check packets arriving on this interface
|
# blacklist
|
||||||
|
# Check packets arriving on this interface
|
||||||
# against the /etc/shorewall/blacklist
|
# against the /etc/shorewall/blacklist
|
||||||
# file.
|
# file.
|
||||||
# maclist - Connection requests from this interface
|
# maclist
|
||||||
|
# Connection requests from this interface
|
||||||
# are compared against the contents of
|
# are compared against the contents of
|
||||||
# /etc/shorewall/maclist. If this option
|
# /etc/shorewall/maclist. If this option
|
||||||
# is specified, the interface must be
|
# is specified, the interface must be
|
||||||
# an ethernet NIC and must be up before
|
# an ethernet NIC and must be up before
|
||||||
# Shorewall is started.
|
# Shorewall is started.
|
||||||
# tcpflags - Packets arriving on this interface are
|
# tcpflags
|
||||||
|
# Packets arriving on this interface are
|
||||||
# checked for certain illegal combinations
|
# checked for certain illegal combinations
|
||||||
# of TCP flags. Packets found to have
|
# of TCP flags. Packets found to have
|
||||||
# such a combination of flags are handled
|
# such a combination of flags are handled
|
||||||
@ -87,9 +90,8 @@
|
|||||||
# TCP_FLAGS_DISPOSITION after having been
|
# TCP_FLAGS_DISPOSITION after having been
|
||||||
# logged according to the setting of
|
# logged according to the setting of
|
||||||
# TCP_FLAGS_LOG_LEVEL.
|
# TCP_FLAGS_LOG_LEVEL.
|
||||||
# proxyarp -
|
# proxyarp
|
||||||
# Sets
|
# Sets /proc/sys/net/ipv4/conf/<interface>/proxy_arp.
|
||||||
# /proc/sys/net/ipv4/conf/<interface>/proxy_arp.
|
|
||||||
# Do NOT use this option if you are
|
# Do NOT use this option if you are
|
||||||
# employing Proxy ARP through entries in
|
# employing Proxy ARP through entries in
|
||||||
# /etc/shorewall/proxyarp. This option is
|
# /etc/shorewall/proxyarp. This option is
|
||||||
@ -101,32 +103,26 @@
|
|||||||
# significant but the list should have no embedded white
|
# significant but the list should have no embedded white
|
||||||
# space.
|
# space.
|
||||||
#
|
#
|
||||||
# Example 1: Suppose you have eth0 connected to a DSL modem and
|
# Example 1:
|
||||||
|
# Suppose you have eth0 connected to a DSL modem and
|
||||||
# eth1 connected to your local network and that your
|
# eth1 connected to your local network and that your
|
||||||
# local subnet is 192.168.1.0/24. The interface gets
|
# local subnet is 192.168.1.0/24. The eth0 interface gets
|
||||||
# it's IP address via DHCP from subnet
|
# it's IP address via DHCP from subnet 206.191.149.192/27.
|
||||||
# 206.191.149.192/27. You have a DMZ with subnet
|
|
||||||
# 192.168.2.0/24 using eth2. You want to be able to
|
|
||||||
# access the firewall from the local network when the
|
|
||||||
# firewall is stopped.
|
|
||||||
#
|
#
|
||||||
# Your entries for this setup would look like:
|
# Your entries for this setup would look like:
|
||||||
#
|
#
|
||||||
|
# #ZONE INTERFACE BROADCAST OPTIONS
|
||||||
# net eth0 206.191.149.223 dhcp
|
# net eth0 206.191.149.223 dhcp
|
||||||
# local eth1 192.168.1.255 routestopped
|
# local eth1 192.168.1.255
|
||||||
# dmz eth2 192.168.2.255
|
|
||||||
#
|
#
|
||||||
# Example 2: The same configuration without specifying broadcast
|
# Example 2:
|
||||||
|
# The same configuration without specifying broadcast
|
||||||
# addresses is:
|
# addresses is:
|
||||||
#
|
#
|
||||||
|
# #ZONE INTERFACE BROADCAST OPTIONS
|
||||||
# net eth0 detect dhcp
|
# net eth0 detect dhcp
|
||||||
# loc eth1 detect routestopped
|
# loc eth1 detect
|
||||||
# dmz eth2 detect
|
|
||||||
#
|
#
|
||||||
# Example 3: You have a simple dial-in system with no ethernet
|
|
||||||
# connections.
|
|
||||||
#
|
|
||||||
# net ppp0 -
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
#ZONE INTERFACE BROADCAST OPTIONS
|
#ZONE INTERFACE BROADCAST OPTIONS
|
||||||
net eth0 detect dhcp,routefilter,norfc1918
|
net eth0 detect dhcp,routefilter,norfc1918
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 1.3 - Masquerade file
|
# Shorewall 1.4 - Sample Masquerade file For Two Interfaces
|
||||||
#
|
#
|
||||||
# /etc/shorewall/masq
|
# etc/shorewall/masq
|
||||||
#
|
#
|
||||||
# Use this file to define dynamic NAT (Masquerading) and to define Source NAT
|
# Use this file to define dynamic NAT (Masquerading) and to define Source NAT
|
||||||
# (SNAT).
|
# (SNAT).
|
||||||
#
|
#
|
||||||
# Columns are:
|
# Columns are:
|
||||||
#
|
#
|
||||||
# INTERFACE -- Outgoing interface. This is usually your internet
|
# INTERFACE
|
||||||
|
# Outgoing interface. This is usually your internet
|
||||||
# interface. If ADD_SNAT_ALIASES=Yes in
|
# interface. If ADD_SNAT_ALIASES=Yes in
|
||||||
# /etc/shorewall/shorewall.conf, you may add ":" and
|
# /etc/shorewall/shorewall.conf, you may add ":" and
|
||||||
# a digit to indicate that you want the alias added with
|
# a digit to indicate that you want the alias added with
|
||||||
@ -21,7 +22,8 @@
|
|||||||
# ":" followed by a destination host or subnet.
|
# ":" followed by a destination host or subnet.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# SUBNET -- Subnet that you wish to masquerade. You can specify this as
|
# SUBNET
|
||||||
|
# Subnet that you wish to masquerade. You can specify this as
|
||||||
# a subnet or as an interface. If you give the name of an
|
# a subnet or as an interface. If you give the name of an
|
||||||
# interface, you must have iproute installed and the interface
|
# interface, you must have iproute installed and the interface
|
||||||
# must be up before you start the firewall.
|
# must be up before you start the firewall.
|
||||||
@ -35,7 +37,8 @@
|
|||||||
# In that example traffic from eth1 would be masqueraded unless
|
# In that example traffic from eth1 would be masqueraded unless
|
||||||
# it came from 192.168.1.4 or 196.168.32.0/27
|
# it came from 192.168.1.4 or 196.168.32.0/27
|
||||||
#
|
#
|
||||||
# ADDRESS -- (Optional). If you specify an address here, SNAT will be
|
# ADDRESS (Optional)
|
||||||
|
# If you specify an address here, SNAT will be
|
||||||
# used and this will be the source address. If
|
# used and this will be the source address. If
|
||||||
# ADD_SNAT_ALIASES is set to Yes or yes in
|
# ADD_SNAT_ALIASES is set to Yes or yes in
|
||||||
# /etc/shorewall/shorewall.conf then Shorewall
|
# /etc/shorewall/shorewall.conf then Shorewall
|
||||||
@ -57,10 +60,12 @@
|
|||||||
#
|
#
|
||||||
# Your entry in the file can be either:
|
# Your entry in the file can be either:
|
||||||
#
|
#
|
||||||
|
# #INTERFACE SUBNET ADDRESS
|
||||||
# eth0 eth1
|
# eth0 eth1
|
||||||
#
|
#
|
||||||
# or
|
# or
|
||||||
#
|
#
|
||||||
|
# #INTERFACE SUBNET ADDRESS
|
||||||
# eth0 192.168.0.0/24
|
# eth0 192.168.0.0/24
|
||||||
#
|
#
|
||||||
# Example 2:
|
# Example 2:
|
||||||
@ -69,6 +74,7 @@
|
|||||||
# 192.168.1.0/24 which you also want to masquerade. You then
|
# 192.168.1.0/24 which you also want to masquerade. You then
|
||||||
# add a second entry for eth0 to this file:
|
# add a second entry for eth0 to this file:
|
||||||
#
|
#
|
||||||
|
# #INTERFACE SUBNET ADDRESS
|
||||||
# eth0 192.168.1.0/24
|
# eth0 192.168.1.0/24
|
||||||
#
|
#
|
||||||
# Example 3:
|
# Example 3:
|
||||||
@ -77,6 +83,7 @@
|
|||||||
# masquerade packets coming from 192.168.1.0/24 but only if
|
# masquerade packets coming from 192.168.1.0/24 but only if
|
||||||
# these packets are destined for hosts in 10.1.1.0/24:
|
# these packets are destined for hosts in 10.1.1.0/24:
|
||||||
#
|
#
|
||||||
|
# #INTERFACE SUBNET ADDRESS
|
||||||
# ipsec0:10.1.1.0/24 196.168.1.0/24
|
# ipsec0:10.1.1.0/24 196.168.1.0/24
|
||||||
#
|
#
|
||||||
# Example 4:
|
# Example 4:
|
||||||
@ -86,6 +93,7 @@
|
|||||||
# primary address of eth0. You want 206.124.146.176 added to
|
# primary address of eth0. You want 206.124.146.176 added to
|
||||||
# be added to eth0 with name eth0:0.
|
# be added to eth0 with name eth0:0.
|
||||||
#
|
#
|
||||||
|
# #INTERFACE SUBNET ADDRESS
|
||||||
# eth0:0 192.168.1.0/24 206.124.146.176
|
# eth0:0 192.168.1.0/24 206.124.146.176
|
||||||
#
|
#
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 1.3 -- Policy File
|
# Shorewall 1.4 -- Sample Policy File For Two Interfaces
|
||||||
#
|
#
|
||||||
# /etc/shorewall/policy
|
# /etc/shorewall/policy
|
||||||
#
|
#
|
||||||
@ -32,8 +32,7 @@
|
|||||||
# Beginning with Shorewall version 1.3.12, you may
|
# Beginning with Shorewall version 1.3.12, you may
|
||||||
# also specify ULOG (must be in upper case). This will
|
# also specify ULOG (must be in upper case). This will
|
||||||
# log to the ULOG target and sent to a separate log
|
# log to the ULOG target and sent to a separate log
|
||||||
# through use of ulogd
|
# through use of ulogd (http://www.gnumonks.org/projects/ulogd).
|
||||||
# (http://www.gnumonks.org/projects/ulogd).
|
|
||||||
#
|
#
|
||||||
# If you don't want to log but need to specify the
|
# If you don't want to log but need to specify the
|
||||||
# following column, place "_" here.
|
# following column, place "_" here.
|
||||||
@ -44,18 +43,17 @@
|
|||||||
#
|
#
|
||||||
# As shipped, the default policies are:
|
# As shipped, the default policies are:
|
||||||
#
|
#
|
||||||
# a) All connections from the local network to the internet are allowed
|
# a) All connections from the local network to the Internet are allowed
|
||||||
# b) All connections from the internet are ignored but logged at syslog
|
# b) All connections from the Internet are ignored but logged at syslog
|
||||||
# level KERNEL.INFO.
|
# level KERNEL.INFO.
|
||||||
# d) All other connection requests are rejected and logged at level
|
# d) All other connection requests are rejected and logged at level
|
||||||
# KERNEL.INFO.
|
# KERNEL.INFO.
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#SOURCE DEST POLICY LOG LEVEL LIMIT:BURST
|
#SOURCE DEST POLICY LOG LEVEL LIMIT:BURST
|
||||||
loc net ACCEPT
|
loc net ACCEPT
|
||||||
#
|
# If you want open access to the Internet from your Firewall
|
||||||
# If you want open access to the internet from your firewall, uncomment the
|
# remove the comment from the following line.
|
||||||
# following line
|
|
||||||
#fw net ACCEPT
|
#fw net ACCEPT
|
||||||
net all DROP info
|
net all DROP info
|
||||||
all all REJECT info
|
all all REJECT info
|
||||||
#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOTE
|
#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE
|
||||||
|
@ -1,25 +1,30 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
#
|
#
|
||||||
# Shorewall 1.3 -- Hosts Accessible when the Firewall is Stopped
|
# Shorewall 1.4 -- Sample Routestopped file for two interfaces.
|
||||||
#
|
#
|
||||||
# /etc/shorewall/routestopped
|
# /etc/shorewall/routestopped
|
||||||
#
|
#
|
||||||
# This file is used to define the hosts that are accessible when the
|
# This file is used to define the hosts that are accessible when the
|
||||||
# firewall is stopped
|
# firewall is stopped.
|
||||||
#
|
#
|
||||||
# Columns must be separated by white space and are:
|
# Columns must be separated by white space and are:
|
||||||
#
|
#
|
||||||
# INTERFACE - Interface through which host(s) communicate with
|
# INTERFACE
|
||||||
# the firewall
|
# Interface through which host(s) communicate with
|
||||||
# HOST(S) - (Optional) Comma-separated list of IP/subnet
|
# the firewall.
|
||||||
|
# HOST(S)
|
||||||
|
# (Optional) Comma-separated list of IP/subnet
|
||||||
# addresses. If left empty or supplied as "-",
|
# addresses. If left empty or supplied as "-",
|
||||||
# 0.0.0.0/0 is assumed.
|
# 0.0.0.0/0 is assumed.
|
||||||
#
|
#
|
||||||
# Example:
|
# Examples:
|
||||||
#
|
#
|
||||||
# INTERFACE HOST(S)
|
# INTERFACE HOST(S)
|
||||||
# eth2 192.168.1.0/24
|
# eth1 -
|
||||||
# eth0 192.0.2.44
|
# Or
|
||||||
|
# eth1 192.168.1.0/24
|
||||||
|
# Or
|
||||||
|
# eth1 192.0.2.44
|
||||||
##############################################################################
|
##############################################################################
|
||||||
#INTERFACE HOST(S)
|
#INTERFACE HOST(S)
|
||||||
eth1 -
|
eth1 -
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Shorewall version 1.3 - Rules File
|
# Shorewall version 1.4 - Sample Rules File For Two Interfaces
|
||||||
#
|
#
|
||||||
# /etc/shorewall/rules
|
# /etc/shorewall/rules
|
||||||
#
|
#
|
||||||
@ -15,33 +15,47 @@
|
|||||||
# Columns are:
|
# Columns are:
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# ACTION ACCEPT, DROP, REJECT, DNAT or REDIRECT
|
# ACTION ACCEPT, DROP, REJECT, DNAT, DNAT- or REDIRECT
|
||||||
#
|
#
|
||||||
# ACCEPT -- allow the connection request
|
# ACCEPT
|
||||||
# DROP -- ignore the request
|
# Allow the connection request
|
||||||
# REJECT -- disallow the request and return an
|
# DROP
|
||||||
|
# Ignore the request
|
||||||
|
# REJECT
|
||||||
|
# Disallow the request and return an
|
||||||
# icmp-unreachable or an RST packet.
|
# icmp-unreachable or an RST packet.
|
||||||
# DNAT -- Forward the request to another
|
# DNAT
|
||||||
|
# Forward the request to another
|
||||||
# system (and optionally another
|
# system (and optionally another
|
||||||
# port).
|
# port).
|
||||||
# DNAT- -- Advanced users only.
|
# DNAT-
|
||||||
|
# Advanced users only.
|
||||||
# Like DNAT but only generates the
|
# Like DNAT but only generates the
|
||||||
# DNAT iptables rule and not
|
# DNAT iptables rule and not
|
||||||
# the companion ACCEPT rule.
|
# the companion ACCEPT rule.
|
||||||
# REDIRECT -- Redirect the request to a local
|
# REDIRECT
|
||||||
|
# Redirect the request to a local
|
||||||
# port on the firewall.
|
# port on the firewall.
|
||||||
|
# CONTINUE
|
||||||
|
# (For experts only). Do Not Process
|
||||||
|
# any of the following rules for this
|
||||||
|
# (source zone,destination zone). If
|
||||||
|
# the source and/or destination IP
|
||||||
|
# address falls into a zone defined
|
||||||
|
# later in /etc/shorewall/zones, this
|
||||||
|
# connection request will be passed
|
||||||
|
# to the rules defined for that
|
||||||
|
# (those) zones(s).
|
||||||
#
|
#
|
||||||
# May optionally be followed by ":" and a syslog log
|
# May optionally be followed by ":" and a syslog log
|
||||||
# level (e.g, REJECT:info). This causes the packet to be
|
# level (e.g, REJECT:info). This causes the packet to be
|
||||||
# logged at the specified level.
|
# logged at the specified level.
|
||||||
#
|
#
|
||||||
# Beginning with Shorewall version 1.3.12, you may
|
# You may also specify ULOG (must be in upper case) as a
|
||||||
# also specify ULOG (must be in upper case) as a log level.\
|
# log level. This will log to the ULOG target for routing
|
||||||
# This will log to the ULOG target and sent to a separate log
|
# to a separate log through use of ulogd.
|
||||||
# through use of ulogd
|
|
||||||
# (http://www.gnumonks.org/projects/ulogd).
|
# (http://www.gnumonks.org/projects/ulogd).
|
||||||
#
|
#
|
||||||
#
|
|
||||||
# SOURCE Source hosts to which the rule applies. May be a zone
|
# SOURCE Source hosts to which the rule applies. May be a zone
|
||||||
# defined in /etc/shorewall/zones, $FW to indicate the
|
# defined in /etc/shorewall/zones, $FW to indicate the
|
||||||
# firewall itself, or "all" If the ACTION is DNAT or
|
# firewall itself, or "all" If the ACTION is DNAT or
|
||||||
@ -56,24 +70,30 @@
|
|||||||
# address; mac addresses must begin with "~" and must use
|
# address; mac addresses must begin with "~" and must use
|
||||||
# "-" as a separator.
|
# "-" as a separator.
|
||||||
#
|
#
|
||||||
# dmz:192.168.2.2 Host 192.168.2.2 in the DMZ
|
# Some Examples:
|
||||||
#
|
#
|
||||||
# net:155.186.235.0/24 Subnet 155.186.235.0/24 on the
|
# net:155.186.235.1
|
||||||
# Internet
|
# Host 155.186.235.1 on the Internet
|
||||||
#
|
#
|
||||||
# loc:192.168.1.1,192.168.1.2
|
# loc:192.168.1.0/24
|
||||||
# Hosts 192.168.1.1 and
|
# Subnet 192.168.1.0/24 on the
|
||||||
# 192.168.1.2 in the local zone.
|
# Local Network
|
||||||
# loc:~00-A0-C9-15-39-78 Host in the local zone with
|
#
|
||||||
|
# net:155.186.235.1,155.186.235.2
|
||||||
|
# Hosts 155.186.235.1 and
|
||||||
|
# 155.186.235.2 on the Internet.
|
||||||
|
#
|
||||||
|
# loc:~00-A0-C9-15-39-78
|
||||||
|
# Host on the Local Network with
|
||||||
# MAC address 00:A0:C9:15:39:78.
|
# MAC address 00:A0:C9:15:39:78.
|
||||||
#
|
#
|
||||||
# Alternatively, clients may be specified by interface
|
# Alternatively, clients may be specified by interface
|
||||||
# by appending ":" to the zone name followed by the
|
# by appending ":" to the zone name followed by the
|
||||||
# interface name. For example, loc:eth1 specifies a
|
# interface name. For example, net:eth0 specifies a
|
||||||
# client that communicates with the firewall system
|
# client that communicates with the firewall system
|
||||||
# through eth1. This may be optionally followed by
|
# through eth0. This may be optionally followed by
|
||||||
# another colon (":") and an IP/MAC/subnet address
|
# another colon (":") and an IP/MAC/subnet address
|
||||||
# as described above (e.g., loc:eth1:192.168.1.5).
|
# as described above (e.g., net:eth0:192.168.1.5).
|
||||||
#
|
#
|
||||||
# DEST Location of Server. May be a zone defined in
|
# DEST Location of Server. May be a zone defined in
|
||||||
# /etc/shorewall/zones, $FW to indicate the firewall
|
# /etc/shorewall/zones, $FW to indicate the firewall
|
||||||
@ -97,19 +117,17 @@
|
|||||||
# destination port. A destination port may only be
|
# destination port. A destination port may only be
|
||||||
# included if the ACTION is DNAT or REDIRECT.
|
# included if the ACTION is DNAT or REDIRECT.
|
||||||
#
|
#
|
||||||
# Example: loc:192.168.1.3:3128 specifies a local
|
# Example: net:155.186.235.1:25 specifies a Internet
|
||||||
# server at IP address 192.168.1.3 and listening on port
|
# server at IP address 155.186.235.1 and listening on port
|
||||||
# 3128. The port number MUST be specified as an integer
|
# 25. The port number MUST be specified as an integer
|
||||||
# and not as a name from /etc/services.
|
# and not as a name from /etc/services.
|
||||||
#
|
#
|
||||||
# if the ACTION is REDIRECT, this column needs only to
|
# If the ACTION is REDIRECT, this column needs only to
|
||||||
# contain the port number on the firewall that the
|
# contain the port number on the firewall that the
|
||||||
# request should be redirected to.
|
# request should be redirected to.
|
||||||
#
|
#
|
||||||
# PROTO Protocol - Must be "tcp", "udp", "icmp", a number,
|
# PROTO Protocol - Must be "tcp", "udp", "icmp", a number,
|
||||||
# "all" or "related". If "related", the remainder of the
|
# "all".
|
||||||
# entry must be omitted and connection requests that are
|
|
||||||
# related to existing requests will be accepted.
|
|
||||||
#
|
#
|
||||||
# DEST PORT(S) Destination Ports. A comma-separated list of Port
|
# DEST PORT(S) Destination Ports. A comma-separated list of Port
|
||||||
# names (from /etc/services), port numbers or port
|
# names (from /etc/services), port numbers or port
|
||||||
@ -163,13 +181,22 @@
|
|||||||
# If no source IP address is given, the original source
|
# If no source IP address is given, the original source
|
||||||
# address is not altered.
|
# address is not altered.
|
||||||
#
|
#
|
||||||
# Example: Accept SMTP requests from the DMZ to the internet
|
# Also by default all outbound loc -> net communications are allowed.
|
||||||
|
# You can change this behavior in the sample policy file.
|
||||||
|
#
|
||||||
|
# Example: Accept www requests to the firewall.
|
||||||
#
|
#
|
||||||
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
||||||
# # PORT PORT(S) DEST
|
# # PORT PORT(S) DEST
|
||||||
# ACCEPT dmz net tcp smtp
|
# ACCEPT net fw tcp http
|
||||||
#
|
#
|
||||||
# Example: Forward all ssh and http connection requests from the internet
|
# Example: Accept SMTP requests from the Local Network to the Internet
|
||||||
|
#
|
||||||
|
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
||||||
|
# # PORT PORT(S) DEST
|
||||||
|
# ACCEPT loc net tcp smtp
|
||||||
|
#
|
||||||
|
# Example: Forward all ssh and http connection requests from the Internet
|
||||||
# to local system 192.168.1.3
|
# to local system 192.168.1.3
|
||||||
#
|
#
|
||||||
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
||||||
@ -184,7 +211,7 @@
|
|||||||
# # PORT PORT(S) DEST
|
# # PORT PORT(S) DEST
|
||||||
# REDIRECT loc 3128 tcp www - !192.168.2.2
|
# REDIRECT loc 3128 tcp www - !192.168.2.2
|
||||||
#
|
#
|
||||||
# Example: All http requests from the internet to address
|
# Example: All http requests from the Internet to address
|
||||||
# 130.252.100.69 are to be forwarded to 192.168.1.3
|
# 130.252.100.69 are to be forwarded to 192.168.1.3
|
||||||
#
|
#
|
||||||
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
# #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Shorewall 1.3 /etc/shorewall/zones
|
# Shorewall 1.4 -- Sample Zone File For Two Interfaces
|
||||||
|
# /etc/shorewall/zones
|
||||||
#
|
#
|
||||||
# This file determines your network zones. Columns are:
|
# This file determines your network zones. Columns are:
|
||||||
#
|
#
|
||||||
@ -9,5 +10,5 @@
|
|||||||
#
|
#
|
||||||
#ZONE DISPLAY COMMENTS
|
#ZONE DISPLAY COMMENTS
|
||||||
net Net Internet
|
net Net Internet
|
||||||
loc Local Local networks
|
loc Local Local Networks
|
||||||
#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE
|
#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE
|
||||||
|
Loading…
Reference in New Issue
Block a user