summaryrefslogtreecommitdiffstats
path: root/firewall.cfg
diff options
context:
space:
mode:
authorAlexander Poslavsky <alexander.poslavsky@gmail.com>2007-11-02 09:24:00 +0000
committerAlexander Poslavsky <alexander.poslavsky@gmail.com>2007-11-02 09:24:00 +0000
commit1f2bc0676beae8672512edc37fff46a5e76b02a2 (patch)
tree4a7d66914a0954a5c449a040d9e5712087048f97 /firewall.cfg
parent2f6b7570cdf277f1c3889464fd7705b089e1eac4 (diff)
downloadacf-shorewall-1f2bc0676beae8672512edc37fff46a5e76b02a2.tar.bz2
acf-shorewall-1f2bc0676beae8672512edc37fff46a5e76b02a2.tar.xz
trying to get shorewall to install+status indicator
git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@251 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'firewall.cfg')
-rw-r--r--firewall.cfg44
1 files changed, 44 insertions, 0 deletions
diff --git a/firewall.cfg b/firewall.cfg
new file mode 100644
index 0000000..0a143d4
--- /dev/null
+++ b/firewall.cfg
@@ -0,0 +1,44 @@
+-- /* vim: set filetype=lua : */
+{ app="firewall", section="general",
+ name="params", filename="/etc/shorewall/params",
+ descr="Define variables used in the other configuration files." },
+{ app="firewall", section="general",
+ name="shorewall", filename="/etc/shorewall/shorewall.conf",
+ descr="Modify global configuration settings." },
+{ app="firewall", section="firewalling",
+ name="zones", filename="/etc/shorewall/zones",
+ descr="Name network partitions. Firewall rules are applied to defined zones." },
+{ app="firewall", section="firewalling",
+ name="interfaces", filename="/etc/shorewall/interfaces",
+ descr="Map physical interfaces to named zones." },
+{ app="firewall", section="firewalling",
+ name="hosts", filename="/etc/shorewall/hosts",
+ descr="Name specific hosts within zones." },
+{ app="firewall", section="firewalling",
+ name="policy", filename="/etc/shorewall/policy",
+ descr="Set default rules (policies) for zones." },
+{ app="firewall", section="firewalling",
+ name="rules", filename="/etc/shorewall/rules",
+ descr="Define exceptions to policies." },
+{ app="firewall", section="firewalling",
+ name="routestopped", filename="/etc/shorewall/routestopped",
+ descr="Define hosts that can access this host when the firewall is \"stopped\"" },
+{ app="firewall", section="firewalling",
+ name="tunnels", filename="/etc/shorewall/tunnels",
+ descr="Specify ipsec tunnel endpoints" },
+{ app="firewall", section="firewalling",
+ name="blacklist", filename="/etc/shorewall/blacklist",
+ descr="List ip addresses or names that should be denied all access to the firewall." },
+{ app="firewall", section="nat",
+ name="masq", filename="/etc/shorewall/masq",
+ descr="Define dynamic Masquerading or DNAT tables" },
+{ app="firewall", section="nat",
+ name="nat", filename="/etc/shorewall/nat",
+ descr="Define static Network Address Translation table" },
+{ app="firewall", section="qos",
+ name="tos", filename="/etc/shorewall/tos",
+ descr="Specify type of service markers for packets traversing the firewall." },
+{ app="firewall", section="qos",
+ name="tcrules", filename="/etc/shorewall/tcrules",
+ descr="Define traffic control rules." },
+