Это фича чтобы сервер работал на несколько сетей одновременно.
Настройка для server.properties
code text
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname=127.0.0.1
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname=127.0.0.1
AdvIPSystem = True
И к примеру для advipsystem.properties
code text
IPAdress1 = 10.120.10.11
NetMask1 = 10.120.0.0/255.255.0.0,10.130.0.0/255.255.0.0
IPAdress2 = 10.240.20.54
NetMask2 = 10.240.0.0/255.255.0.0,10.241.0.0/255.255.0.0,172.22.0.0/255.255.0.0,172.23.0.0/255.255.0.0
С такими настройками сервер работает с 2 интерфейсами с ip 10.120.10.11 и 10.240.20.54