Local to Public server

11/19/2014 14:29 dreamloop#1
Hi everyone !

I'm running a private server essentially for my brother and I but we aren't on the same Internet box. So I'd like to change my Local server config (I followed this topic to make the server [Only registered and activated users can see links. Click Here To Register...]) to a public server config.

What do I have to change to do this ? And with which IP adress (the adress IPv4 WIFI or the adress I get on this website ([Only registered and activated users can see links. Click Here To Register...]) ?


Thank you :)
11/19/2014 18:03 .Sensi#2
You should use the IPv4 address
Open Cmd.exe and send "ipconfig"
11/19/2014 18:06 dreamloop#3
Thanks a lot ! And where do I have to insert it ?
11/19/2014 18:13 .Sensi#4
You must put your IPv4 address in your files .opt
Go here for more explication : [Only registered and activated users can see links. Click Here To Register...]
11/20/2014 19:10 dreamloop#5
Okey but when I change my local adress to public adress, the connection between the Auth Server and the Game Server fails everytime I type : "start_service". Here it is !

[Only registered and activated users can see links. Click Here To Register...]


EDIT : Ok, it seems it is not a problem from the adress because when I put local IP, the problem stays. So I really confuse ... what's wrong with my config ??? It worked perfectly fine and now it doesn't at all even with the same configs ...
11/21/2014 01:36 ThunderNikk#6
The only addresses you need to change in your .opt files to connect from other computers are in the game server .opt and you will find them at the following values...

S io.auth.ip:10.71.1.2
S io.ip_address:10.71.1.2
S io.port:4504

For a LAN server change them to your LAN IPV4 address.

For an external public server you need to change them to your address given to you by your ISP and do some addition firewall and router forwarding for the computer running the server.

Every other address in the .opt files can be 127.0.0.1 Local Host.
11/21/2014 12:20 dreamloop#7
ok, thanks a lot !!