EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   General::General Discussion (https://www.eqemulator.org/forums/forumdisplay.php?f=586)
-   -   Wiki Update under Secure Linux Server (https://www.eqemulator.org/forums/showthread.php?t=21482)

arew264 09-09-2006 01:57 PM

Wiki Update under Secure Linux Server
 
Really don't know where this should go, but here:
http://www.eqemulator.net/wiki/wikka...Linux#firewall
the firewall rules would be:
block TCP to port 9000:
iptables -A INPUT -p TCP --dport 9000 -s localhost -j ACCEPT
iptables -A INPUT -p TCP --dport 9000 -j DROP

block mysql access (tcp port 3306):
iptables -A INPUT -p TCP --dport 3306 -s localhost -j ACCEPT
iptables -A INPUT -p TCP --dport 3306 -j DROP

fathernitwit 09-10-2006 04:12 PM

its a wiki... edit it.


All times are GMT -4. The time now is 03:06 AM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.