Connection Problems

Junior Spellweaver
Joined
Jun 15, 2007
Messages
108
Reaction score
0
My bro and i can conect but when a friends from the outside trys to join it get stuck on "Logging into game server".

I set my realm ip to my EXTERNAL address. I did all the port forwarding also.

Realms.conf


Code:
LogonServerCount     = 1

LogonServer1.Address = "67.177.251.99"
LogonServer1.Port    = 8093
LogonServer1.Name    = "Default Logon"

# Realm Setup
#
# This is the realms that will be added to the list for this instance
# of the server. You can have multiple realms (e.g. one for LAN, WAN).
#
# RealmCount          = The number of servers.
# Realm[x].Name       = The name of the realm.
# Realm[x].Address    = The address (and port) of that realm.
# Realm[x].Icon       = The type of realm (PVP, Normal, RPPVP, RP)
# Realm[x].Color     = Realm colour in realm list display.
# Realm[x].TimeZone   = Time zone the realm is in.
# Realm[x].Population = (0 = low, 1 = medium, 2 = high)
#

RealmCount           = 1

Realm1.Name          = "Test Server"
Realm1.Address       = "67.177.251.99:8129"
Realm1.Icon          = "PVP"
Realm1.Colour        = 3
Realm1.Population    = 2.0
Realm1.TimeZone      = 1
 
Back