Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Authserver logs show: "Added realm "AzerothCore" at 127.0.0.1:8085." Should this not reflect my LAN

[DiscordArchive] Authserver logs show: "Added realm "AzerothCore" at 127.0.0.1:8085." Should this not reflect my LAN

[DiscordArchive] Authserver logs show: "Added realm "AzerothCore" at 127.0.0.1:8085." Should this not reflect my LAN

rektbyfaith
Administrator
0
12-06-2021, 01:09 AM
#1
Archived author: gyver235 • Posted: 2021-12-06T01:09:03.912000+00:00
Original source

Authserver logs show: "Added realm "AzerothCore" at 127.0.0.1:8085." Should this not reflect my LAN address?
rektbyfaith
12-06-2021, 01:09 AM #1

Archived author: gyver235 • Posted: 2021-12-06T01:09:03.912000+00:00
Original source

Authserver logs show: "Added realm "AzerothCore" at 127.0.0.1:8085." Should this not reflect my LAN address?

rektbyfaith
Administrator
0
12-06-2021, 03:22 AM
#2
Archived author: b_man_breal • Posted: 2021-12-06T03:22:20.985000+00:00
Original source

Yes it should. You want to edit the realm list table's address field. I don't know if your containers sql server can be accessed by heidi. If it can open the acore_auth database. Then open the realm list table. Then select the tab labeled "data" and edit the address field changing it to your lan interface address. Then click save. Next time auth server will launch on the lan facing port. I just had the Sam issue with my conventional install.
rektbyfaith
12-06-2021, 03:22 AM #2

Archived author: b_man_breal • Posted: 2021-12-06T03:22:20.985000+00:00
Original source

Yes it should. You want to edit the realm list table's address field. I don't know if your containers sql server can be accessed by heidi. If it can open the acore_auth database. Then open the realm list table. Then select the tab labeled "data" and edit the address field changing it to your lan interface address. Then click save. Next time auth server will launch on the lan facing port. I just had the Sam issue with my conventional install.

rektbyfaith
Administrator
0
12-06-2021, 03:24 AM
#3
Archived author: gyver235 • Posted: 2021-12-06T03:24:37.952000+00:00
Original source

Thanks for the response. I made that change. After the change it would allow me to login and shows the Realm, but fails to load the realm and character creation screen. Can't find any errors to work from. That AzerothCore at 127.0.0.1:8085 was after the change and a full reboot of the server running docker and the servers.
rektbyfaith
12-06-2021, 03:24 AM #3

Archived author: gyver235 • Posted: 2021-12-06T03:24:37.952000+00:00
Original source

Thanks for the response. I made that change. After the change it would allow me to login and shows the Realm, but fails to load the realm and character creation screen. Can't find any errors to work from. That AzerothCore at 127.0.0.1:8085 was after the change and a full reboot of the server running docker and the servers.

rektbyfaith
Administrator
0
12-06-2021, 03:44 AM
#4
Archived author: b_man_breal • Posted: 2021-12-06T03:44:38.775000+00:00
Original source

Did you use the "data" tab? With out using it your changes won't persist
rektbyfaith
12-06-2021, 03:44 AM #4

Archived author: b_man_breal • Posted: 2021-12-06T03:44:38.775000+00:00
Original source

Did you use the "data" tab? With out using it your changes won't persist

rektbyfaith
Administrator
0
12-06-2021, 03:58 AM
#5
Archived author: b_man_breal • Posted: 2021-12-06T03:58:31.255000+00:00
Original source

You can also do it from the my sql command line. Log in with your user name and password then type
use acore_auth;
update realmlist set address = '192.168.56.1' where id = 1;

To see if your changes worked, I think you can use
describe realmlist;
rektbyfaith
12-06-2021, 03:58 AM #5

Archived author: b_man_breal • Posted: 2021-12-06T03:58:31.255000+00:00
Original source

You can also do it from the my sql command line. Log in with your user name and password then type
use acore_auth;
update realmlist set address = '192.168.56.1' where id = 1;

To see if your changes worked, I think you can use
describe realmlist;

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)