Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: flagg78 on April 01, 2014, 05:54:28 am

Title: [SOLVED] connecting with new trinitycore help.
Post by: flagg78 on April 01, 2014, 05:54:28 am
I have been running the same trinity server for like 3 years i think. i updated my core and database finally. i wanted critters to swim rather than run around on the bottom of lakes. lol.  i can connect over a lan just fine. but i cannot if im outside of my lan. (via internet)

i have the relm list in client set to my-no-ip when im out and about but to my servers internal ip when home.
The server relm database is set
address: my-no-ip
local address: server internal lan.

host file when at home is set:
internal ip then my-no-ip

when outside the lan i have tried it with no alteration to the host file AND with this config:
External ip then My-No-ip

neither one works.

here is my world config:
http://pastebin.com/U7ZQhHfe

here is my auth config:
http://pastebin.com/SUrCCEC4

i have tried lots of combinations. I do know in the authconfig i used to have the bindip to my no-ip on the old server.
in the database there used to be only the one spot for a realm address. now there is one for address and one for local address. otherwise its all the same setup. i ran my old trinitycore for like 3 years on this machine. im really at my wits end. please help.
Title: Re: [question] connecting with new trinitycore help.
Post by: Ascathos on April 02, 2014, 01:25:38 pm
There is a table in auth called realmlist.

Paste it's content.
Title: Re: [question] connecting with new trinitycore help.
Post by: flagg78 on April 02, 2014, 01:52:10 pm
1  /  Trinity  /  hxxxxx.no-ip.info/  10.0.0.105  /  255.255.255.0  /  8085  /  0  /  2  /  1  /  0  /  0  /  12340
Title: Re: [question] connecting with new trinitycore help.
Post by: Ascathos on April 02, 2014, 04:01:55 pm
Quote from: "flagg78"
1  /  Trinity  /  hxxxxx.no-ip.info/  10.0.0.105  /  255.255.255.0  /  8085  /  0  /  2  /  1  /  0  /  0  /  12340

Replace with:

1  /  Trinity  /  static ip of server /  127.0.0.1/10.0.0.105 (Whatever your local adress is set as)   /  255.255.255.0  /  8085  /  0  /  2  /  1  /  0  /  0  /  12340


restart.
Title: Re: [question] connecting with new trinitycore help.
Post by: flagg78 on April 03, 2014, 05:06:14 am
it works! Thank you. I dont have a static IP. my isp charges for a static one. So doesnt that mean i will have to update my database EVERY time i restart my router or my isp gives me a new IP? Cause thats kinda messed up.