Server can't online with WAN IP

banana

New member
Messages
30
Points
0
Server work fine on localhost and my friend can connect thru LAN ip but when i try to make it online with WAN IP everything works fine

but my friend can't connect

subnet.conf

subnet: 255.255.255.0:171.96.244.97:171.96.244.97

map-server.conf

// Character Server IP// The map server connects to the character server using this IP address.// NOTE: This is useful when you are running behind a firewall or are on// a machine with multiple interfaces.char_ip: 127.0.0.1// The map server listens on the interface with this IP address.// NOTE: This allows you to run multiple servers on multiple interfaces// while using the same ports for each server.//bind_ip: 127.0.0.1// Character Server Portchar_port: 6121// Map Server IP// The IP address which clients will use to connect.// Set this to what your server's public IP address is.map_ip: 171.96.244.97// Map Server Portmap_port: 5121

char-server.conf

// Login Server IP// The character server connects to the login server using this IP address.// NOTE: This is useful when you are running behind a firewall or are on// a machine with multiple interfaces.login_ip: 127.0.0.1// The character server listens on the interface with this IP address.// NOTE: This allows you to run multiple servers on multiple interfaces// while using the same ports for each server.//bind_ip: 127.0.0.1// Login Server Portlogin_port: 6900// Character Server IP// The IP address which clients will use to connect.// Set this to what your server's public IP address is.char_ip: 171.96.244.97// Character Server Portchar_port: 6121


cmd ipconfig

cPfvsyf.jpg


Port forwarding (BILLION Wireless-N)

z3pdZen.jpg


Whereisip

e5MyKS9.jpg


map-server

sUwtxPn.jpg


char-server

Ckr70hI.jpg


login-server

aywHeqR.jpg


Updated:

Ok now, I found the point.

When i try to check 6900 port is still closed.

http://www.canyouseeme.org/

3qnebDC.jpg


Why my port still closed?

Please help me to solve this.

Thanks in advance. 
default_wink.png


 
Last edited by a moderator:
Server work fine on localhost and my friend can connect thru LAN ip but when i try to make it online with WAN IP everything works fine

but my friend can't connect

subnet.conf

subnet: 255.255.255.0:171.96.244.97:171.96.244.97 map-server.conf

// Character Server IP// The map server connects to the character server using this IP address.// NOTE: This is useful when you are running behind a firewall or are on// a machine with multiple interfaces.char_ip: 127.0.0.1// The map server listens on the interface with this IP address.// NOTE: This allows you to run multiple servers on multiple interfaces// while using the same ports for each server.//bind_ip: 127.0.0.1// Character Server Portchar_port: 6121// Map Server IP// The IP address which clients will use to connect.// Set this to what your server's public IP address is.map_ip: 171.96.244.97// Map Server Portmap_port: 5121 char-server.conf

// Login Server IP// The character server connects to the login server using this IP address.// NOTE: This is useful when you are running behind a firewall or are on// a machine with multiple interfaces.login_ip: 127.0.0.1// The character server listens on the interface with this IP address.// NOTE: This allows you to run multiple servers on multiple interfaces// while using the same ports for each server.//bind_ip: 127.0.0.1// Login Server Portlogin_port: 6900// Character Server IP// The IP address which clients will use to connect.// Set this to what your server's public IP address is.char_ip: 171.96.244.97// Character Server Portchar_port: 6121 
cmd ipconfig

cPfvsyf.jpg


Port forwarding (BILLION Wireless-N)

z3pdZen.jpg


Whereisip

e5MyKS9.jpg


map-server

sUwtxPn.jpg


char-server

Ckr70hI.jpg


login-server

aywHeqR.jpg


Updated:

Ok now, I found the point.

When i try to check 6900 port is still closed.

http://www.canyouseeme.org/

3qnebDC.jpg


Why my port still closed?

Please help me to solve this.

Thanks in advance. 
default_wink.png
You opened ports for local IP and not for all remote ip's
 
Solved this.

By tell Internet service provider to open me a port.

Bacuse in my country(Thailand) ISP block all of port in IPv4.

So i just call to call center to enable its and now my server work fine.

Thank for help! 
default_laugh.png


 
Back
Top