On Tue, Jun 21, 2005 at 06:45:14PM +0200, Jürgen Mell wrote:
Hi List,
On Tuesday 21 June 2005 14:38, Frank Stuehmer wrote:
Hi list,
just tried to use fresh installed Suse 9.3 updated with you.
SuSEfirewall2-3.3-18.2
/etc/sysconfig/SuSEfirewall2 with FW_ALLOW_INCOMING_HIGHPORTS_UDP="yes"
Start FW complains, four lines "iptables: No chain/target/match by that name"
Reasons are in /sbin/SuSEfirewall lines 1460 and 1469: for CHAIN in $input_zones; do --> chain=input_$chain
should be "CHAIN=input_$CHAIN".
Frank Stuehmer
There is another typo in line 1629 (the line-wrapping is done by kmail - originally this is one long line)
$LAA $IPTABLES -A $chain -d $net1 $snet2 $proto $rport -i $dev -j LOG \ ${LOG}"-`rulelog $CHAIN`-ACC-MASQ " -m state --state ESTABLISHED,RELATED
should probably read
$LAA $IPTABLES -A $chain -d $net1 $snet2 $proto $rport -i $dev -j LOG \ ${LOG}"-`rulelog $chain`-ACC-MASQ " -m state --state ESTABLISHED,RELATED
I have opened a bugreport for these problems and we will be fixing this. Ciao, Marcus