mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 08:44:05 +01:00
Updated Comments For 1.4.8 Rule File Changes
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@788 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
04372ad48c
commit
d0595fc651
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Shorewall 1.4.7 -- Sample Interface File For One Interface
|
||||
# Shorewall 1.4.8 -- Sample Interface File For One Interface
|
||||
#
|
||||
# /etc/shorewall/interfaces
|
||||
#
|
||||
@ -106,6 +106,11 @@
|
||||
# /etc/shorewall/shorewall.conf.
|
||||
#
|
||||
# This option has no effect if NEWNOTSYN=Yes
|
||||
# routeback
|
||||
# If specified, indicates that Shorewall
|
||||
# should include rules that allow filtering
|
||||
# traffic arriving on this interface back
|
||||
# out that same interface.
|
||||
# arp_filter
|
||||
# If specified, this interface will only respond
|
||||
# to ARP who-has requests for IP addresses
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Shorewall 1.4.7 -- Sample Policy File For One Interface
|
||||
# Shorewall 1.4.8 -- Sample Policy File For One Interface
|
||||
#
|
||||
# /etc/shorewall/policy
|
||||
#
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Shorewall version 1.4.7 - Sample Rules File For One Interface
|
||||
# Shorewall version 1.4.8 - Sample Rules File For One Interface
|
||||
#
|
||||
# /etc/shorewall/rules
|
||||
#
|
||||
@ -16,7 +16,7 @@
|
||||
#
|
||||
#
|
||||
# ACTION ACCEPT, DROP, REJECT, DNAT, DNAT-, REDIRECT,
|
||||
# REDIRECT-, CONTINUE or LOG.
|
||||
# REDIRECT-, CONTINUE, LOG or QUEUE.
|
||||
#
|
||||
# ACCEPT
|
||||
# Allow the connection request
|
||||
@ -54,6 +54,9 @@
|
||||
# (those) zones(s).
|
||||
# LOG
|
||||
# Simply log the packet and continue.
|
||||
# QUEUE
|
||||
# Queue the packet to a user-space
|
||||
# application such as p2pwall.
|
||||
#
|
||||
# You may rate-limit the rule by optionally following
|
||||
# ACCEPT, DNAT[-], REDIRECT[-] or LOG with
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Shorewall 1.4.7 -- Sample Zone File For One Interface
|
||||
# Shorewall 1.4.8 -- Sample Zone File For One Interface
|
||||
# /etc/shorewall/zones
|
||||
#
|
||||
# This file determines your network zones. Columns are:
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Shorewall 1.4.7 -- Sample Interface File For Three Interfaces
|
||||
# Shorewall 1.4.8 -- Sample Interface File For Three Interfaces
|
||||
#
|
||||
# /etc/shorewall/interfaces
|
||||
#
|
||||
@ -106,6 +106,11 @@
|
||||
# /etc/shorewall/shorewall.conf.
|
||||
#
|
||||
# This option has no effect if NEWNOTSYN=Yes.
|
||||
# routeback
|
||||
# If specified, indicates that Shorewall
|
||||
# should include rules that allow filtering
|
||||
# traffic arriving on this interface back
|
||||
# out that same interface.
|
||||
# arp_filter
|
||||
# If specified, this interface will only respond
|
||||
# to ARP who-has requests for IP addresses
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Shorewall 1.4.7 - Sample Masquerade file For Three Interfaces
|
||||
# Shorewall 1.4.8 - Sample Masquerade file For Three Interfaces
|
||||
#
|
||||
# etc/shorewall/masq
|
||||
#
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Shorewall 1.4.7 -- Sample Policy File For Three Interfaces
|
||||
# Shorewall 1.4.8 -- Sample Policy File For Three Interfaces
|
||||
#
|
||||
# /etc/shorewall/policy
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
##############################################################################
|
||||
#
|
||||
# Shorewall 1.4.7 -- Sample Routestopped File For Three Interfaces.
|
||||
# Shorewall 1.4.8 -- Sample Routestopped File For Three Interfaces.
|
||||
#
|
||||
# /etc/shorewall/routestopped
|
||||
#
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Shorewall version 1.4.7 - Sample Rules File For Three Interfaces
|
||||
# Shorewall version 1.4.8 - Sample Rules File For Three Interfaces
|
||||
#
|
||||
# /etc/shorewall/rules
|
||||
#
|
||||
@ -16,12 +16,12 @@
|
||||
#
|
||||
#
|
||||
# ACTION ACCEPT, DROP, REJECT, DNAT, DNAT-, REDIRECT,
|
||||
# REDIRECT-, CONTINUE or LOG.
|
||||
# REDIRECT-, CONTINUE, LOG Or QUEUE.
|
||||
#
|
||||
# ACCEPT
|
||||
# Allow the connection request
|
||||
# Allow the connection request.
|
||||
# DROP
|
||||
# Ignore the request
|
||||
# Ignore the request.
|
||||
# REJECT
|
||||
# Disallow the request and return an
|
||||
# icmp-unreachable or an RST packet.
|
||||
@ -54,6 +54,9 @@
|
||||
# (those) zones(s).
|
||||
# LOG
|
||||
# Simply log the packet and continue.
|
||||
# QUEUE
|
||||
# Queue the packet to a user-space
|
||||
# application such as p2pwall.
|
||||
#
|
||||
# You may rate-limit the rule by optionally following
|
||||
# ACCEPT, DNAT[-], REDIRECT[-] or LOG with
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Shorewall 1.4.7 -- Sample Zone File For Two Interfaces
|
||||
# Shorewall 1.4.8 -- Sample Zone File For Two Interfaces
|
||||
# /etc/shorewall/zones
|
||||
#
|
||||
# This file determines your network zones. Columns are:
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Shorewall 1.4.7 -- Sample Interface File For Two Interfaces
|
||||
# Shorewall 1.4.8 -- Sample Interface File For Two Interfaces
|
||||
#
|
||||
# /etc/shorewall/interfaces
|
||||
#
|
||||
@ -110,6 +110,13 @@
|
||||
# /etc/shorewall/shorewall.conf.
|
||||
#
|
||||
# This option has no effect if NEWNOTSYN=Yes.
|
||||
#
|
||||
# routeback
|
||||
# If specified, indicates that Shorewall
|
||||
# should include rules that allow filtering
|
||||
# traffic arriving on this interface back
|
||||
# out that same interface.
|
||||
#
|
||||
# arp_filter
|
||||
# If specified, this interface will only respond
|
||||
# to ARP who-has requests for IP addresses
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Shorewall 1.4.7 - Sample Masquerade file For Two Interfaces
|
||||
# Shorewall 1.4.8 - Sample Masquerade file For Two Interfaces
|
||||
#
|
||||
# etc/shorewall/masq
|
||||
#
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Shorewall 1.4.7 -- Sample Policy File For Two Interfaces
|
||||
# Shorewall 1.4.8 -- Sample Policy File For Two Interfaces
|
||||
#
|
||||
# /etc/shorewall/policy
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
##############################################################################
|
||||
#
|
||||
# Shorewall 1.4.7 -- Sample Routestopped file for two interfaces.
|
||||
# Shorewall 1.4.8 -- Sample Routestopped file for two interfaces.
|
||||
#
|
||||
# /etc/shorewall/routestopped
|
||||
#
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Shorewall version 1.4.7 - Sample Rules File For Two Interfaces
|
||||
# Shorewall version 1.4.8 - Sample Rules File For Two Interfaces
|
||||
#
|
||||
# /etc/shorewall/rules
|
||||
#
|
||||
@ -16,7 +16,7 @@
|
||||
#
|
||||
#
|
||||
# ACTION ACCEPT, DROP, REJECT, DNAT, DNAT-, REDIRECT,
|
||||
# REDIRECT-, CONTINUE or LOG.
|
||||
# REDIRECT-, CONTINUE, LOG Or QUEUE.
|
||||
#
|
||||
# ACCEPT
|
||||
# Allow the connection request
|
||||
@ -54,6 +54,9 @@
|
||||
# (those) zones(s).
|
||||
# LOG
|
||||
# Simply log the packet and continue.
|
||||
# QUEUE
|
||||
# Queue the packet to a user-space
|
||||
# application such as p2pwall.
|
||||
#
|
||||
# You may rate-limit the rule by optionally following
|
||||
# ACCEPT, DNAT[-], REDIRECT[-] or LOG with
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Shorewall 1.4.7 -- Sample Zone File For Two Interfaces
|
||||
# Shorewall 1.4.8 -- Sample Zone File For Two Interfaces
|
||||
# /etc/shorewall/zones
|
||||
#
|
||||
# This file determines your network zones. Columns are:
|
||||
|
Loading…
Reference in New Issue
Block a user