› Forums › Network Management › Firewall, Traffic Shaping and Net Balancer › limit WAN traffic from IP? › Reply To: limit WAN traffic from IP?
August 28, 2010 at 9:34 pm
#51005
Member
You will have to enter the command manually as this type of rule cannot be added with ZS.
Go to System -> Setup -> Startup/Cron and select “Nat and Virtual Servers” from the drop down list.
/usr/local/sbin/iptables -t nat -I PREROUTING -i ppp0 -p tcp --dport 25 -s PUBLIC_IP -j MASQUERADE --to-destination 192.168.1.5