HannibalRoG Posted October 8, 2017 Report Share Posted October 8, 2017 If you do not give more details of what you intend to do we can not help you. If you want to connect the client to a server on your own pc you must follow all the steps of the wiki. Link to comment Share on other sites More sharing options...
Brainy Posted October 9, 2017 Report Share Posted October 9, 2017 Check the address in your auth.realmlist table. It must be your public IP Link to comment Share on other sites More sharing options...
CDawg Posted October 10, 2017 Report Share Posted October 10, 2017 @timp11 To add what Brainy mentioned, figure out what your public IP is.. set your database realmlist with that public IP. You will only need 3724 (authserver) and the worldserver (default: 8085) open to public. worldserver port is configured in your .conf file. There should be no other ports open. Link to comment Share on other sites More sharing options...
HannibalRoG Posted October 10, 2017 Report Share Posted October 10, 2017 @CDawg that depends on whether it is master or 3.3.5, as I said, with so little information you can not help much. In master its a bit diferent. Link to comment Share on other sites More sharing options...
CDawg Posted October 11, 2017 Report Share Posted October 11, 2017 5 hours ago, HannibalRoG said: @CDawg that depends on whether it is master or 3.3.5, as I said, with so little information you can not help much. In master its a bit diferent. It should be pretty obvious. Just show him how it's configured for "master" https://github.com/TrinityCore/TrinityCore/blob/master/src/server/bnetserver/bnetserver.conf.dist#L76 Rather than complain, then show both options. 2 Link to comment Share on other sites More sharing options...
Shalker96 Posted October 19, 2017 Report Share Posted October 19, 2017 (edited) Hi, I've been reading almost everything here done stuff that already you guys explained and I'm still stuck at Connected, cant log into the character list, I'm all doing it on localhost for me only, disabled firewall... and nothing still stuck at connected. Can anyone help me? I will provide everything screenshots etc. PD: I'm using the 3.3.5 branch. Edited October 19, 2017 by Shalker96 Link to comment Share on other sites More sharing options...
CDawg Posted October 20, 2017 Report Share Posted October 20, 2017 On 10/18/2017 at 6:47 PM, Shalker96 said: Hi, I've been reading almost everything here done stuff that already you guys explained and I'm still stuck at Connected, cant log into the character list, I'm all doing it on localhost for me only, disabled firewall... and nothing still stuck at connected. Can anyone help me? I will provide everything screenshots etc. PD: I'm using the 3.3.5 branch. What OS? What is your auth.realmlist set at? Link to comment Share on other sites More sharing options...
Shalker96 Posted October 20, 2017 Report Share Posted October 20, 2017 (edited) 5 hours ago, CDawg said: What OS? What is your auth.realmlist set at? Windows 10 Pro 64 bit creators update https://gyazo.com/3c4fa2483a1aa8b4e0c5bd5e378e9846 This is the authserver.conf: https://pastebin.com/RnHRu3RR This is the worldserver.conf: https://pastebin.com/4YdhWzcr and this is the folder where the binaries are: https://gyazo.com/175d2ca36daeb3451305afe8f9f0e3bb oh and this is the realmlist table in the auth database: https://gyazo.com/69a802de46b7e4352921524f0ea853c9 Edited October 20, 2017 by Shalker96 Link to comment Share on other sites More sharing options...
Daniel25 Posted October 20, 2017 Report Share Posted October 20, 2017 On 19/10/2017 at 3:47 AM, Shalker96 said: Hi, I've been reading almost everything here done stuff that already you guys explained and I'm still stuck at Connected, cant log into the character list, I'm all doing it on localhost for me only, disabled firewall... and nothing still stuck at connected. Can anyone help me? I will provide everything screenshots etc. PD: I'm using the 3.3.5 branch. Maybe your issue is your client if you donwloaded it of a private server site. Did you patch your wow.exe? Change the realmlist in the config.wtf file (set realmlist "127.1.0.0") of your wow and check in propierties "only read". Be sure that your wow client version is the same than trinity core version soported. Link to comment Share on other sites More sharing options...
Shalker96 Posted October 20, 2017 Report Share Posted October 20, 2017 (edited) 35 minutes ago, Daniel25 said: Maybe your issue is your client if you donwloaded it of a private server site. Did you patch your wow.exe? Change the realmlist in the config.wtf file (set realmlist "127.1.0.0") of your wow and check in propierties "only read". Be sure that your wow client version is the same than trinity core version soported. I downloaded the client from warmane, I'm downloading now another 2 clients from different sources hopefully is the client's problem. I also did change to read only the config.wtf and the realmlist.wtf: https://gyazo.com/12a44d7d5ec5df4a44755f86e53c91c5 but still nothing changed. The client's version is the 12340 one which is the correct for the 3.3.5 branch Update: tried with 2 different clients but still no change. Edited October 20, 2017 by Shalker96 Link to comment Share on other sites More sharing options...
Aokromes Posted October 20, 2017 Report Share Posted October 20, 2017 1 hour ago, Daniel25 said: Maybe your issue is your client if you donwloaded it of a private server site. Did you patch your wow.exe? Change the realmlist in the config.wtf file (set realmlist "127.1.0.0") of your wow and check in propierties "only read". Be sure that your wow client version is the same than trinity core version soported. he is using 3.3.5a branch, no patching needed. Link to comment Share on other sites More sharing options...
rbliu Posted October 28, 2017 Report Share Posted October 28, 2017 (edited) Hi, it seems I have the same issue: got stuck at the "selecting server" interface and cannot get into the character list. It has puzzled me for a couple of days. Should I just post here or start a new thread? I'm running branch 3.3.5a of TrinityCore on a Win10 PC (just call it "server", LAN ip 192.168.0.108), and there is another Win10 PC ("client", LAN ip 192.168.0.105) connected on the same router. I can run authserver + worldserver + wow.exe all on the "server" PC smoothly. But when I tried to run wow.exe on the "client" PC, I got the above issue. FYI, below I've attached screenshots for my settings for the database and running authserver & worldserver. And I have these lines in "worldserver.conf" & "authserver.conf": LoginDatabaseInfo = "127.0.0.1;3306;trinity;trinity;auth" # in both authserver.conf and worldserver.confWorldDatabaseInfo = "127.0.0.1;3306;trinity;trinity;world" # only in worldserver.confCharacterDatabaseInfo = "127.0.0.1;3306;trinity;trinity;characters" # only in worldserver.conf Also, on both "server" and "client" PCs, I've confirmed that I have SET realmList "192.168.0.108" in WTF/config.wtf. And Data/enGB/realmlist.wtf has one single line: set realmlist 192.168.0.108 In addition, I opened port 8085 and 3724 in the firewall settings on the "server" PC. The connection.log file on the "client" PC: 10/28 03:06:08.206 GRUNT: state: LOGIN_STATE_CONNECTING result: LOGIN_OK 10/28 03:06:08.224 GRUNT: state: RESPONSE_CONNECTED result: LOGIN_OK 192.168.0.108:3724 10/28 03:06:08.300 GRUNT: state: LOGIN_STATE_AUTHENTICATING result: LOGIN_OK 10/28 03:06:08.336 GRUNT: state: LOGIN_STATE_CHECKINGVERSIONS result: LOGIN_OK 10/28 03:06:08.514 GRUNT: state: LOGIN_STATE_HANDSHAKING result: LOGIN_OK 10/28 03:06:08.561 GRUNT: state: LOGIN_STATE_AUTHENTICATED result: LOGIN_OK 10/28 03:06:08.571 ClientConnection Initiating: COP_CONNECT code=CSTATUS_CONNECTING 10/28 03:06:09.650 ClientConnection Completed: COP_CONNECT code=RESPONSE_FAILED_TO_CONNECT result=FALSE 10/28 03:06:13.200 ClientConnection Initiating: COP_CONNECT code=CSTATUS_CONNECTING 10/28 03:06:14.251 ClientConnection Completed: COP_CONNECT code=RESPONSE_FAILED_TO_CONNECT result=FALSE 10/28 03:06:15.300 GRUNT: state: LOGIN_STATE_DISCONNECTED result: LOGIN_OK Could someone who is experienced with this please let me know which part is going wrong? Edited October 28, 2017 by rbliu Link to comment Share on other sites More sharing options...
Aokromes Posted October 28, 2017 Report Share Posted October 28, 2017 4 hours ago, rbliu said: Hi, it seems I have the same issue: got stuck at the "selecting server" interface and cannot get into the character list. It has puzzled me for a couple of days. Should I just post here or start a new thread? I'm running branch 3.3.5a of TrinityCore on a Win10 PC (just call it "server", LAN ip 192.168.0.108), and there is another Win10 PC ("client", LAN ip 192.168.0.105) connected on the same router. I can run authserver + worldserver + wow.exe all on the "server" PC smoothly. But when I tried to run wow.exe on the "client" PC, I got the above issue. FYI, below I've attached screenshots for my settings for the database and running authserver & worldserver. And I have these lines in "worldserver.conf" & "authserver.conf": LoginDatabaseInfo = "127.0.0.1;3306;trinity;trinity;auth" # in both authserver.conf and worldserver.confWorldDatabaseInfo = "127.0.0.1;3306;trinity;trinity;world" # only in worldserver.confCharacterDatabaseInfo = "127.0.0.1;3306;trinity;trinity;characters" # only in worldserver.conf Also, on both "server" and "client" PCs, I've confirmed that I have SET realmList "192.168.0.108" in WTF/config.wtf. And Data/enGB/realmlist.wtf has one single line: set realmlist 192.168.0.108 In addition, I opened port 8085 and 3724 in the firewall settings on the "server" PC. The connection.log file on the "client" PC: 10/28 03:06:08.206 GRUNT: state: LOGIN_STATE_CONNECTING result: LOGIN_OK 10/28 03:06:08.224 GRUNT: state: RESPONSE_CONNECTED result: LOGIN_OK 192.168.0.108:3724 10/28 03:06:08.300 GRUNT: state: LOGIN_STATE_AUTHENTICATING result: LOGIN_OK 10/28 03:06:08.336 GRUNT: state: LOGIN_STATE_CHECKINGVERSIONS result: LOGIN_OK 10/28 03:06:08.514 GRUNT: state: LOGIN_STATE_HANDSHAKING result: LOGIN_OK 10/28 03:06:08.561 GRUNT: state: LOGIN_STATE_AUTHENTICATED result: LOGIN_OK 10/28 03:06:08.571 ClientConnection Initiating: COP_CONNECT code=CSTATUS_CONNECTING 10/28 03:06:09.650 ClientConnection Completed: COP_CONNECT code=RESPONSE_FAILED_TO_CONNECT result=FALSE 10/28 03:06:13.200 ClientConnection Initiating: COP_CONNECT code=CSTATUS_CONNECTING 10/28 03:06:14.251 ClientConnection Completed: COP_CONNECT code=RESPONSE_FAILED_TO_CONNECT result=FALSE 10/28 03:06:15.300 GRUNT: state: LOGIN_STATE_DISCONNECTED result: LOGIN_OK Could someone who is experienced with this please let me know which part is going wrong? you have changed DEFAULT value, NOT value of realmlist table. Link to comment Share on other sites More sharing options...
rbliu Posted October 28, 2017 Report Share Posted October 28, 2017 14 hours ago, Aokromes said: you have changed DEFAULT value, NOT value of realmlist table. Thank you so much for the reply! You are correct. Problem solved! Link to comment Share on other sites More sharing options...
Mastercypher Posted November 19, 2017 Report Share Posted November 19, 2017 On 10/28/2017 at 6:55 PM, rbliu said: Thank you so much for the reply! You are correct. Problem solved! Hi, Could you please elaborate on what you actually changed? I seem to have the same issue you are having and I can't figure out this solution. thank you! Link to comment Share on other sites More sharing options...
codeman3518 Posted November 21, 2017 Report Share Posted November 21, 2017 He basically did the example one which is the default instead of changing the right one for realm list by it showing when he runs realm the local host ip 127.0.0.1 instead of showing 192.168.0.108 in realm list 1 Link to comment Share on other sites More sharing options...
fvicaria Posted November 27, 2017 Report Share Posted November 27, 2017 (edited) Hi guys, I am not sure if this has been answered elsewhere but I've searched a lot and could not find any answer to fix my problem. I have a pristine master build (latest db unmodified) and it compiles and runs perfectly on my main machine, however, when I try to run the client from my laptop it just doesn't connect. I get first "connecting" and then "disconnected from the server". I have patched the client and setup the realmlist with all combinations I could find. The client on the laptop is a copy of the client that is running fine on my main machine. Table Realmlist address field has my external address 151.x.x.x and localAdress has my internal LAN address 192.168.x.x I also have tried a few other combination and nothing seems to work. I am sure I am missing something pretty simple here. Any help would be greatly appreciated. Edited November 27, 2017 by fvicaria Link to comment Share on other sites More sharing options...
fvicaria Posted November 27, 2017 Report Share Posted November 27, 2017 I have found the issue. I needed to apply the same values I had in the realmlist table to the REST fields also. LoginREST.ExternalAddress and LoginREST.LocalAddress I knew it was pretty silly. Link to comment Share on other sites More sharing options...
codeman3518 Posted December 5, 2017 Report Share Posted December 5, 2017 Don't worry because I noticed most people are forgetting about the REST fields and they change everything else other then the REST fields, it is easy to do lol 1 Link to comment Share on other sites More sharing options...
Keonys Posted December 7, 2017 Report Share Posted December 7, 2017 Hi guys, I started a server trinity 3.3.5 , but when i do what is write here (https://trinitycore.atlassian.net/wiki/spaces/tc/pages/2130094/Networking) my friends (and me (except in local)) can't connect to my server. Port 8085 and 3724 are open on my router, the auth.realmlist.adress is changed, obviously like the realmlist of my wow. (i try with my firewall disabled, but that's not working too) I take the ip of http://www.whatsmyip.org/. Sorry for my bad english, and thanks for your help ! Some pictures, if you want ^^' http://prntscr.com/hkim62 http://prntscr.com/hkimkd Link to comment Share on other sites More sharing options...
SarcNBit Posted December 8, 2017 Report Share Posted December 8, 2017 Are you forwarding the ports (not just opening them on your firewall) from your router? Link to comment Share on other sites More sharing options...
Keonys Posted December 8, 2017 Report Share Posted December 8, 2017 14 hours ago, Keonys said: Port 8085 and 3724 are open on my router Yes i openned the port on my router, but not on my firewall , i tried with my firewall OFF and ON but that's not working ^^' Link to comment Share on other sites More sharing options...
skipperheartbeat Posted December 8, 2017 Report Share Posted December 8, 2017 While since i did this but i believe the local address in the realmlist table should be the LAN IP address of your server e.g. 192.168.x.x As stated, on your router, make sure you forward traffic received on ports 8085 and 3724 to you server LAN IP address e.g. 192.168.x.x Realmlist of WOW should be set to the Public IP address received from whatsmyip Link to comment Share on other sites More sharing options...
Keonys Posted December 8, 2017 Report Share Posted December 8, 2017 13 minutes ago, skipperheartbeat said: While since i did this but i believe the local address in the realmlist table should be the LAN IP address of your server e.g. 192.168.x.x As stated, on your router, make sure you forward traffic received on ports 8085 and 3724 to you server LAN IP address e.g. 192.168.x.x Realmlist should be set to the Public IP address received from whatsmyip Thanks for your help, but that's not working too ^^' Link to comment Share on other sites More sharing options...
Magnuss Posted December 10, 2017 Report Share Posted December 10, 2017 127.0.0.1 for localAdress works well mostly. But is your public IP a static IP? Some provider in some countries change this on a daily schedule. Does your server PC has a static IP ? And did you forward both ports to your server ? (As SarcNBit asked?) Check your ports: https://www.yougetsignal.com/tools/open-ports/ (ATM they are closed for your given IP) 1 Link to comment Share on other sites More sharing options...
Recommended Posts