From 73bd0a6d99c0bdfc1db5432706a3aa577617b10c Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 28 Nov 2007 14:52:05 +0000 Subject: Initial modifications to shorewall git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@377 ab2d0c66-481e-0410-8bed-d214d4d58bed --- shorewall-module.lua | 4 +++ shorewall-read-html.lsp | 73 ++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 shorewall-module.lua diff --git a/shorewall-module.lua b/shorewall-module.lua new file mode 100644 index 0000000..a05ae0d --- /dev/null +++ b/shorewall-module.lua @@ -0,0 +1,4 @@ +-- shorewall model methods +module (..., package.seeall) + + diff --git a/shorewall-read-html.lsp b/shorewall-read-html.lsp index 0ea1ec8..21f614f 100644 --- a/shorewall-read-html.lsp +++ b/shorewall-read-html.lsp @@ -1,6 +1,77 @@ -

Edit

+

Firewall configuration

+ +

GENERAL

+ +
shorewall.conf
+
Modify global configuration settings.
+ +
params
+
Define variables used in the other configuratino files.
+ +
zones
+
Name network partions. Firewal rules are applied to defined zones.
+ +
interfaces
+
Map physical interfaces to named zones.
+ +
hosts
+
Map individual hosts or networks to named zones.
+ +

FIREWALLING

+ +
policy
+
Set default rules (policies) for zones.
+ +
rules
+
Define exceptions to policies.
+ +
routestopped
+
Define hosts that can access this host when the firewall is "stopped".
+ +
tunnels
+
Specify ipsec tunel endpoints.
+ +
blacklist
+
List ip addresses or names that should be denied all access to the firewall.
+ +

NAT

+ +
masq
+
Define dynamic Masquerading or DNAT tables.
+ +
nat
+
Define static Network Address Translation tables.
+ +

QOS

+ +
tos
+
Specify type of service markers for packets traversing the firewall.
+ +
tcdevices
+
Define traffic control devices.
+ +
tcclasses
+
Define traffic control classes.
+ +
tcrules
+
Define traffic control rules.
+ +

OTHER

+ +
View all files/configs
+
Provide a autogenerated list of files in '/etc/shorewall'.
+ +

SYSTEM INFO

+ +
Program version
+
+ +

MANAGEMENT

+
Program Status
+
[running|not]
+