-
Newbie
plz help me :S
Hi i have a problem with my server.... i can conect to the server with the same computer i created it with but no other computer on the network can conect to it... they find the server and everything but when they press conect it says "conecting to server" and then it goes back to the list of realms... is there anything u cna do to help me? :S im using this repack: http://forum.ragezone.com/world-warc...-a-181863.html i think i did something wrong in the *conf files :S plz help me to set this up for lan play :)
-
-
Member
It seems to me that you may have used an absolute IP in mangos conf realm conf and the wtf file. Absolute meaning your internet address. If that is not the case you must configure your router to forward all ports used to connect client to server and server to client.
MySQL 5 default is 8085 i believe.
The game DB is 3306
and there are 2 other ports i forget but try opening your router config and adding ports
8085 for udp and tcp
and 3306 for udp and tcp.
If that doesnt work change all your conf files to your lan ip and use your computer name not local host.
So whatever you named your computer should replace local host.
I hope this helps.
-
Sorcerer Supreme
do this heheh
RealmLoop? Most of the time that is a DNS problem
Lest assume your router's IP is set at 10.0.0.1, and server on 10.0.0.10.
We don't need your real IP number, but we will need your DNS name.
Lets assume it is my.provider.ip (So do NOT use your IP number!!)
Set your Router to forward ports 3724 & 3725 to 10.0.0.10
LS- config
LoginServerListenIp = 10.0.0.10
LoginServerPort = 3724
RS- config
RealmConnectAddress = my.provider.ip
RealmServerListenIp = 10.0.0.10
RealmServerPort = 3725
WS- config
WorldServerListenIp = 127.0.0.1
WorldServerPort = 4200
Realmlist Table
1 My Kobold Server my.provider.ip 3725 1 0 0 1
worldserver_list Table
127.0.0.1 4200 0
Next, on the server (and all other LAN clients you plan to play with) you open the file c:\windows\system32\drivers\etc\HOSTS with notepad and add this line to it:you see something like this
127.0.0.1 localhost
your lan ip my.provider.ip <---- just put this there at all the lan comp you have
Last edited by elldiablo; 30-12-06 at 04:06 AM.