[BDS-648] IPv6 port not loaded from config Created: 10/Mar/19 Updated: 25/Feb/20 Resolved: 25/Feb/20 |
|
| Status: | Resolved |
| Project: | Bedrock Dedicated Server |
| Affects Version/s: | 1.9.0.15 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Daniel Smith | Assignee: | Unassigned |
| Resolution: | Invalid | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 18.04.2 LTS with native IPv4 and IPv6 static addressing. |
||
| Description |
|
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? |
| Comments |
| Comment by IonicEcko [ 25/Feb/20 ] |
|
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 |