• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Change Ip local otserv

cs007

New Member
Joined
Dec 2, 2010
Messages
71
Reaction score
1
My local ip is 192.168.0.10 and otserv does not detect.

Stays like this:
>> Initializing game state and binding services:
>> Global IP address (es): xxxxxxxxxxxxxx
>>> Local IP address (es): 127.0.1.1
> Bound ports: 7171 7172
>> Everything smells good, server is starting up ...
>> Test server Online!

Can anyone help?
 
Solution
it doesn't need to be detected by the engine itself, it has to do with your hosts file
either connect to your server with 127.0.0.1, or connect by editing your hosts file
open C:\Windows\System32\drivers\etc\hosts in an admin-elevated text editor
add this to the file and save it
Code:
127.0.0.1 192.168.0.10
it doesn't need to be detected by the engine itself, it has to do with your hosts file
either connect to your server with 127.0.0.1, or connect by editing your hosts file
open C:\Windows\System32\drivers\etc\hosts in an admin-elevated text editor
add this to the file and save it
Code:
127.0.0.1 192.168.0.10
 
Solution
it doesn't need to be detected by the engine itself, it has to do with your hosts file
either connect to your server with 127.0.0.1, or connect by editing your hosts file
open C:\Windows\System32\drivers\etc\hosts in an admin-elevated text editor
add this to the file and save it
Code:
127.0.0.1 192.168.0.10

I'm not using Windows, I'm using Ubuntu 16.04 server :D
 
Back
Top