Cannot connect with client

hadiesyafiq

New member
Messages
160
Points
0
Age
35
Location
Malaysia
Github
hadiesyafiq
Emulator
Hi all actually i just rent new vps...and i import all my files to new vps...all setup are done and no problem at all...but why i cannot connect with my client?

i never change the client all i have setup new IP and server compile...here some photo of my problem...

when i try to login cannot but after i close the client..they have message on putty like "closed connection from 'my client IP' " that's mean it connect but i don't know why it Failed connect to server?

can someone help me to figure what is the problem?

errorip.png

errorip2.png

 
Hi hadiesyafiq,

it looks firewall issues. Can you check if your iptables if running or allowed the port?

Also you can check your PACKETVER in vi src/common/mmo.h

 
Hi hadiesyafiq,

it looks firewall issues. Can you check if your iptables if running or allowed the port?

Also you can check your PACKETVER in vi src/common/mmo.h
mmo.h already i compile with 20151029 exe...how to check firewall because if i use my current hercules..if i use latest one is no problem...my current hercules is my current server...

 
it looks you are running in centos VPS. 

1. You have to check your SELINUX first using command getenforce and the results should be Disabled

To disable SELINUX, login on your VPS using root user and you can type command getenforce 0 to set disable.

2. Second please try to disable your firewall

To check if you have running firewall you can type command on your root login using command 

iptables -nL OR systemctl status firewalld

you can temporary disable your firewall using command 

 systemctl stop firewalld then try to connect again on your RO client. 

if the issues is firewall, you have to configure your firewall properly and open specific port only.

NOTE: DISABLE FIREWALL IS NOT SAFE, IT MAY CAUSE YOUR SERVER OPEN TO PUBLIC.

 
Back
Top