11-17-2012, 09:31 AM
you mean open port
2 service iptables stop
3 service iptables restart
and 3 try login?
-----------------------
#Edit same problem...
1 openning port on iptables
2 service iptables stop
3 service iptables restart
4 try Login -> Failed To Connect To Login Server
----------------------------------------------------------------------
Config of iptables
# Firewall configuration written by system-config-firewall
# Manual customization of this file is not recommended.
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
-A INPUT -p ipv6-icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 3000 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 3000 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 4105 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 4105 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 4006 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 4006 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 4001 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 4001 -j ACCEPT
COMMIT
-------------------------------------------
curently port using by LoginServer and sl.dta "4001"

