From d8188edde74b8964443212bb04aed9b934bb593a Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Fri, 12 Nov 2010 20:38:24 +0000 Subject: add shorewall module --- modules/shorewall/files/headers/interfaces | 10 ++++++++++ modules/shorewall/files/headers/policy | 11 +++++++++++ modules/shorewall/files/headers/rules | 11 +++++++++++ modules/shorewall/files/headers/zones | 11 +++++++++++ 4 files changed, 43 insertions(+) create mode 100644 modules/shorewall/files/headers/interfaces create mode 100644 modules/shorewall/files/headers/policy create mode 100644 modules/shorewall/files/headers/rules create mode 100644 modules/shorewall/files/headers/zones (limited to 'modules/shorewall/files/headers') diff --git a/modules/shorewall/files/headers/interfaces b/modules/shorewall/files/headers/interfaces new file mode 100644 index 00000000..b13a6a6e --- /dev/null +++ b/modules/shorewall/files/headers/interfaces @@ -0,0 +1,10 @@ +# +# Shorewall version 4 - Interfaces File +# +# For information about entries in this file, type "man shorewall-interfaces" +# +# The manpage is also online at +# http://www.shorewall.net/manpages/shorewall-interfaces.html +# +############################################################################### +#ZONE INTERFACE BROADCAST OPTIONS diff --git a/modules/shorewall/files/headers/policy b/modules/shorewall/files/headers/policy new file mode 100644 index 00000000..b164cb86 --- /dev/null +++ b/modules/shorewall/files/headers/policy @@ -0,0 +1,11 @@ +# +# Shorewall version 4 - Policy File +# +# For information about entries in this file, type "man shorewall-policy" +# +# The manpage is also online at +# http://www.shorewall.net/manpages/shorewall-policy.html +# +############################################################################### +#SOURCE DEST POLICY LOG LIMIT: CONNLIMIT: +# LEVEL BURST MASK diff --git a/modules/shorewall/files/headers/rules b/modules/shorewall/files/headers/rules new file mode 100644 index 00000000..f82f16f2 --- /dev/null +++ b/modules/shorewall/files/headers/rules @@ -0,0 +1,11 @@ +# +# Shorewall version 4 - Rules File +# +# For information on the settings in this file, type "man shorewall-rules" +# +# The manpage is also online at +# http://www.shorewall.net/manpages/shorewall-rules.html +# +#################################################################################################################################################### +#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/ MARK CONNLIMIT TIME +# PORT PORT(S) DEST LIMIT GROUP diff --git a/modules/shorewall/files/headers/zones b/modules/shorewall/files/headers/zones new file mode 100644 index 00000000..c99d2d05 --- /dev/null +++ b/modules/shorewall/files/headers/zones @@ -0,0 +1,11 @@ +# +# Shorewall version 4 - Zones File +# +# For information about this file, type "man shorewall-zones" +# +# The manpage is also online at +# http://www.shorewall.net/manpages/shorewall-zones.html +# +############################################################################### +#ZONE TYPE OPTIONS IN OUT +# OPTIONS OPTIONS -- cgit v1.2.1