Posts: 281
Threads: 22
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Oct 2012
Reputation:
0
Hello all,
I decided to post guide cuz many of ppl not knows about it
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
CREDITS: MaX, LUO, ME (METHOD 2, but took from MaX`s ide so can give credits max to MaX )
Posts: 108
Threads: 2
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2011
Reputation:
0
or u can just turn off the firewall?
Edit: i did this, and restarted the vm, and connector doesn't bind ips anymore lmao, it doesnt bind to 127.0.0.1 OR 192.168.x.x
Posts: 281
Threads: 22
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Oct 2012
Reputation:
0
or u can just turn off the firewall?
Edit: i did this, and restarted the vm, and connector doesn't bind ips anymore lmao, it doesnt bind to 127.0.0.1 OR 192.168.x.x
At me
service iptables stop
not worked, but max`s method worked...
Posts: 282
Threads: 5
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Oct 2012
Reputation:
0
chkconfig iptables off
reboot so firewall dont start anymore
Posts: 108
Threads: 2
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2011
Reputation:
0
I will try again with the iptables, but im concerned about the connector, not binding to anyip lmao.
edit: all files running good, but bad connection error is still coming up, i tried all those methods.. still no.
Posts: 49
Threads: 12
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Dec 2011
Reputation:
0
i have too the bad connection problem
Hello all,
I decided to post guide cuz many of ppl not knows about it
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
CREDITS: MaX, LUO, ME (METHOD 2, but took from MaX`s ide so can give credits max to MaX )
method 2 not worked
method 1 not Worked
Posts: 108
Threads: 2
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2011
Reputation:
0
Yeah , same for me, i tried everything. Even disabled firewalls, didnt work. 1 last thing to try, im gonna try to portforward from my router.