[BDS-4552] Server always listens on port 19132 even if another port is set Created: 22/Apr/20 Updated: 27/May/20 Resolved: 27/May/20 |
|
| Status: | Resolved |
| Project: | Bedrock Dedicated Server |
| Affects Version/s: | 1.14.60 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Rooot (RoootTheFox) | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Windows 10 Pro |
||
| Issue Links: |
|
||||||||
| Confirmation Status: | Unconfirmed | ||||||||
| Description |
|
I am running a bedrock server on my Windows 10 computer and tried to change the port in the config to run multiple servers at once. I restarted the server and this is what happened:
NO LOG FILE! - setting up server logging... [2020-04-22 17:53:36 INFO] Starting Server [2020-04-22 17:53:36 INFO] Version 1.14.60.5 [2020-04-22 17:53:36 INFO] Session ID #################### [2020-04-22 17:53:36 INFO] Level Name: Bedrock level [2020-04-22 17:53:36 INFO] Game mode: 0 Survival [2020-04-22 17:53:36 INFO] Difficulty: 1 EASY [2020-04-22 17:53:36 INFO] opening worlds/Bedrock level/db [2020-04-22 17:53:37 INFO] IPv4 supported, port: 19134 <- my IPv4 port [2020-04-22 17:53:37 INFO] IPv6 supported, port: 65535 <- my IPv6 port [2020-04-22 17:53:37 INFO] IPv4 supported, port: 19132 <- default IPv4 port [2020-04-22 17:53:37 INFO] IPv6 supported, port: 19133 <- default IPv6 port [2020-04-22 17:53:37 INFO] Server started.
In my server.properties file I have this:
server-port=19134 # Which IPv4 port the server should listen to. # Allowed values: Integers in the range [1, 65535] server-portv6=65535 # Which IPv6 port the server should listen to. # Allowed values: Integers in the range [1, 65535] I tried to reset the config file and to re-download the server software, but nothing worked. |
| Comments |
| Comment by IonicEcko [ 27/May/20 ] |
|
We're going to be tracking this issue as Please feel free to comment with any information you believe is missing from the report and previous comments Quick Links: |
| Comment by Rooot (RoootTheFox) [ 29/Apr/20 ] |
|
Yes, I am able to connect using these ports and it is impossible to run 2 servers at once. |
| Comment by Jesse Johnson [ 24/Apr/20 ] |
|
Are you able to connect using those ports? Whenever my server starts up it shows me 4 different port numbers but the last two always seem to be random and i cannot connect using them.
07:09:45 IPv4 supported, port: 19132 IPv6 supported, port: 19133 IPv4 supported, port: 37149 IPv6 supported, port: 45605 ... 07:18:46 IPv4 supported, port: 19132 IPv6 supported, port: 19133 IPv4 supported, port: 56653 IPv6 supported, port: 44271 |