Tom Shorewall rules:
DNAT wan lan tcp 80 DNAT wan lan:0.0.0.0/0 tcp 80 Both generate the following iptables rule: -A wan_dnat -p 136 -m multiport --dports 80 -j DNAT --to-destination 0.0.0.0/0 Which produce the following error message: iptables-restore v1.4.17: Bad IP address "0.0.0.0/0" Similarly with Shorewall6 rule: DNAT wan lan tcp 80 Generates ip6tables rule: -A PREROUTING -p 6 --dport 80 -i eth1 -j DNAT --to-destination [::/0] Which produces error message: ip6tables-restore v1.4.17: Bad IP address "::/0" Steven. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Shorewall-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-devel
