Jump to content
  • 0
NorthRai

map and char servers error

Question

3 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites
  • 0

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.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

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