Jump to content
  • 0
Sign in to follow this  
x13th

Can't connect to server

Question

 
Here's my config.
 
map_server
// 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: 192.168.11.12 // 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: 121.xx.xxx.xx // Map Server Portmap_port: 5121
 
char_server
// 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: 192.168.11.12 // 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: 121.xx.xxx.xx
 
 
subnet
subnet: 255.255.255.0:192.168.11.12:192.168.11.12subnet: 255.255.255.0:121.xx.xxx.xx:121.xx.xxx.xx
 
clientinfo.xml
    <address>121.xx.xxx.xx</address>    <port>6900</port>    <version>30</version>    <langtype>0</langtype>
 
Edited by Axis

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.