Tom

Rule:

LOG:warn  lan:192.168.0.3  $FW  udp  123,245:1000,2333,10000:15000 
1000:10000,20000,25000:30000

when compiled shorewall-shell generates:

+ /sbin/iptables -A lan2fw -p udp -m multiport -s 192.168.0.3 --sports 
1000:10000,20000,25000:30000 --dports 123,245:1000,2333,10000:15000 --match 
limit --limit 10/second --limit-burst 10 -j LOG --log-level warn --log-prefix 
Shorewall:lan2fw:LOG:


which produces the following error:

iptables v1.3.6: multiport can only have one option

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