How To Make a Public Server non hamachi and hamachi
This is a simple guide how to make your server public for beginners.
Edit the RED lines.
You can find out your ip on [Only registered and activated users can see links. ]
Make a dyndns on [Only registered and activated users can see links. ]
1. First go into your realm config and you will see this
Code:
<LogonServer Address = "127.0.0.1"
Port = "8093"
Name = "Default Logon"
RealmCount = "1">
Code:
<Realm1 Name = "Your realm name"
Address = "127.0.0.1:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
Now edit it
Code:
<LogonServer Address = "Your DynDNS"
Port = "8093"
Name = "Default Logon"
RealmCount = "1">
Code:
<Realm1 Name = "Your realm name"
Address = "Your DynDNS:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
2. Go into your world config and you will see this
3. Go to C:\WINDOWS\system32\drivers\etc then click on hosts open it and you will see this
# Det här är HOSTS-exempelfilen som används av Microsoft TCP/IP för Windows.
#
# Den här filen innehåller mappningar av IP-adresser till värdnamn. Du bör
# inte ange fler än en post per rad. IP-adressen bör anges
# i den första kolumnen och följas av motsvarande värddatornamn.
# IP-adressen och värdnamnet måste åtskiljas av minst ett blanksteg.
#
# Kommentarer (som dessa) kan infogas på en egen rad eller
# efter ett datornamn. Kommentarer måste föregås av tecknet #.
#
# Till exempel:
#
# 102.54.94.97 rhino.acme.com # källserver
# 38.25.63.10 x.acme.com # klientvärddatorn x
127.0.0.1
[/code]
Now Edit it to
# Det här är HOSTS-exempelfilen som används av Microsoft TCP/IP för Windows.
#
# Den här filen innehåller mappningar av IP-adresser till värdnamn. Du bör
# inte ange fler än en post per rad. IP-adressen bör anges
# i den första kolumnen och följas av motsvarande värddatornamn.
# IP-adressen och värdnamnet måste åtskiljas av minst ett blanksteg.
#
# Kommentarer (som dessa) kan infogas på en egen rad eller
# efter ett datornamn. Kommentarer måste föregås av tecknet #.
#
# Till exempel:
#
# 102.54.94.97 rhino.acme.com # källserver
# 38.25.63.10 x.acme.com # klientvärddatorn x
127.0.0.1 Your DYNDNS Your External IP Your DYNDNS
Your Internal IP Your DYNDNS[/code]
4. Now you need to open the ports for your server.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Join Date: Aug 2008
Posts: 1
Reputation: 1
for me it just says in world console:
autheticating...
authenticating timed out...
autheticating...
authenticating timed out...
some times and then it closes...
and in logonserver consloe:
Success! Ready for connections
Server connection from 192.168.0.64:51991 DENIED, not an allowed IP.
Server connection from 192.168.0.64:51993 DENIED, not an allowed IP.
Authentication request from 192.168.0.64, result OK.
Key: 8B3598E6126C72C880D2F44DA10CFE0773804591
Server connection from 192.168.0.64:51997 DENIED, not an allowed IP.
Server connection from 192.168.0.64:52001 DENIED, not an allowed IP.
please help
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Join Date: Oct 2008
Posts: 2
Reputation: 1
Hey, I'm having some issues with this. Whenever I do this, my logon server disconnects the attempt to connect from the realm server. But if I don't edit the logon server address, it all works, just no one besides me can connect to the server. Any clue as to why this could be happening?