Difference between revisions of "Network.conf"

From Hercules Wiki
Jump to: navigation, search
(Created page with "Network.conf consists of three main sections: ==lan_subnets== This section is where you put the subnets your server is on internally behind your router or other networking eq...")
 
(lan_subnets)
Line 3: Line 3:
 
==lan_subnets==
 
==lan_subnets==
 
This section is where you put the subnets your server is on internally behind your router or other networking equipment.
 
This section is where you put the subnets your server is on internally behind your router or other networking equipment.
 +
 +
It is unclear if you should place your WAN IP in here somewhere in order to allow external connections or not.
  
 
==allowed==
 
==allowed==

Revision as of 09:34, 20 February 2016

Network.conf consists of three main sections:

lan_subnets

This section is where you put the subnets your server is on internally behind your router or other networking equipment.

It is unclear if you should place your WAN IP in here somewhere in order to allow external connections or not.

allowed

This is a list of IPs your char-server and map-server are allowed to connect from. Default is 0.0.0.0:0.0.0.0 (any IP and any subnet), though it is recommended to change this to the specific IPs they will be connecting from. It is unclear if this needs to be your WAN or LAN address though.

trusted

Same as "allowed", except the IPs on this list are exempt from being banned for failed passwords and such.


This configuration file is in dire need of better documentation.