Unable to login to world on the same LAN as the server #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I can create an account with the client and server on the same LAN (192.168.1.x for example) however the client won't login and just goes back to the character screen. I can however connect with a client if I come in over the Internet to the server using NAT.
Any suggestions on how to make this work locally? Also no errors are logged when this occurs other than a successful login from the machine when connecting from the LAN.
Thanks in advance!
The MB_BIND_ADDR is the internal IP of the container; the IP assigned to it by Docker. (hostname -i)
The MB_PUBLIC_ADDR is the IP address that the Login Sever tells the client to connect to when entering world.
If you can telnet to the public address of the server from inside the LAN then you should be able to connect. If you cannot then perhaps a route needs to be setup for this in the router.
Look at the wiki for the troubleshooting page. There is a relevant entry.
That said, this is for reporting issues with server codebase. MagicBox support is available on the Discord server. Will therefore close issue.