I have tried the settings in this thread here but...
http://www.mmowned.com/forums/world-...asy-guide.html
...I think my problem is that my modem is also a router and I have another router behind it.
(Internet -> BEC modem/router -> Linksys router -> server pc)
I have tried 2 repacks, Zellcorps and Pryds with same results from both.
I am running a server on a pc with the ip of 192.168.1.102
My routers ip is 192.168.1.1
In my Linksys router settings I have a static ip internet connection type; 192.168.50.254
The default gateway ip in this section is the same as my modems ip.
My modems ip is 192.168.50.1
Now in my modem settings the ip 192.168.50.254 is in the DMZ so I can forward ports as needed from my Linksys router.
I am running a Neverwinter Nights server and that server is working fine. (only have to forward one port)
I have one pc on my lan dedicated to the server (192.168.1.102) and another pc I use to play from (192.168.1.104)
I have registered at the Dyndns web site and I have installed DynDNS software on my server pc. The software tells me that the dns status is good.
My Hosts file was configured as it said in the posted tutorial but I added some lines
127.0.0.1 mydns.com # Local host
192.168.1.102 mydns.com # Local host lan ip
192.168.1.1 mydns.com # Linksys router ip
192.168.50.254 mydns.com # Linksys router internet connection
2##.2##.1##.2## mydns.com # My ip (wan)
192.168.50.1 mydns.com # BEC Modem ip
Inside my network:
I can connect to the server (from a seperate pc on my lan) but only when I change the auth/realmlist database to 192.168.1.102
I get the error "unable to connect to realmlist server if I use mydns.com.
Now, outside my network: if I set the auth/realmlist to mydns.com I get the error "Unable to connect to realmlist server" inside and outside my network.
If I set the auth/realmlist to 192.168.1.102 and try from outside my network, I can get to the realm list and can click on a realm but after 15 seconds am booted back to the realmlist screen. I have tried every ip listed in my hosts file in the realmlist db with various results.... some will let me view a realm and some wont. If I am able to choose my realm, sometimes I wait 15 seconds and other times I only wait 1 second before getting the realmlist screen again.
I believe my server would work if my isp would give me just a regular modem instead of a modem/router combo but thats an option I need to look into if I cant get it working with my current setup.
Another thing that could be causing problems is the way I run HeidiSQL. Im not familiar with this program but it seems pretty straight forward....log in, change the address at auth/realmlist, click the green check (Post, (CTRL+ENTER)), exit, then restart authserver and worldserver. I am not shutting down MySQL unless I restart the server pc.
Thank you in advance for any suggestions you may have to help me out.
EDIT.....
In my auth server config file...
Bind IP = "0.0.0.0"
LoginDataBaseInfo = "127.0.0.1;3306;username;password;auth"
and in my world server config file...
LoginDatabaseInfo = "127.0.0.1;3306;username;password;auth"
WorldDatabaseInfo = "127.0.0.1;3306;username;password;trinity"
CharacterDatabaseInfo = "127.0.0.1;3306;username;password;characters"
Bind IP = "0.0.0.0"