Hello.
I am trying to install trinity core on my server with steps for Linux from https://trinitycore.atlassian.net/wiki/display/tc/Installation+Guide , but I stuck on login issue.
I've installed latest WoW client with BattleNet client, compiled trinitycore from master branch on my Linux server, changed realmlist.address in auth DB to 51.15.79.243 changed Config.wtf - SET portal "51.15.79.243" - patched Wow-64.exe (7.2.5.24461, release from 2017-07-27) with connection_patcher on my client Windows machine, started Wow-64_Patched.exe, but I got you have been disconnected blz51914001 , when I trying to login with login test@test and password test?
Edit:
I found, that my server is behind something NAT. External address of the server is 51.15.79.243, but ifconfig shows
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.8.77.3 netmask 255.255.255.254 broadcast 10.8.77.3
So, I've changed realmlist.address=51.15.79.243, realmlist.localAddress=10.8.77.3, realmlist.localSubnetMask=255.255.255.254 , and restarted ./bnetserver but nothing changed - I still got blz51914001 error:
root@scw-1179da:/drive2/wow/serverBuild/bin# ./bnetserver
TrinityCore rev. 9cb4a265a395 2017-07-25 00:02:13 +0200 (master branch) (Unix, Release, Static) (bnetserver)
<Ctrl-C> to stop.
______ __
/\__ _\ __ __/\ \__
\/_/\ \/ _ __ /\_\ ___ /\_\ \, _\ __ __
\ \ \/\`'__\/\ \ /' _ `\/\ \ \ \/ /\ \/\ \
\ \ \ \ \/ \ \ \/\ \/\ \ \ \ \ \_\ \ \_\ \
\ \_\ \_\ \ \_\ \_\ \_\ \_\ \__\\/`____ \
\/_/\/_/ \/_/\/_/\/_/\/_/\/__/ `/___/> \
C O R E /\___/ http://TrinityCore.org \/__/
Using configuration file /drive2/wow/serverBuild/etc/bnetserver.conf.
Using SSL version: OpenSSL 1.0.2g 1 Mar 2016 (library: OpenSSL 1.0.2g 1 Mar 2016)
Using Boost version: 1.62.0
Automatic database updates are disabled for all databases!
Opening DatabasePool 'auth'. Asynchronous connections: 1, synchronous connections: 1.
MySQL client library: 10.1.22-MariaDB
MySQL server ver: 5.7.19-0ubuntu0.17.04.1
Connected to MySQL database at 127.0.0.1
MySQL client library: 10.1.22-MariaDB
MySQL server ver: 5.7.19-0ubuntu0.17.04.1
Connected to MySQL database at 127.0.0.1
DatabasePool 'auth' opened successfully. 2 total connections running.
Started auth database connection pool.
Login service bound to http://0.0.0.0:8081
Added realm "Trinity" at 51.15.79.243:8085.
I looked at the content of files in the c:\Program Files (x86)\World of Warcraft\Logs\ , but nothing interesting in it.
I've also tried to connect with telnet to server:
telnet 51.15.79.243 8085
connected well - got WORLD OF WARCRAFT CONNECTION - SERVER TO CLIENT from server
What I do wrong? How to fix blz51914001?
Thank you!