0 Garr 117 Posted December 3, 2014 Hmm. If you're running server on one machine, maybe try to replace all server-side connection IPs with localhost(127.0.0.1)? That will be conf/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 conf/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 And conf/login-server.conf // The login 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 Quote Share this post Link to post Share on other sites
0 NorthRai 0 Posted December 3, 2014 Computer uses 3 IP Addresses.used domain. Quote Share this post Link to post Share on other sites
0 Garr 117 Posted December 3, 2014 No, I mean if all 3 servers (login, map and char) are running on the same PC (like you're doing with starting run-server.bat), you'll do a better job connecting them via localhost, instead of sending them out to first DNS server that will guide them right back where they came from. That prevents multiple problems with firewalls, routers, and whatever else connection side may bring at you. Quote Share this post Link to post Share on other sites
Share this post
Link to post
Share on other sites