Mojira Archive
BDS-648

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

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

History2

Daniel Smith

Changed description:

The IPv4 and IPv6 ports are set in server.properties as such:

0
0
server-port=120080server-portv6=120080
0
0

But when launched only the IPv4 port is set appropriately:

0
0
[2019-03-10 19:27:59 INFO] IPv4 supported, port: 120080[2019-03-10 19:27:59 INFO] IPv6 supported, port: 59372
0
0

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?

[Mod] OcelotOnesie

Resolution: UnresolvedInvalid

Invalid
Daniel Smith
0
0
1.9.0.15