Tom

Rule: 

REDIRECT  all  12340  tcp  80  1000:10000  192.168.1.0/24

when compiled with shorewall-shell generates the following rules:

-A OUTPUT -d 192.168.1.0/255.255.255.0 -p tcp -m tcp --sport 
1000:10000 --dport 80 -j REDIRECT --to-ports 12340 

-A lan_dnat -d 192.168.1.0/255.255.255.0 -p tcp -m tcp --sport 
1000:10000 --dport 80 -j REDIRECT --to-ports 12340 

-A fw2fw -p tcp -m tcp --sport 1000:10000 --dport 12340 -j ACCEPT 
-A lan2fw -p tcp -m tcp --sport 1000:10000 --dport 12340 -j ACCEPT 


when compiled with shorewall-perl it produces the following the following 
error:

ERROR: Unknown destination zone (12340)


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-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-devel

Reply via email to