Hi
I am running shorewall 1.2.9-1, ulogd 0.97-1 and iptables 1.2.9-1 on
debian 3.0 and i am trying to get the ulog facility working.
I have set
LOGFILE = "/var/log/firewall.log"
in /etc/shorewall/shorewall.conf
and have the lines
#SOURCE DEST POLICY LOG LEVEL LIMIT:BURST
loc net ACCEPT -
# If you want open access to the Internet from your Firewall
# remove the comment from the following line.
#fw net ACCEPT
net all DROP info
$FW net ACCEPT -
all all REJECT info
#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE
in /etc/shorewall/policy
Yet when i try to issue a 'shorewall restart' i get:
<snip>
Processing /etc/shorewall/rules...
Rule "ACCEPT fw net tcp 53" added.
Rule "ACCEPT fw net udp 53" added.
Rule "ACCEPT loc fw tcp 22" added.
Rule "ACCEPT loc fw icmp 8" added.
Rule "ACCEPT net fw icmp 8" added.
Rule "ACCEPT fw loc icmp 8" added.
Rule "ACCEPT fw net icmp 8" added.
Rule "ACCEPT loc fw tcp 10000 -" added.
Rule "ACCEPT loc fw tcp 53 -" added.
Rule "ACCEPT loc fw udp 53 -" added.
Processing /etc/shorewall/policy...
iptables: No chain/target/match by that name
Processing /etc/shorewall/stop ...
Processing /etc/shorewall/stopped ...
Terminated
I have googled high and low for the reason why this is happening but I
have hit the buffers - would be grateful for any suggestions.
|