Displaying 1 result from an estimated 1 matches for "wan2int".
2007 Aug 13
4
Problem with iprange in shorewall 4.0.2
....x.x.226 INT:139.x.x.153-139.x.x.156 udp 1024:65535 1024:65535
"-m iprange" in front of "--dst-range" is missing in the activation command.
The logging entry (above) is set correct.
Below is the debug output.
Thanks
Regards
Günter
+ case $level in
+ /usr/sbin/iptables -A WAN2INT -p udp --sport 1024:65535 -s 139.x.x.226 -m iprange --dst-range 139.x.x.153-139.x.x.156 --dport 1024:65535 -j LOG --log-level notice --log-prefix ''Shorewall:WAN2INT:ACCEPT:rul ''
+ ''['' 0 -ne 0 '']''
+ run_iptables -A WAN2INT -p udp -s 139.x.x.226 -...