11-25-2012, 09:59 AM
Hello guy's,
My problem i have add the server on my vps linux, i have insert database, all are running perfectly.
But when i want to connect on the server, i have "Failed to connect to Login Server.
I have want to resolve this problem with the command of Max
FIX BAD_CONNECTION & FIX Login Server Problem
1. Open Terminal
2. Type: SU
3. Write: service iptables stop
4. Open Terminal
5. Type: vi /etc/sysconfig/iptables
6. Add:
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 4001 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 4101 -j ACCEPT
Save & Exit
FIX BAD_CONNECTION & FIX Login Server Problem (method 2)
1. Swich user
Username: root
Password: same for user
2. Go in Computer/etc/sysconfig/iptables
3. Open with Gedit
4. Add:
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 4001 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 4101 -j ACCEPT
5. Open Terminal
6. Write: service iptables stop
Not working and when i use this site for see did my port 4001 is open, no he is close.
What i can made for open my port ? Those two commands not work for me.
And i have binding the game and login server in the ip of the vps 95.110.177.xx
and i have made on sl dta test 95.110.177.xx 4001.
but i have always Cannot connect to login server, and this site
2
say my port 4001 is close.


