Page 1 of 1
Private NAT
Posted: 20 Dec 2016, 14:09
by mixnetwork
Hi all
I get a strange message when i start my server.
[2016/12/20 14:03:55] - Warning! -
You seem to be on a private network.
Unless you have configured your NAT,
other players on internet will not be
able to join in...
The strange thing is, this is a Virtual server without any NAT??
So i am not on a Private network
Any idea what this could be?
MY server is not listed now.......
Re: Private NAT
Posted: 20 Dec 2016, 17:06
by mixnetwork
EG: my Other 2 TM 1 Servers run without problems and are visable
Re: Private NAT
Posted: 21 Dec 2016, 17:03
by LongLife
That is indicating that you didn't forward necessary ports or you didn't forward them correctly. You missed something.
Re: Private NAT
Posted: 21 Dec 2016, 18:10
by TMarc
And what makes you sure the virtual server does not use NAT internally to route the date to its IP to the virtual machines?
Make sure to allow both TCP and UDP, also make sure you have inserted the right ports in your config file.
They should not collide or overlap with other Maniaplanet servers on the same server (on different virtual machines).
Also take care to select the right title in the player page (this might also be the cause for a server not being displayed properly).
Re: Private NAT
Posted: 31 Dec 2016, 11:48
by mixnetwork
Thank you for thee help.
Servers are vissible and people can connect, this message is always shown in the log file. I do not know why.
Think it has to do with the matchsettings file.
Here is an entry called
Code: Select all
<filter>
<is_lan>1</is_lan>
<is_internet>1</is_internet>
<is_solo>0</is_solo>
<is_hotseat>0</is_hotseat>
<sort_index>1000</sort_index>
<random_map_order>1</random_map_order>
</filter>
Think it must be
Code: Select all
<filter>
<is_lan>0</is_lan>
<is_internet>1</is_internet>
<is_solo>0</is_solo>
<is_hotseat>0</is_hotseat>
<sort_index>1000</sort_index>
<random_map_order>1</random_map_order>
</filter>
But anyway i changed it, same result also.
So it not solved in a way, but works now. Servers are visible.
Re: Private NAT
Posted: 31 Dec 2016, 11:58
by TMarc
I think this message always appears, and if it is working fine, just ignore it then
