Blocking Http Port

Blocking Http port di LAN game centre, biar ga dipake untuk browsing, cuman Game Ayodance ternyata perlu request port 80 untuk bisa jalanin Appsnya.Solusinya :

-A FORWARD -s 192.168.3.0/255.255.255.0 -d 122.102.52.5 -p tcp -m tcp –dport 80 -j ACCEPT
-A FORWARD -s 192.168.3.0/255.255.255.0 -d 122.102.49.132 -p tcp -m tcp –dport 80 -j ACCEPT
-A FORWARD -s 192.168.3.0/255.255.255.0 -p tcp -m tcp –dport 80 -j DROP

Comments

This entry was posted in Linux. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>