-
Bug
-
Resolution: Won't Fix
-
None
-
1.8.1.2, 1.14.32.1
-
Confirmed
-
384882
Bedrock Server forces to use different port nubers for ipv4 (19132) and ipv6 (19133). This can lead to connection problems.
Example 1: A connection to [ipv6-address]:19132 will always fail
Example 2: A connection to [ipv4-address]:19133 will always fail
Example Setup:
In my setup I use the domain example.com which resolves to the ipv4 AND the ipv6 address of my Server. In this setup every client can choose which protocol to use.
If trying to connect to example.com:19132 the connection will only succeed if the client chooses to use ipv4. Vice Versa for Port 19133.
So the client-side user needs to know which port to use, which is a difficult Task for a normal user.
Possible Solution:
Allow to use the same port number for ipv4 and ipv6 (as in java edition)