How I can release connections to inside network?
Example...
Players out from network connect with westrupp.no-ip.org port 5003
Players inside network 192.168.2.1 connect with local IP of pol...
Players inside network 192.168.1.1 connect with local IP of pol...
I want release all network, like 192.168.2.0/24
Thx.
servers.cfg
Re: servers.cfg
There's a nice directive to be used in servers.cfg, "--lan--".
Like this:
From 096 documentation (http://docs.polserver.com/pol096/configfiles.php):
Like this:
Code: Select all
GameServer
{
Name Server
IP --lan--
Port 2596
}
--lan-- attempts to find you non-routable LAN IP address, if any (i.e. '192.168.*.*' or '10.*.*.*').
Port is the listening port of the Game Server, not the login server (though they may be the same). See ListenPort in pol.cfg