IPv6 port not loaded from config
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?
Environment
Ubuntu 18.04.2 LTS with native IPv4 and IPv6 static addressing.
Comments1
History2
Changed description:
The IPv4 and IPv6 ports are set in server.properties as such:
00
server-port=120080server-portv6=1200800
But when launched only the IPv4 port is set appropriately:
00
[2019-03-10 19:27:59 INFO] IPv4 supported, port: 120080[2019-03-10 19:27:59 INFO] IPv6 supported, port: 593720
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?
Resolution: Unresolved → Invalid
Hi Daniel,
The IPv4 and IPv6 listener currently need to be on separate ports. If you would like to suggest a feature to allow both to be served from the same port please head over to the feedback website and create a suggestion there.
Apologies too for the long delay on a response. I am hoping to get the BDS issues tidied up and a quicker response ongoing.
Ionic