gerade versuche ich Shorewall auf meinem Debian Lenny - Server zu konfigurieren und erhalte folgende Fehlermeldung wenn ich shorewall safe-start eingebe.
Code: Alles auswählen
...
Starting...
Starting Shorewall....
Initializing...
Clearing Traffic Control/QOS
Deleting user chains...
[b]Enabling Loopback and DNS Lookups
iptables: No chain/target/match by that name[/b]
Shorewall Cleared
Terminated
Wenn ich shorewall check eingebe steht da
Code: Alles auswählen
...
Checking /etc/shorewall/policy...
Checking Traffic Control Rules...
Checking Rule Activation...
Compiling IP Forwarding...
Shorewall configuration verified
hier mal die Konfigurationsdateien:
interfaces:
Code: Alles auswählen
net venet0 detect dhcp,tcpflags,logmartians,nosmurfs
Code: Alles auswählen
fw firewall
net ipv4
Code: Alles auswählen
$FW net ACCEPT
net $FW DROP info
net all DROP info
# The FOLLOWING POLICY MUST BE LAST
all all REJECT info
Code: Alles auswählen
Ping/DROP net $FW
# Permit all ICMP traffic FROM the firewall TO the net zone
ACCEPT net $FW 22
-----------------------------------------
bin Euch dankbar für jede Hilfe.
MfG
############
Introduction
Formal support for Linux-vserver was added in Shorewall 4.4.11 Beta2. The centerpiece of that support is the vserver ...
Nachdem ich das las, machte ich ein dist-upgrade und bin jetzt Besitzer einer Shorewall-Version 4.4.11.6.
Leider kommt jetzt folgende Fehlermeldung:
Code: Alles auswählen
Starting Shorewall....
FATAL: Could not load /lib/modules/2.6.18-028stab092.1/modules.dep: No such file or directory
iptables-restore: line 113 failed
ERROR: iptables-restore Failed. Input is in /var/lib/shorewall/.iptables-restore-input
/sbin/shorewall: Zeile 853: 14049 Beendet ${VARDIR}/.$command $g_debugging $command
MfG