celguar / mangosbot-bots

Bot AI Core from ike3 for cmangos/mangos classic/tbc/wotlk
https://github.com/cmangos/playerbots
88 stars 41 forks source link

[Feature Request] [Wotlk DB] Realmlist #345

Closed Twiggstar closed 10 months ago

Twiggstar commented 10 months ago

Hello. I have made my server available to public. Externally it is possible to connect to it. But from the local machine (where the server is hosted) i can't connect. I found out the issue by comparing cores from another server.

This one is missing localAdress column in the realmlist table. Adding it manually doesn't solve the issue. I hereby request a way to properly handle local connections or a way to solve this issue.

celguar commented 10 months ago

if your router supports loop back just use your external IP in realmlist.wtf If not you can create a 2nd realm entry in realmlist table and change it IP to your LAN IP then you use that realm and others keep using the external one

Twiggstar commented 10 months ago

No it does not support loop back i have tried external IP. I will try creating a realm entry, thanks.