It is definatly your config or hosts file
In my hosts file I have :
Code:
127.0.0.1 localhost
127.0.0.1 <domain/dns>
127.0.0.1 <ipaddress (get from whatsmyip)>
127.0.0.1 192.168.1.3 (this is your PC > Router connection, Run > CMD > ipconfig)
<domain/dns> localhost
<domain/dns> 192.168.1.3
<domain/dns> <ip>
<domain/dns> <domain/dns>
192.168.1.3 <domain/dns>
192.168.1.3 <ip>
192.168.1.3 <ip> <domain/dns>
84.68.152.103 <ip> <domain/dns>
Then in the config files it could be 1 of many problems:
Make sure the following a set:
Ascent.conf
---------------
Code:
<Listen Host = "0.0.0.0"
WorldServerPort = "8129">
Logonserver.conf
----------------------
Code:
<LogonDatabase Hostname = "yourdns"
Username = "root"
Password = "pass"
Name = "antrix"
Port = "3306"
Type = "1">
<Listen Host = "0.0.0.0"
ISHost = "0.0.0.0"
RealmListPort = "3724"
ServerPort = "8093">
Realms.conf
----------------
Code:
<LogonServer Address = "yourdns"
Port = "8093"
Name = "Default Logon"
RealmCount = "1">
<Realm1 Name = "Anynamehere"
Address = "yourdns:8129"
Icon = "PVP"
Colour = "1"
Population = "1.0"
TimeZone = "1">
Port Forwarded (Dunno if all are needed) : 3306 3724 8129 8093 6112 6881-6999 3036 8050 8085