In the User Commands section of the VBP-ST, add the below command to block HTTP on the Subscriber (WAN) Interface:
iptables -I INPUT -i eth0+ -p tcp --dport 80 -j DROP
Modified on: Wed, 7 Jan, 2015 at 9:26 AM
In the User Commands section of the VBP-ST, add the below command to block HTTP on the Subscriber (WAN) Interface:
iptables -I INPUT -i eth0+ -p tcp --dport 80 -j DROP
Did you find it helpful? Yes No
Send feedback