<LogonServer Address = "5.67.160.44"
If the logon server and the world server are on the same pc, just use 127.0.0.1 there.
<LogonServer Address = "5.67.160.44"
If the logon server and the world server are on the same pc, just use 127.0.0.1 there.
Ah k that worked! +Rep when the 24 hour thing is up. :wave:
0.0.0.0/24 is not a valid CIDR address.
ok change
<LogonServer RemotePassword = "greengiant"
AllowedIPs = "127.0.0.1/24"
AllowedModIPs = "127.0.0.1/24">
to
<LogonServer RemotePassword = "greengiant"
AllowedIPs = "127.0.0.1/24 5.67.160.44/24"
AllowedModIPs = "127.0.0.1/24 5.67.160.44/24">