-
Bug
-
Resolution: Invalid
-
None
-
1.9.0.15
-
None
-
Ubuntu 18.04.2 LTS with native IPv4 and IPv6 static addressing.
The IPv4 and IPv6 ports are set in server.properties as such:
server-port=12008 server-portv6=12008
But when launched only the IPv4 port is set appropriately:
[2019-03-10 19:27:59 INFO] IPv4 supported, port: 12008 [2019-03-10 19:27:59 INFO] IPv6 supported, port: 59372
I've noticed it seems to pick a random port, perhaps the config parser thinks the port number needs to be different between IPv4 and IPv6 for some reason?