Tom

Action sjsact:

ACCEPT  eth0  eth0:192.168.0.3

When it's compiled with shorewall-perl the following iptables rule is 
generated:

-A sjsact -i eth0 -o eth0 -d 192.168.0.3 -j ACCEPT

when the action is compiled with shorewall-shell the following iptables rule 
is generated:

-A sjsact -p all -i eth0 -d eth0:192.168.0.3 -j ACCEPT

which produces the error message:

iptables v1.3.6: host/network "eth0:192.168.0.3" not found


Steven.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to