{
   "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",
   "id": "510101",
   "self": "https://bugs.mojang.com/rest/api/2/issue/510101",
   "key": "BDS-17307",
   "fields": {
      "issuetype": "1",
      "project": "11700",
      "fixVersions": [],
      "resolution": "2",
      "customfield_10500": {
         "self": "https://bugs.mojang.com/rest/api/2/customFieldOption/10300",
         "value": "Unconfirmed",
         "id": "10300",
         "disabled": false
      },
      "customfield_12800": null,
      "customfield_12602": [],
      "customfield_12601": null,
      "customfield_12604": null,
      "customfield_12603": null,
      "customfield_12606": null,
      "customfield_12605": null,
      "customfield_12608": null,
      "resolutiondate": "2024-01-04T19:27:36.000+0200",
      "customfield_12607": null,
      "customfield_12609": null,
      "workratio": -1,
      "lastViewed": null,
      "watches": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-17307/watchers",
         "watchCount": 5,
         "isWatching": false
      },
      "created": "2022-07-15T12:43:05.000+0300",
      "customfield_12000": null,
      "customfield_12201": null,
      "customfield_12600": null,
      "labels": [],
      "customfield_11700": "{}",
      "versions": [
         "21106",
         "21126",
         "21139",
         "21176"
      ],
      "issuelinks": [
         {
            "id": "272949",
            "self": "https://bugs.mojang.com/rest/api/2/issueLink/272949",
            "type": "10102",
            "inwardIssue": "510247"
         },
         {
            "id": "272950",
            "self": "https://bugs.mojang.com/rest/api/2/issueLink/272950",
            "type": "10102",
            "inwardIssue": "512167"
         },
         {
            "id": "272951",
            "self": "https://bugs.mojang.com/rest/api/2/issueLink/272951",
            "type": "10102",
            "inwardIssue": "513731"
         },
         {
            "id": "276062",
            "self": "https://bugs.mojang.com/rest/api/2/issueLink/276062",
            "type": "10102",
            "inwardIssue": "518088"
         }
      ],
      "assignee": null,
      "updated": "2024-01-04T19:28:17.000+0200",
      "status": "5",
      "description": "As a player who originally started playing Minecraft since the very early days of Java alpha up and stopped playing until not long after Notch left Mojang, I have returned recently after having played split-screen on my daughter's switch with her. While fun, the switch does struggle with two players and also hosting a server.\r\n\r\nWanting to take it to the next level and getting a proper server and also inviting a good friend of mine, I set up a virtual machine on Hyper-V and installed Ubuntu 22 and the OpenSSL deps, completely fresh system and it doesn't work. Nothing I could do, even forwarding the ports to the public internet (bear in mind this is the same PC on the same network, its just a VM) would fix it. I even tried the instructions in the manual to change loopback settings, nada...\r\n\r\nHere are the reproduction steps Mojang.\r\n # Set router to 192.168.0.1/24... e.g. 192.168.0.1 and subnet 255.255.255.0\r\n # Set Host OS to 192.168.0.10/24\r\n # Install Ubuntu on Hyper-V in bridged networking mode.\r\n # Set Ubuntu VM to static as 192.168.0.50/24.\r\n # Install LibSSL 1.1.1:\r\n{noformat}\r\nsudo curl -o libssl.deb -k -L http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb\r\nsudo dpkg -i libssl.deb{noformat}\r\n\r\n # Set whitelist for the desired players and enable it.\r\n # Run the server\r\n # Try to add the server to 'Servers'. Can see the server online and responding.\r\n # Try to connect to the server. Times out after a few minutes.\r\n\r\n!image-2022-07-15-10-42-40-068.png|width=224,height=238!\r\n{noformat}\r\nminecraft@minecraft:~/server$ LD_LIBRARY_PATH=. ./bedrock_server\r\nNO LOG FILE! - setting up server logging...\r\n[2022-07-14 15:33:18:082 INFO] Starting Server\r\n[2022-07-14 15:33:18:082 INFO] Version 1.19.10.03\r\n[2022-07-14 15:33:18:082 INFO] Session ID 0074ddff-17a0-4b9b-bc43-7e0f67f3c60f\r\n[2022-07-14 15:33:18:082 INFO] Level Name: Bedrock level\r\n[2022-07-14 15:33:18:084 INFO] Game mode: 0 Survival\r\n[2022-07-14 15:33:18:084 INFO] Difficulty: 1 EASY\r\n[2022-07-14 15:33:18:109 INFO] opening worlds/Bedrock level/db\r\n[2022-07-14 15:33:18:461 INFO] IPv4 supported, port: 19132\r\n[2022-07-14 15:33:18:461 INFO] IPv6 supported, port: 19133\r\n[2022-07-14 15:33:18:627 INFO] Server started.\r\n[2022-07-14 15:33:18:655 INFO] IPv4 supported, port: 36352\r\n[2022-07-14 15:33:18:655 INFO] IPv6 supported, port: 35462\r\n[2022-07-14 15:33:18:677 INFO] ================ TELEMETRY MESSAGE ===================\r\n[2022-07-14 15:33:18:677 INFO] Server Telemetry is currently not enabled.\r\n[2022-07-14 15:33:18:677 INFO] Enabling this telemetry helps us improve the game.\r\n[2022-07-14 15:33:18:677 INFO]\r\n[2022-07-14 15:33:18:677 INFO] To enable this feature, add the line 'emit-server-telemetry=true'\r\n[2022-07-14 15:33:18:677 INFO] to the server.properties file in the handheld/src-server directory\r\n[2022-07-14 15:33:18:677 INFO] ======================================================\r\n{noformat}\r\nIn my old Java days of setting this up would have been a similar process and would have worked flawlessly. There is nothing to suggest what the problem is and the server appears online but remains not connectible.",
      "customfield_11100": 4.0,
      "customfield_11300": null,
      "customfield_11500": "891851",
      "customfield_12503": null,
      "customfield_12700": "[Briefly describe the bug here]\r\n\r\n*Steps to Reproduce:*\r\n# [Step 1]\r\n# [Step 2]\r\n# [Step 3]\r\n\r\n*Observed Results:*\r\n[Describe what happens]\r\n\r\n*Expected Results:*\r\n[Describe what should happen]\r\n\r\n*Screenshots/Videos attached:* [please attach an image or short video]\r\n\r\n*Notes:*",
      "customfield_12502": null,
      "customfield_12504": null,
      "attachment": [
         "499998"
      ],
      "summary": "Unable to connect to VM-hosted BDS on same machine",
      "creator": "JIRAUSER727485",
      "reporter": "JIRAUSER727485",
      "customfield_10002": null,
      "customfield_12501": null,
      "customfield_12500": null,
      "customfield_11601": null,
      "customfield_11600": "0|i29fsv:",
      "environment": "VM Host:\r\n* Windows 10 21H2 19044.1826\r\n* Bedrock client downloaded first time to this machine, v1.19.10\r\nVM:\r\n* Ubuntu 22.04 (Linux 5.15.0-41-generic)\r\n* Bedrock server 1.19.10.03",
      "customfield_11801": null,
      "customfield_11800": null,
      "customfield_11602": null,
      "customfield_11802": null,
      "comment": {
         "comments": [
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/510101/comment/1183138",
               "id": "1183138",
               "author": "JIRAUSER727737",
               "body": "Similar issue has occurred on BDS on VM running Ubuntu 22.04LTS, error only started 15 Jul 2022, following client desktops (Win 11) updated with July windows updates.\r\n\r\nConnections to online multiplayer services are still working, issue only affects local network hosted BDS.\r\n\r\nUpdate 12:22 - Rolled back Microsoft Update KB5015814 (Security Update) and connection to the BDS server now works. Not an ideal fix for my issue, as security updates are important.",
               "updateAuthor": "JIRAUSER727737",
               "created": "2022-07-16T14:11:20.976+0300",
               "updated": "2022-07-16T14:24:03.121+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/510101/comment/1183149",
               "id": "1183149",
               "author": "JIRAUSER727485",
               "body": "I also recently discovered that it requires a 3rd party workaround to fool the Minecraft Switch client into connecting to a Bedrock Dedicated Server. Honestly I am amazed by the poor design of this system and the blatant money-grab towards using realms...",
               "updateAuthor": "JIRAUSER727485",
               "created": "2022-07-16T14:24:26.434+0300",
               "updated": "2022-07-16T14:24:26.434+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/510101/comment/1193320",
               "id": "1193320",
               "author": "JIRAUSER656552",
               "body": "a vm isn't connected directly to your internet so that is your problem",
               "updateAuthor": "JIRAUSER656552",
               "created": "2022-08-17T02:11:15.392+0300",
               "updated": "2022-08-17T02:11:15.392+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/510101/comment/1193361",
               "id": "1193361",
               "author": "JIRAUSER727485",
               "body": "{quote}a vm isn't connected directly to your internet so that is your problem{quote}\r\n\r\nYou are wrong, because bridged network adapters exist, but the problem is actually Microsoft do not allow Switch clients to connect to BDS and a VM hosted using a bridge network adapter does not allow Windows 10 to connect to it. THAT is the problem. Please educate yourself before you post something unhelpful.",
               "updateAuthor": "JIRAUSER727485",
               "created": "2022-08-17T05:30:51.193+0300",
               "updated": "2022-08-17T05:32:53.648+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/510101/comment/1193538",
               "id": "1193538",
               "author": "JIRAUSER728612",
               "body": "Having same problem. Sounds like there are a few other threads on this issue.\r\n\r\nBDS-17313\r\n\r\nBDS-17401",
               "updateAuthor": "arisabot",
               "created": "2022-08-17T18:32:19.448+0300",
               "updated": "2022-08-17T18:32:25.288+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/510101/comment/1193894",
               "id": "1193894",
               "author": "JIRAUSER728612",
               "body": "Noticed that the other threads I mentioned are now linked back to this one.\u00a0 Adding my notes from those here so they don't get lost:\r\n\r\nDid some more digging into the RAKNET network traffic based on this:\u00a0BDS-17401\r\n\r\nA traffic comparison between with and without the KB5015807 shows that the MC Client sends an ACK (0xc0), it passes through the Hyper-V HOST/Server, the Ubuntu server sees the ACK and responds with it's own ACK, but that ACK is not passed through the Hyper-V Host back the the client.\r\n\r\nJust a theory but I'm wondering if the Hyper-V CVE fixes from July may have unintentionally be impacting the ability for RAKNET to send the ACK back from the VM Guest.\r\n\r\nThere are two hyper-v changes in the July KB release notes that might be related:\r\n\r\n[CVE-2022-30223|https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2022-30223]\r\n\r\n[CVE-2022-22042|https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2022-22042]",
               "updateAuthor": "JIRAUSER728612",
               "created": "2022-08-19T00:50:08.819+0300",
               "updated": "2022-08-19T00:50:08.819+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/510101/comment/1195029",
               "id": "1195029",
               "author": "JIRAUSER728612",
               "body": "Just tried using the most recent 1.19.21 build and still cannot connect to other servers running through hyper-v.\u00a0 As a workaround, I've been able to get this to work with Oracle VirtualBox.\u00a0 For the record, VirtualBox is running on the same box as the Hyper-V instances.\u00a0 Most recent MS patches are installed.",
               "updateAuthor": "JIRAUSER728612",
               "created": "2022-08-24T00:50:50.640+0300",
               "updated": "2022-08-24T00:51:13.269+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/510101/comment/1199352",
               "id": "1199352",
               "author": "JIRAUSER729940",
               "body": "Some helpful soul posted on [another forum|https://docs.microsoft.com/en-us/answers/questions/947052/kb5015807-windows-10-hyper-v-networking-issues-iss.html]\u00a0\r\n\r\n$ sudo ethtool -K eth0 tx off \u00a0 \u00a0\r\nActual changes:\r\ntx-checksumming: off\r\n\u00a0 \u00a0 \u00a0 \u00a0 tx-checksum-ipv4: off\r\n\u00a0 \u00a0 \u00a0 \u00a0 tx-checksum-ipv6: off\r\ntcp-segmentation-offload: off\r\n\u00a0 \u00a0 \u00a0 \u00a0 tx-tcp-segmentation: off [requested on]\r\n\u00a0 \u00a0 \u00a0 \u00a0 tx-tcp6-segmentation: off [requested on]",
               "updateAuthor": "JIRAUSER729940",
               "created": "2022-09-11T23:02:45.390+0300",
               "updated": "2022-09-11T23:02:45.390+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/510101/comment/1199357",
               "id": "1199357",
               "author": "JIRAUSER540045",
               "body": "sudo ethtool -K eth0 tx off\r\n\r\n\u00a0\r\n\r\nworked for me too, thanks for posting this!",
               "updateAuthor": "JIRAUSER540045",
               "created": "2022-09-11T23:32:11.935+0300",
               "updated": "2022-09-11T23:32:11.935+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/510101/comment/1200079",
               "id": "1200079",
               "author": "rayth",
               "body": "I'm curious,\r\n\r\n\u00a0\r\n\r\nWhy are you running the server on a VM on the Same PC you're attempting to play with??? Why run it on a virtual linux machine at all rather than just using the Windows BDS Software?",
               "updateAuthor": "rayth",
               "created": "2022-09-15T17:34:22.087+0300",
               "updated": "2022-09-15T17:34:22.087+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/510101/comment/1200095",
               "id": "1200095",
               "author": "JIRAUSER727485",
               "body": "bq. Why are you running the server on a VM on the Same PC you're attempting to play with??? Why run it on a virtual linux machine at all rather than just using the Windows BDS Software?\r\n\r\nBecause that's an entirely valid and popular configuration for experienced administrators. It isolates resources to the VM, there are many, many reasons why someone would do this.",
               "updateAuthor": "JIRAUSER727485",
               "created": "2022-09-15T17:47:18.249+0300",
               "updated": "2022-09-15T17:47:18.249+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/510101/comment/1200140",
               "id": "1200140",
               "author": "JIRAUSER728612",
               "body": "Just to clarify, in my case, its not on the same system that I'm playing on.\u00a0 It's a separate dedicated Hyper-V server running multiple VMs.\u00a0 Linux BDS just happens to be one of them.\u00a0 Just as @NotoriousPyro stated, its fairly common.\r\n\r\nGood find on disabling checksum. Wonder how far it scales before run into performance issues.\u00a0 Sounds like a possible Linux driver compatibility issue?\u00a0 MS has Linux integration with RHEL and CentOS.\u00a0 Anyone know if this issues also happens on CentOS?\u00a0\r\n\r\nhttps://www.serverwatch.com/guides/installing-and-activating-hyper-v-linux-integration-services/",
               "updateAuthor": "JIRAUSER728612",
               "created": "2022-09-15T20:08:47.109+0300",
               "updated": "2022-09-15T20:08:47.109+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/510101/comment/1200316",
               "id": "1200316",
               "author": "JIRAUSER619264",
               "body": "Finally some progress, tx off fixed this issue for me as well!",
               "updateAuthor": "JIRAUSER619264",
               "created": "2022-09-16T22:32:11.241+0300",
               "updated": "2022-09-16T22:32:11.241+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/510101/comment/1201094",
               "id": "1201094",
               "author": "valiante",
               "body": "Oh what horrible timing. I rebuilt my Hyper-V server and re-imported all my VMs, including a Bedrock Server I hadn't used for a couple of months. Fired it up to check it was working ok, but couldn't connect (the exact issue described in this ticket). Spent days on and off trying to figure out what I'd cocked up during the re-import, only to discover this bug completely unrelated to what I'd done - just poor timing.\r\n\r\nIndeed, *sudo ethtool -K eth0 tx off* worked a treat for me too.\r\n\r\n*Edit:* It looks like you need to do this after each fresh boot of the VM.\u00a0 Added the following line to root cron (sudo crontab -e) which seemed to do the trick:\r\n{code:java}\r\n@reboot sudo ethtool -K eth0 tx off{code}",
               "updateAuthor": "valiante",
               "created": "2022-09-21T18:34:21.385+0300",
               "updated": "2022-09-29T12:08:46.620+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/510101/comment/1213927",
               "id": "1213927",
               "author": "JIRAUSER740455",
               "body": "I have confirmed what Valiante commented as resolving my issues.\r\n\r\n\"Indeed, *sudo ethtool -K eth0 tx off* worked a treat for me too.\"\r\n\r\nRunning that command results in the following\r\n{quote}Actual changes:\r\n\r\ntx-checksumming: off\r\n\r\ntx-checksum-ipv4: off\r\n\r\ntx-checksum-ipv6: off\r\n\r\ntcp-segmentation-offload: off\r\n\r\ntx-tcp-segmentation: off [requested on]\r\n\r\ntx-tcp6-segmentation: off [requested on]\r\n{quote}\r\n\u00a0\r\n\r\nEdit:\u00a0\r\n\r\nI was able to use the regular non legacy network adapter and not have to keep doing the ethtool script as well.\r\n\r\nAdding the following to my netplan yaml file fixed the issue the same as using the ethtool command\r\n\r\n\u00a0 \u00a0 \u00a0 transmit-checksum-offload: off\r\n\u00a0 \u00a0 \u00a0 tcp-segmentation-offload: off\r\n\u00a0 \u00a0 \u00a0 tcp6-segmentation-offload: off\r\n\r\n\u00a0\r\n\r\nThe other option is to run a Legacy Network Adapter on Hyper-V hosts which is not ideal either.\r\n\r\nMy config:\r\n\r\nHost:\u00a0Windows Server Core 2019 Hyper-V role\r\n\r\nBDS: v1.19.41\r\n\r\nGuest VM: Ubuntu 20.04 LTS\r\n\r\nHost Network: Intel X710\r\n\r\nRunning either Legacy Network Adapter or using 'sudo ethtool -K eth0 tx off' on a regular Hyper-V network adapter- allows a remote Windows Client connect successfully. On the same VM Host a Windows guest VM running the same Windows BDS version has worked previously as well.\u00a0\r\n\r\nI have actually had this problem all the way back into v1.18. Same VM that was working migrated from vSphere 6.7 to a Hyper-V host no longer works without the above listed changes.\u00a0\r\n\r\n\u00a0",
               "updateAuthor": "JIRAUSER740455",
               "created": "2022-11-27T23:55:59.077+0200",
               "updated": "2022-12-06T06:42:58.188+0200"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/510101/comment/1214280",
               "id": "1214280",
               "author": "JIRAUSER738104",
               "body": "I experienced this last week on v1.19.40.2. Documentation says this affects \"new\" players, so maybe players who had already joined the server before aren't affected by the changing of the default permission?",
               "updateAuthor": "JIRAUSER738104",
               "created": "2022-11-30T02:49:40.354+0200",
               "updated": "2022-11-30T02:49:40.354+0200"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/510101/comment/1298308",
               "id": "1298308",
               "author": "greymagic27",
               "body": "See this comment on how to resolve the issue: https://bugs.mojang.com/browse/BDS-17307?focusedId=1201094&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1201094",
               "updateAuthor": "greymagic27",
               "created": "2024-01-04T19:28:17.171+0200",
               "updated": "2024-01-04T19:28:17.171+0200"
            }
         ],
         "maxResults": 17,
         "total": 17,
         "startAt": 0
      },
      "votes": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-17307/votes",
         "votes": 4,
         "hasVoted": false
      }
   },
   "changelog": {
      "startAt": 0,
      "maxResults": 18,
      "total": 18,
      "histories": [
         {
            "id": "2630922",
            "author": "JIRAUSER727485",
            "created": "2022-07-15T12:46:03.934+0300",
            "items": [
               {
                  "field": "description",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "As a player who originally started playing Minecraft since the very early days of Java alpha up and stopped playing until not long after Notch left Mojang, I have returned recently after having played split-screen on my daughter's switch with her. While fun, the switch does struggle with two players and also hosting a server.\r\n\r\nWanting to take it to the next level and getting a proper server and also inviting a good friend of mine, I set up a virtual machine on Hyper-V and installed Ubuntu 22 and the OpenSSL deps, completely fresh system and it doesn't work. Nothing I could do, even forwarding the ports to the public internet (bear in mind this is the same PC on the same network, its just a VM) would fix it. I even tried the instructions in the manual to change loopback settings, nada...\r\n\r\nHere are the reproduction steps Mojang.\r\n # Set router to 192.168.0.1/24... e.g. 192.168.0.1 and subnet 255.255.255.0\r\n # Set Host OS to 192.168.0.10/24\r\n # Install Ubuntu on Hyper-V in bridged networking mode.\r\n # Set Ubuntu VM to static as 192.168.0.50/24.\r\n # Install OpenSSL\r\n # Set whitelist for the desired players and enable it.\r\n # Run the server\r\n # Try to connect to the server. Times out after a few minutes.\r\n # Try to add the server to 'Servers'. Can see the server online and responding.\r\n\r\n!image-2022-07-15-10-42-40-068.png|width=224,height=238!\r\n{noformat}\r\nminecraft@minecraft:~/server$ LD_LIBRARY_PATH=. ./bedrock_server\r\nNO LOG FILE! - setting up server logging...\r\n[2022-07-14 15:33:18:082 INFO] Starting Server\r\n[2022-07-14 15:33:18:082 INFO] Version 1.19.10.03\r\n[2022-07-14 15:33:18:082 INFO] Session ID 0074ddff-17a0-4b9b-bc43-7e0f67f3c60f\r\n[2022-07-14 15:33:18:082 INFO] Level Name: Bedrock level\r\n[2022-07-14 15:33:18:084 INFO] Game mode: 0 Survival\r\n[2022-07-14 15:33:18:084 INFO] Difficulty: 1 EASY\r\n[2022-07-14 15:33:18:109 INFO] opening worlds/Bedrock level/db\r\n[2022-07-14 15:33:18:461 INFO] IPv4 supported, port: 19132\r\n[2022-07-14 15:33:18:461 INFO] IPv6 supported, port: 19133\r\n[2022-07-14 15:33:18:627 INFO] Server started.\r\n[2022-07-14 15:33:18:655 INFO] IPv4 supported, port: 36352\r\n[2022-07-14 15:33:18:655 INFO] IPv6 supported, port: 35462\r\n[2022-07-14 15:33:18:677 INFO] ================ TELEMETRY MESSAGE ===================\r\n[2022-07-14 15:33:18:677 INFO] Server Telemetry is currently not enabled.\r\n[2022-07-14 15:33:18:677 INFO] Enabling this telemetry helps us improve the game.\r\n[2022-07-14 15:33:18:677 INFO]\r\n[2022-07-14 15:33:18:677 INFO] To enable this feature, add the line 'emit-server-telemetry=true'\r\n[2022-07-14 15:33:18:677 INFO] to the server.properties file in the handheld/src-server directory\r\n[2022-07-14 15:33:18:677 INFO] ======================================================\r\n{noformat}\r\nIn my old Java days of connecting setting this up would have been similar and would have worked flawlessly. There is nothing to suggest what the problem is and the server appears online but remains not connectible.",
                  "to": null,
                  "toString": "As a player who originally started playing Minecraft since the very early days of Java alpha up and stopped playing until not long after Notch left Mojang, I have returned recently after having played split-screen on my daughter's switch with her. While fun, the switch does struggle with two players and also hosting a server.\r\n\r\nWanting to take it to the next level and getting a proper server and also inviting a good friend of mine, I set up a virtual machine on Hyper-V and installed Ubuntu 22 and the OpenSSL deps, completely fresh system and it doesn't work. Nothing I could do, even forwarding the ports to the public internet (bear in mind this is the same PC on the same network, its just a VM) would fix it. I even tried the instructions in the manual to change loopback settings, nada...\r\n\r\nHere are the reproduction steps Mojang.\r\n # Set router to 192.168.0.1/24... e.g. 192.168.0.1 and subnet 255.255.255.0\r\n # Set Host OS to 192.168.0.10/24\r\n # Install Ubuntu on Hyper-V in bridged networking mode.\r\n # Set Ubuntu VM to static as 192.168.0.50/24.\r\n # Install OpenSSL 1.1.1\r\n # Set whitelist for the desired players and enable it.\r\n # Run the server\r\n # Try to connect to the server. Times out after a few minutes.\r\n # Try to add the server to 'Servers'. Can see the server online and responding.\r\n\r\n!image-2022-07-15-10-42-40-068.png|width=224,height=238!\r\n{noformat}\r\nminecraft@minecraft:~/server$ LD_LIBRARY_PATH=. ./bedrock_server\r\nNO LOG FILE! - setting up server logging...\r\n[2022-07-14 15:33:18:082 INFO] Starting Server\r\n[2022-07-14 15:33:18:082 INFO] Version 1.19.10.03\r\n[2022-07-14 15:33:18:082 INFO] Session ID 0074ddff-17a0-4b9b-bc43-7e0f67f3c60f\r\n[2022-07-14 15:33:18:082 INFO] Level Name: Bedrock level\r\n[2022-07-14 15:33:18:084 INFO] Game mode: 0 Survival\r\n[2022-07-14 15:33:18:084 INFO] Difficulty: 1 EASY\r\n[2022-07-14 15:33:18:109 INFO] opening worlds/Bedrock level/db\r\n[2022-07-14 15:33:18:461 INFO] IPv4 supported, port: 19132\r\n[2022-07-14 15:33:18:461 INFO] IPv6 supported, port: 19133\r\n[2022-07-14 15:33:18:627 INFO] Server started.\r\n[2022-07-14 15:33:18:655 INFO] IPv4 supported, port: 36352\r\n[2022-07-14 15:33:18:655 INFO] IPv6 supported, port: 35462\r\n[2022-07-14 15:33:18:677 INFO] ================ TELEMETRY MESSAGE ===================\r\n[2022-07-14 15:33:18:677 INFO] Server Telemetry is currently not enabled.\r\n[2022-07-14 15:33:18:677 INFO] Enabling this telemetry helps us improve the game.\r\n[2022-07-14 15:33:18:677 INFO]\r\n[2022-07-14 15:33:18:677 INFO] To enable this feature, add the line 'emit-server-telemetry=true'\r\n[2022-07-14 15:33:18:677 INFO] to the server.properties file in the handheld/src-server directory\r\n[2022-07-14 15:33:18:677 INFO] ======================================================\r\n{noformat}\r\nIn my old Java days of connecting setting this up would have been similar and would have worked flawlessly. There is nothing to suggest what the problem is and the server appears online but remains not connectible."
               }
            ]
         },
         {
            "id": "2630926",
            "author": "JIRAUSER727485",
            "created": "2022-07-15T12:47:03.538+0300",
            "items": [
               {
                  "field": "description",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "As a player who originally started playing Minecraft since the very early days of Java alpha up and stopped playing until not long after Notch left Mojang, I have returned recently after having played split-screen on my daughter's switch with her. While fun, the switch does struggle with two players and also hosting a server.\r\n\r\nWanting to take it to the next level and getting a proper server and also inviting a good friend of mine, I set up a virtual machine on Hyper-V and installed Ubuntu 22 and the OpenSSL deps, completely fresh system and it doesn't work. Nothing I could do, even forwarding the ports to the public internet (bear in mind this is the same PC on the same network, its just a VM) would fix it. I even tried the instructions in the manual to change loopback settings, nada...\r\n\r\nHere are the reproduction steps Mojang.\r\n # Set router to 192.168.0.1/24... e.g. 192.168.0.1 and subnet 255.255.255.0\r\n # Set Host OS to 192.168.0.10/24\r\n # Install Ubuntu on Hyper-V in bridged networking mode.\r\n # Set Ubuntu VM to static as 192.168.0.50/24.\r\n # Install OpenSSL 1.1.1\r\n # Set whitelist for the desired players and enable it.\r\n # Run the server\r\n # Try to connect to the server. Times out after a few minutes.\r\n # Try to add the server to 'Servers'. Can see the server online and responding.\r\n\r\n!image-2022-07-15-10-42-40-068.png|width=224,height=238!\r\n{noformat}\r\nminecraft@minecraft:~/server$ LD_LIBRARY_PATH=. ./bedrock_server\r\nNO LOG FILE! - setting up server logging...\r\n[2022-07-14 15:33:18:082 INFO] Starting Server\r\n[2022-07-14 15:33:18:082 INFO] Version 1.19.10.03\r\n[2022-07-14 15:33:18:082 INFO] Session ID 0074ddff-17a0-4b9b-bc43-7e0f67f3c60f\r\n[2022-07-14 15:33:18:082 INFO] Level Name: Bedrock level\r\n[2022-07-14 15:33:18:084 INFO] Game mode: 0 Survival\r\n[2022-07-14 15:33:18:084 INFO] Difficulty: 1 EASY\r\n[2022-07-14 15:33:18:109 INFO] opening worlds/Bedrock level/db\r\n[2022-07-14 15:33:18:461 INFO] IPv4 supported, port: 19132\r\n[2022-07-14 15:33:18:461 INFO] IPv6 supported, port: 19133\r\n[2022-07-14 15:33:18:627 INFO] Server started.\r\n[2022-07-14 15:33:18:655 INFO] IPv4 supported, port: 36352\r\n[2022-07-14 15:33:18:655 INFO] IPv6 supported, port: 35462\r\n[2022-07-14 15:33:18:677 INFO] ================ TELEMETRY MESSAGE ===================\r\n[2022-07-14 15:33:18:677 INFO] Server Telemetry is currently not enabled.\r\n[2022-07-14 15:33:18:677 INFO] Enabling this telemetry helps us improve the game.\r\n[2022-07-14 15:33:18:677 INFO]\r\n[2022-07-14 15:33:18:677 INFO] To enable this feature, add the line 'emit-server-telemetry=true'\r\n[2022-07-14 15:33:18:677 INFO] to the server.properties file in the handheld/src-server directory\r\n[2022-07-14 15:33:18:677 INFO] ======================================================\r\n{noformat}\r\nIn my old Java days of connecting setting this up would have been similar and would have worked flawlessly. There is nothing to suggest what the problem is and the server appears online but remains not connectible.",
                  "to": null,
                  "toString": "As a player who originally started playing Minecraft since the very early days of Java alpha up and stopped playing until not long after Notch left Mojang, I have returned recently after having played split-screen on my daughter's switch with her. While fun, the switch does struggle with two players and also hosting a server.\r\n\r\nWanting to take it to the next level and getting a proper server and also inviting a good friend of mine, I set up a virtual machine on Hyper-V and installed Ubuntu 22 and the OpenSSL deps, completely fresh system and it doesn't work. Nothing I could do, even forwarding the ports to the public internet (bear in mind this is the same PC on the same network, its just a VM) would fix it. I even tried the instructions in the manual to change loopback settings, nada...\r\n\r\nHere are the reproduction steps Mojang.\r\n # Set router to 192.168.0.1/24... e.g. 192.168.0.1 and subnet 255.255.255.0\r\n # Set Host OS to 192.168.0.10/24\r\n # Install Ubuntu on Hyper-V in bridged networking mode.\r\n # Set Ubuntu VM to static as 192.168.0.50/24.\r\n # Install OpenSSL 1.1.1:\r\n\r\n{code:java}\r\nsudo curl -o libssl.deb -k -L http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb\r\nsudo dpkg -i libssl.deb{code}\r\n\r\n # Set whitelist for the desired players and enable it.\r\n # Run the server\r\n # Try to connect to the server. Times out after a few minutes.\r\n # Try to add the server to 'Servers'. Can see the server online and responding.\r\n\r\n!image-2022-07-15-10-42-40-068.png|width=224,height=238!\r\n{noformat}\r\nminecraft@minecraft:~/server$ LD_LIBRARY_PATH=. ./bedrock_server\r\nNO LOG FILE! - setting up server logging...\r\n[2022-07-14 15:33:18:082 INFO] Starting Server\r\n[2022-07-14 15:33:18:082 INFO] Version 1.19.10.03\r\n[2022-07-14 15:33:18:082 INFO] Session ID 0074ddff-17a0-4b9b-bc43-7e0f67f3c60f\r\n[2022-07-14 15:33:18:082 INFO] Level Name: Bedrock level\r\n[2022-07-14 15:33:18:084 INFO] Game mode: 0 Survival\r\n[2022-07-14 15:33:18:084 INFO] Difficulty: 1 EASY\r\n[2022-07-14 15:33:18:109 INFO] opening worlds/Bedrock level/db\r\n[2022-07-14 15:33:18:461 INFO] IPv4 supported, port: 19132\r\n[2022-07-14 15:33:18:461 INFO] IPv6 supported, port: 19133\r\n[2022-07-14 15:33:18:627 INFO] Server started.\r\n[2022-07-14 15:33:18:655 INFO] IPv4 supported, port: 36352\r\n[2022-07-14 15:33:18:655 INFO] IPv6 supported, port: 35462\r\n[2022-07-14 15:33:18:677 INFO] ================ TELEMETRY MESSAGE ===================\r\n[2022-07-14 15:33:18:677 INFO] Server Telemetry is currently not enabled.\r\n[2022-07-14 15:33:18:677 INFO] Enabling this telemetry helps us improve the game.\r\n[2022-07-14 15:33:18:677 INFO]\r\n[2022-07-14 15:33:18:677 INFO] To enable this feature, add the line 'emit-server-telemetry=true'\r\n[2022-07-14 15:33:18:677 INFO] to the server.properties file in the handheld/src-server directory\r\n[2022-07-14 15:33:18:677 INFO] ======================================================\r\n{noformat}\r\nIn my old Java days of connecting setting this up would have been similar and would have worked flawlessly. There is nothing to suggest what the problem is and the server appears online but remains not connectible."
               }
            ]
         },
         {
            "id": "2630934",
            "author": "JIRAUSER727485",
            "created": "2022-07-15T12:49:25.457+0300",
            "items": [
               {
                  "field": "description",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "As a player who originally started playing Minecraft since the very early days of Java alpha up and stopped playing until not long after Notch left Mojang, I have returned recently after having played split-screen on my daughter's switch with her. While fun, the switch does struggle with two players and also hosting a server.\r\n\r\nWanting to take it to the next level and getting a proper server and also inviting a good friend of mine, I set up a virtual machine on Hyper-V and installed Ubuntu 22 and the OpenSSL deps, completely fresh system and it doesn't work. Nothing I could do, even forwarding the ports to the public internet (bear in mind this is the same PC on the same network, its just a VM) would fix it. I even tried the instructions in the manual to change loopback settings, nada...\r\n\r\nHere are the reproduction steps Mojang.\r\n # Set router to 192.168.0.1/24... e.g. 192.168.0.1 and subnet 255.255.255.0\r\n # Set Host OS to 192.168.0.10/24\r\n # Install Ubuntu on Hyper-V in bridged networking mode.\r\n # Set Ubuntu VM to static as 192.168.0.50/24.\r\n # Install OpenSSL 1.1.1:\r\n\r\n{code:java}\r\nsudo curl -o libssl.deb -k -L http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb\r\nsudo dpkg -i libssl.deb{code}\r\n\r\n # Set whitelist for the desired players and enable it.\r\n # Run the server\r\n # Try to connect to the server. Times out after a few minutes.\r\n # Try to add the server to 'Servers'. Can see the server online and responding.\r\n\r\n!image-2022-07-15-10-42-40-068.png|width=224,height=238!\r\n{noformat}\r\nminecraft@minecraft:~/server$ LD_LIBRARY_PATH=. ./bedrock_server\r\nNO LOG FILE! - setting up server logging...\r\n[2022-07-14 15:33:18:082 INFO] Starting Server\r\n[2022-07-14 15:33:18:082 INFO] Version 1.19.10.03\r\n[2022-07-14 15:33:18:082 INFO] Session ID 0074ddff-17a0-4b9b-bc43-7e0f67f3c60f\r\n[2022-07-14 15:33:18:082 INFO] Level Name: Bedrock level\r\n[2022-07-14 15:33:18:084 INFO] Game mode: 0 Survival\r\n[2022-07-14 15:33:18:084 INFO] Difficulty: 1 EASY\r\n[2022-07-14 15:33:18:109 INFO] opening worlds/Bedrock level/db\r\n[2022-07-14 15:33:18:461 INFO] IPv4 supported, port: 19132\r\n[2022-07-14 15:33:18:461 INFO] IPv6 supported, port: 19133\r\n[2022-07-14 15:33:18:627 INFO] Server started.\r\n[2022-07-14 15:33:18:655 INFO] IPv4 supported, port: 36352\r\n[2022-07-14 15:33:18:655 INFO] IPv6 supported, port: 35462\r\n[2022-07-14 15:33:18:677 INFO] ================ TELEMETRY MESSAGE ===================\r\n[2022-07-14 15:33:18:677 INFO] Server Telemetry is currently not enabled.\r\n[2022-07-14 15:33:18:677 INFO] Enabling this telemetry helps us improve the game.\r\n[2022-07-14 15:33:18:677 INFO]\r\n[2022-07-14 15:33:18:677 INFO] To enable this feature, add the line 'emit-server-telemetry=true'\r\n[2022-07-14 15:33:18:677 INFO] to the server.properties file in the handheld/src-server directory\r\n[2022-07-14 15:33:18:677 INFO] ======================================================\r\n{noformat}\r\nIn my old Java days of connecting setting this up would have been similar and would have worked flawlessly. There is nothing to suggest what the problem is and the server appears online but remains not connectible.",
                  "to": null,
                  "toString": "As a player who originally started playing Minecraft since the very early days of Java alpha up and stopped playing until not long after Notch left Mojang, I have returned recently after having played split-screen on my daughter's switch with her. While fun, the switch does struggle with two players and also hosting a server.\r\n\r\nWanting to take it to the next level and getting a proper server and also inviting a good friend of mine, I set up a virtual machine on Hyper-V and installed Ubuntu 22 and the OpenSSL deps, completely fresh system and it doesn't work. Nothing I could do, even forwarding the ports to the public internet (bear in mind this is the same PC on the same network, its just a VM) would fix it. I even tried the instructions in the manual to change loopback settings, nada...\r\n\r\nHere are the reproduction steps Mojang.\r\n # Set router to 192.168.0.1/24... e.g. 192.168.0.1 and subnet 255.255.255.0\r\n # Set Host OS to 192.168.0.10/24\r\n # Install Ubuntu on Hyper-V in bridged networking mode.\r\n # Set Ubuntu VM to static as 192.168.0.50/24.\r\n # Install OpenSSL 1.1.1:\r\n\r\n{noformat}\r\nsudo curl -o libssl.deb -k -L http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb\r\nsudo dpkg -i libssl.deb{noformat}\r\n\r\n # Set whitelist for the desired players and enable it.\r\n # Run the server\r\n # Try to connect to the server. Times out after a few minutes.\r\n # Try to add the server to 'Servers'. Can see the server online and responding.\r\n\r\n!image-2022-07-15-10-42-40-068.png|width=224,height=238!\r\n{noformat}\r\nminecraft@minecraft:~/server$ LD_LIBRARY_PATH=. ./bedrock_server\r\nNO LOG FILE! - setting up server logging...\r\n[2022-07-14 15:33:18:082 INFO] Starting Server\r\n[2022-07-14 15:33:18:082 INFO] Version 1.19.10.03\r\n[2022-07-14 15:33:18:082 INFO] Session ID 0074ddff-17a0-4b9b-bc43-7e0f67f3c60f\r\n[2022-07-14 15:33:18:082 INFO] Level Name: Bedrock level\r\n[2022-07-14 15:33:18:084 INFO] Game mode: 0 Survival\r\n[2022-07-14 15:33:18:084 INFO] Difficulty: 1 EASY\r\n[2022-07-14 15:33:18:109 INFO] opening worlds/Bedrock level/db\r\n[2022-07-14 15:33:18:461 INFO] IPv4 supported, port: 19132\r\n[2022-07-14 15:33:18:461 INFO] IPv6 supported, port: 19133\r\n[2022-07-14 15:33:18:627 INFO] Server started.\r\n[2022-07-14 15:33:18:655 INFO] IPv4 supported, port: 36352\r\n[2022-07-14 15:33:18:655 INFO] IPv6 supported, port: 35462\r\n[2022-07-14 15:33:18:677 INFO] ================ TELEMETRY MESSAGE ===================\r\n[2022-07-14 15:33:18:677 INFO] Server Telemetry is currently not enabled.\r\n[2022-07-14 15:33:18:677 INFO] Enabling this telemetry helps us improve the game.\r\n[2022-07-14 15:33:18:677 INFO]\r\n[2022-07-14 15:33:18:677 INFO] To enable this feature, add the line 'emit-server-telemetry=true'\r\n[2022-07-14 15:33:18:677 INFO] to the server.properties file in the handheld/src-server directory\r\n[2022-07-14 15:33:18:677 INFO] ======================================================\r\n{noformat}\r\nIn my old Java days of connecting setting this up would have been similar and would have worked flawlessly. There is nothing to suggest what the problem is and the server appears online but remains not connectible."
               }
            ]
         },
         {
            "id": "2630938",
            "author": "JIRAUSER727485",
            "created": "2022-07-15T12:49:39.279+0300",
            "items": [
               {
                  "field": "description",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "As a player who originally started playing Minecraft since the very early days of Java alpha up and stopped playing until not long after Notch left Mojang, I have returned recently after having played split-screen on my daughter's switch with her. While fun, the switch does struggle with two players and also hosting a server.\r\n\r\nWanting to take it to the next level and getting a proper server and also inviting a good friend of mine, I set up a virtual machine on Hyper-V and installed Ubuntu 22 and the OpenSSL deps, completely fresh system and it doesn't work. Nothing I could do, even forwarding the ports to the public internet (bear in mind this is the same PC on the same network, its just a VM) would fix it. I even tried the instructions in the manual to change loopback settings, nada...\r\n\r\nHere are the reproduction steps Mojang.\r\n # Set router to 192.168.0.1/24... e.g. 192.168.0.1 and subnet 255.255.255.0\r\n # Set Host OS to 192.168.0.10/24\r\n # Install Ubuntu on Hyper-V in bridged networking mode.\r\n # Set Ubuntu VM to static as 192.168.0.50/24.\r\n # Install OpenSSL 1.1.1:\r\n\r\n{noformat}\r\nsudo curl -o libssl.deb -k -L http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb\r\nsudo dpkg -i libssl.deb{noformat}\r\n\r\n # Set whitelist for the desired players and enable it.\r\n # Run the server\r\n # Try to connect to the server. Times out after a few minutes.\r\n # Try to add the server to 'Servers'. Can see the server online and responding.\r\n\r\n!image-2022-07-15-10-42-40-068.png|width=224,height=238!\r\n{noformat}\r\nminecraft@minecraft:~/server$ LD_LIBRARY_PATH=. ./bedrock_server\r\nNO LOG FILE! - setting up server logging...\r\n[2022-07-14 15:33:18:082 INFO] Starting Server\r\n[2022-07-14 15:33:18:082 INFO] Version 1.19.10.03\r\n[2022-07-14 15:33:18:082 INFO] Session ID 0074ddff-17a0-4b9b-bc43-7e0f67f3c60f\r\n[2022-07-14 15:33:18:082 INFO] Level Name: Bedrock level\r\n[2022-07-14 15:33:18:084 INFO] Game mode: 0 Survival\r\n[2022-07-14 15:33:18:084 INFO] Difficulty: 1 EASY\r\n[2022-07-14 15:33:18:109 INFO] opening worlds/Bedrock level/db\r\n[2022-07-14 15:33:18:461 INFO] IPv4 supported, port: 19132\r\n[2022-07-14 15:33:18:461 INFO] IPv6 supported, port: 19133\r\n[2022-07-14 15:33:18:627 INFO] Server started.\r\n[2022-07-14 15:33:18:655 INFO] IPv4 supported, port: 36352\r\n[2022-07-14 15:33:18:655 INFO] IPv6 supported, port: 35462\r\n[2022-07-14 15:33:18:677 INFO] ================ TELEMETRY MESSAGE ===================\r\n[2022-07-14 15:33:18:677 INFO] Server Telemetry is currently not enabled.\r\n[2022-07-14 15:33:18:677 INFO] Enabling this telemetry helps us improve the game.\r\n[2022-07-14 15:33:18:677 INFO]\r\n[2022-07-14 15:33:18:677 INFO] To enable this feature, add the line 'emit-server-telemetry=true'\r\n[2022-07-14 15:33:18:677 INFO] to the server.properties file in the handheld/src-server directory\r\n[2022-07-14 15:33:18:677 INFO] ======================================================\r\n{noformat}\r\nIn my old Java days of connecting setting this up would have been similar and would have worked flawlessly. There is nothing to suggest what the problem is and the server appears online but remains not connectible.",
                  "to": null,
                  "toString": "As a player who originally started playing Minecraft since the very early days of Java alpha up and stopped playing until not long after Notch left Mojang, I have returned recently after having played split-screen on my daughter's switch with her. While fun, the switch does struggle with two players and also hosting a server.\r\n\r\nWanting to take it to the next level and getting a proper server and also inviting a good friend of mine, I set up a virtual machine on Hyper-V and installed Ubuntu 22 and the OpenSSL deps, completely fresh system and it doesn't work. Nothing I could do, even forwarding the ports to the public internet (bear in mind this is the same PC on the same network, its just a VM) would fix it. I even tried the instructions in the manual to change loopback settings, nada...\r\n\r\nHere are the reproduction steps Mojang.\r\n # Set router to 192.168.0.1/24... e.g. 192.168.0.1 and subnet 255.255.255.0\r\n # Set Host OS to 192.168.0.10/24\r\n # Install Ubuntu on Hyper-V in bridged networking mode.\r\n # Set Ubuntu VM to static as 192.168.0.50/24.\r\n # Install OpenSSL 1.1.1: {noformat}\r\nsudo curl -o libssl.deb -k -L http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb\r\nsudo dpkg -i libssl.deb{noformat}\r\n # Set whitelist for the desired players and enable it.\r\n # Run the server\r\n # Try to connect to the server. Times out after a few minutes.\r\n # Try to add the server to 'Servers'. Can see the server online and responding.\r\n\r\n!image-2022-07-15-10-42-40-068.png|width=224,height=238!\r\n{noformat}\r\nminecraft@minecraft:~/server$ LD_LIBRARY_PATH=. ./bedrock_server\r\nNO LOG FILE! - setting up server logging...\r\n[2022-07-14 15:33:18:082 INFO] Starting Server\r\n[2022-07-14 15:33:18:082 INFO] Version 1.19.10.03\r\n[2022-07-14 15:33:18:082 INFO] Session ID 0074ddff-17a0-4b9b-bc43-7e0f67f3c60f\r\n[2022-07-14 15:33:18:082 INFO] Level Name: Bedrock level\r\n[2022-07-14 15:33:18:084 INFO] Game mode: 0 Survival\r\n[2022-07-14 15:33:18:084 INFO] Difficulty: 1 EASY\r\n[2022-07-14 15:33:18:109 INFO] opening worlds/Bedrock level/db\r\n[2022-07-14 15:33:18:461 INFO] IPv4 supported, port: 19132\r\n[2022-07-14 15:33:18:461 INFO] IPv6 supported, port: 19133\r\n[2022-07-14 15:33:18:627 INFO] Server started.\r\n[2022-07-14 15:33:18:655 INFO] IPv4 supported, port: 36352\r\n[2022-07-14 15:33:18:655 INFO] IPv6 supported, port: 35462\r\n[2022-07-14 15:33:18:677 INFO] ================ TELEMETRY MESSAGE ===================\r\n[2022-07-14 15:33:18:677 INFO] Server Telemetry is currently not enabled.\r\n[2022-07-14 15:33:18:677 INFO] Enabling this telemetry helps us improve the game.\r\n[2022-07-14 15:33:18:677 INFO]\r\n[2022-07-14 15:33:18:677 INFO] To enable this feature, add the line 'emit-server-telemetry=true'\r\n[2022-07-14 15:33:18:677 INFO] to the server.properties file in the handheld/src-server directory\r\n[2022-07-14 15:33:18:677 INFO] ======================================================\r\n{noformat}\r\nIn my old Java days of connecting setting this up would have been similar and would have worked flawlessly. There is nothing to suggest what the problem is and the server appears online but remains not connectible."
               }
            ]
         },
         {
            "id": "2630939",
            "author": "JIRAUSER727485",
            "created": "2022-07-15T12:50:44.809+0300",
            "items": [
               {
                  "field": "description",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "As a player who originally started playing Minecraft since the very early days of Java alpha up and stopped playing until not long after Notch left Mojang, I have returned recently after having played split-screen on my daughter's switch with her. While fun, the switch does struggle with two players and also hosting a server.\r\n\r\nWanting to take it to the next level and getting a proper server and also inviting a good friend of mine, I set up a virtual machine on Hyper-V and installed Ubuntu 22 and the OpenSSL deps, completely fresh system and it doesn't work. Nothing I could do, even forwarding the ports to the public internet (bear in mind this is the same PC on the same network, its just a VM) would fix it. I even tried the instructions in the manual to change loopback settings, nada...\r\n\r\nHere are the reproduction steps Mojang.\r\n # Set router to 192.168.0.1/24... e.g. 192.168.0.1 and subnet 255.255.255.0\r\n # Set Host OS to 192.168.0.10/24\r\n # Install Ubuntu on Hyper-V in bridged networking mode.\r\n # Set Ubuntu VM to static as 192.168.0.50/24.\r\n # Install OpenSSL 1.1.1: {noformat}\r\nsudo curl -o libssl.deb -k -L http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb\r\nsudo dpkg -i libssl.deb{noformat}\r\n # Set whitelist for the desired players and enable it.\r\n # Run the server\r\n # Try to connect to the server. Times out after a few minutes.\r\n # Try to add the server to 'Servers'. Can see the server online and responding.\r\n\r\n!image-2022-07-15-10-42-40-068.png|width=224,height=238!\r\n{noformat}\r\nminecraft@minecraft:~/server$ LD_LIBRARY_PATH=. ./bedrock_server\r\nNO LOG FILE! - setting up server logging...\r\n[2022-07-14 15:33:18:082 INFO] Starting Server\r\n[2022-07-14 15:33:18:082 INFO] Version 1.19.10.03\r\n[2022-07-14 15:33:18:082 INFO] Session ID 0074ddff-17a0-4b9b-bc43-7e0f67f3c60f\r\n[2022-07-14 15:33:18:082 INFO] Level Name: Bedrock level\r\n[2022-07-14 15:33:18:084 INFO] Game mode: 0 Survival\r\n[2022-07-14 15:33:18:084 INFO] Difficulty: 1 EASY\r\n[2022-07-14 15:33:18:109 INFO] opening worlds/Bedrock level/db\r\n[2022-07-14 15:33:18:461 INFO] IPv4 supported, port: 19132\r\n[2022-07-14 15:33:18:461 INFO] IPv6 supported, port: 19133\r\n[2022-07-14 15:33:18:627 INFO] Server started.\r\n[2022-07-14 15:33:18:655 INFO] IPv4 supported, port: 36352\r\n[2022-07-14 15:33:18:655 INFO] IPv6 supported, port: 35462\r\n[2022-07-14 15:33:18:677 INFO] ================ TELEMETRY MESSAGE ===================\r\n[2022-07-14 15:33:18:677 INFO] Server Telemetry is currently not enabled.\r\n[2022-07-14 15:33:18:677 INFO] Enabling this telemetry helps us improve the game.\r\n[2022-07-14 15:33:18:677 INFO]\r\n[2022-07-14 15:33:18:677 INFO] To enable this feature, add the line 'emit-server-telemetry=true'\r\n[2022-07-14 15:33:18:677 INFO] to the server.properties file in the handheld/src-server directory\r\n[2022-07-14 15:33:18:677 INFO] ======================================================\r\n{noformat}\r\nIn my old Java days of connecting setting this up would have been similar and would have worked flawlessly. There is nothing to suggest what the problem is and the server appears online but remains not connectible.",
                  "to": null,
                  "toString": "As a player who originally started playing Minecraft since the very early days of Java alpha up and stopped playing until not long after Notch left Mojang, I have returned recently after having played split-screen on my daughter's switch with her. While fun, the switch does struggle with two players and also hosting a server.\r\n\r\nWanting to take it to the next level and getting a proper server and also inviting a good friend of mine, I set up a virtual machine on Hyper-V and installed Ubuntu 22 and the OpenSSL deps, completely fresh system and it doesn't work. Nothing I could do, even forwarding the ports to the public internet (bear in mind this is the same PC on the same network, its just a VM) would fix it. I even tried the instructions in the manual to change loopback settings, nada...\r\n\r\nHere are the reproduction steps Mojang.\r\n # Set router to 192.168.0.1/24... e.g. 192.168.0.1 and subnet 255.255.255.0\r\n # Set Host OS to 192.168.0.10/24\r\n # Install Ubuntu on Hyper-V in bridged networking mode.\r\n # Set Ubuntu VM to static as 192.168.0.50/24.\r\n # Install OpenSSL 1.1.1:\r\n{noformat}\r\nsudo curl -o libssl.deb -k -L http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb\r\nsudo dpkg -i libssl.deb{noformat}\r\n\r\n # Set whitelist for the desired players and enable it.\r\n # Run the server\r\n # Try to add the server to 'Servers'. Can see the server online and responding.\r\n # Try to connect to the server. Times out after a few minutes.\r\n\r\n!image-2022-07-15-10-42-40-068.png|width=224,height=238!\r\n{noformat}\r\nminecraft@minecraft:~/server$ LD_LIBRARY_PATH=. ./bedrock_server\r\nNO LOG FILE! - setting up server logging...\r\n[2022-07-14 15:33:18:082 INFO] Starting Server\r\n[2022-07-14 15:33:18:082 INFO] Version 1.19.10.03\r\n[2022-07-14 15:33:18:082 INFO] Session ID 0074ddff-17a0-4b9b-bc43-7e0f67f3c60f\r\n[2022-07-14 15:33:18:082 INFO] Level Name: Bedrock level\r\n[2022-07-14 15:33:18:084 INFO] Game mode: 0 Survival\r\n[2022-07-14 15:33:18:084 INFO] Difficulty: 1 EASY\r\n[2022-07-14 15:33:18:109 INFO] opening worlds/Bedrock level/db\r\n[2022-07-14 15:33:18:461 INFO] IPv4 supported, port: 19132\r\n[2022-07-14 15:33:18:461 INFO] IPv6 supported, port: 19133\r\n[2022-07-14 15:33:18:627 INFO] Server started.\r\n[2022-07-14 15:33:18:655 INFO] IPv4 supported, port: 36352\r\n[2022-07-14 15:33:18:655 INFO] IPv6 supported, port: 35462\r\n[2022-07-14 15:33:18:677 INFO] ================ TELEMETRY MESSAGE ===================\r\n[2022-07-14 15:33:18:677 INFO] Server Telemetry is currently not enabled.\r\n[2022-07-14 15:33:18:677 INFO] Enabling this telemetry helps us improve the game.\r\n[2022-07-14 15:33:18:677 INFO]\r\n[2022-07-14 15:33:18:677 INFO] To enable this feature, add the line 'emit-server-telemetry=true'\r\n[2022-07-14 15:33:18:677 INFO] to the server.properties file in the handheld/src-server directory\r\n[2022-07-14 15:33:18:677 INFO] ======================================================\r\n{noformat}\r\nIn my old Java days of connecting setting this up would have been similar and would have worked flawlessly. There is nothing to suggest what the problem is and the server appears online but remains not connectible."
               }
            ]
         },
         {
            "id": "2630940",
            "author": "JIRAUSER727485",
            "created": "2022-07-15T12:51:03.280+0300",
            "items": [
               {
                  "field": "description",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "As a player who originally started playing Minecraft since the very early days of Java alpha up and stopped playing until not long after Notch left Mojang, I have returned recently after having played split-screen on my daughter's switch with her. While fun, the switch does struggle with two players and also hosting a server.\r\n\r\nWanting to take it to the next level and getting a proper server and also inviting a good friend of mine, I set up a virtual machine on Hyper-V and installed Ubuntu 22 and the OpenSSL deps, completely fresh system and it doesn't work. Nothing I could do, even forwarding the ports to the public internet (bear in mind this is the same PC on the same network, its just a VM) would fix it. I even tried the instructions in the manual to change loopback settings, nada...\r\n\r\nHere are the reproduction steps Mojang.\r\n # Set router to 192.168.0.1/24... e.g. 192.168.0.1 and subnet 255.255.255.0\r\n # Set Host OS to 192.168.0.10/24\r\n # Install Ubuntu on Hyper-V in bridged networking mode.\r\n # Set Ubuntu VM to static as 192.168.0.50/24.\r\n # Install OpenSSL 1.1.1:\r\n{noformat}\r\nsudo curl -o libssl.deb -k -L http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb\r\nsudo dpkg -i libssl.deb{noformat}\r\n\r\n # Set whitelist for the desired players and enable it.\r\n # Run the server\r\n # Try to add the server to 'Servers'. Can see the server online and responding.\r\n # Try to connect to the server. Times out after a few minutes.\r\n\r\n!image-2022-07-15-10-42-40-068.png|width=224,height=238!\r\n{noformat}\r\nminecraft@minecraft:~/server$ LD_LIBRARY_PATH=. ./bedrock_server\r\nNO LOG FILE! - setting up server logging...\r\n[2022-07-14 15:33:18:082 INFO] Starting Server\r\n[2022-07-14 15:33:18:082 INFO] Version 1.19.10.03\r\n[2022-07-14 15:33:18:082 INFO] Session ID 0074ddff-17a0-4b9b-bc43-7e0f67f3c60f\r\n[2022-07-14 15:33:18:082 INFO] Level Name: Bedrock level\r\n[2022-07-14 15:33:18:084 INFO] Game mode: 0 Survival\r\n[2022-07-14 15:33:18:084 INFO] Difficulty: 1 EASY\r\n[2022-07-14 15:33:18:109 INFO] opening worlds/Bedrock level/db\r\n[2022-07-14 15:33:18:461 INFO] IPv4 supported, port: 19132\r\n[2022-07-14 15:33:18:461 INFO] IPv6 supported, port: 19133\r\n[2022-07-14 15:33:18:627 INFO] Server started.\r\n[2022-07-14 15:33:18:655 INFO] IPv4 supported, port: 36352\r\n[2022-07-14 15:33:18:655 INFO] IPv6 supported, port: 35462\r\n[2022-07-14 15:33:18:677 INFO] ================ TELEMETRY MESSAGE ===================\r\n[2022-07-14 15:33:18:677 INFO] Server Telemetry is currently not enabled.\r\n[2022-07-14 15:33:18:677 INFO] Enabling this telemetry helps us improve the game.\r\n[2022-07-14 15:33:18:677 INFO]\r\n[2022-07-14 15:33:18:677 INFO] To enable this feature, add the line 'emit-server-telemetry=true'\r\n[2022-07-14 15:33:18:677 INFO] to the server.properties file in the handheld/src-server directory\r\n[2022-07-14 15:33:18:677 INFO] ======================================================\r\n{noformat}\r\nIn my old Java days of connecting setting this up would have been similar and would have worked flawlessly. There is nothing to suggest what the problem is and the server appears online but remains not connectible.",
                  "to": null,
                  "toString": "As a player who originally started playing Minecraft since the very early days of Java alpha up and stopped playing until not long after Notch left Mojang, I have returned recently after having played split-screen on my daughter's switch with her. While fun, the switch does struggle with two players and also hosting a server.\r\n\r\nWanting to take it to the next level and getting a proper server and also inviting a good friend of mine, I set up a virtual machine on Hyper-V and installed Ubuntu 22 and the OpenSSL deps, completely fresh system and it doesn't work. Nothing I could do, even forwarding the ports to the public internet (bear in mind this is the same PC on the same network, its just a VM) would fix it. I even tried the instructions in the manual to change loopback settings, nada...\r\n\r\nHere are the reproduction steps Mojang.\r\n # Set router to 192.168.0.1/24... e.g. 192.168.0.1 and subnet 255.255.255.0\r\n # Set Host OS to 192.168.0.10/24\r\n # Install Ubuntu on Hyper-V in bridged networking mode.\r\n # Set Ubuntu VM to static as 192.168.0.50/24.\r\n # Install OpenSSL 1.1.1:\r\n{noformat}\r\nsudo curl -o libssl.deb -k -L http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb\r\nsudo dpkg -i libssl.deb{noformat}\r\n\r\n # Set whitelist for the desired players and enable it.\r\n # Run the server\r\n # Try to add the server to 'Servers'. Can see the server online and responding.\r\n # Try to connect to the server. Times out after a few minutes.\r\n\r\n!image-2022-07-15-10-42-40-068.png|width=224,height=238!\r\n{noformat}\r\nminecraft@minecraft:~/server$ LD_LIBRARY_PATH=. ./bedrock_server\r\nNO LOG FILE! - setting up server logging...\r\n[2022-07-14 15:33:18:082 INFO] Starting Server\r\n[2022-07-14 15:33:18:082 INFO] Version 1.19.10.03\r\n[2022-07-14 15:33:18:082 INFO] Session ID 0074ddff-17a0-4b9b-bc43-7e0f67f3c60f\r\n[2022-07-14 15:33:18:082 INFO] Level Name: Bedrock level\r\n[2022-07-14 15:33:18:084 INFO] Game mode: 0 Survival\r\n[2022-07-14 15:33:18:084 INFO] Difficulty: 1 EASY\r\n[2022-07-14 15:33:18:109 INFO] opening worlds/Bedrock level/db\r\n[2022-07-14 15:33:18:461 INFO] IPv4 supported, port: 19132\r\n[2022-07-14 15:33:18:461 INFO] IPv6 supported, port: 19133\r\n[2022-07-14 15:33:18:627 INFO] Server started.\r\n[2022-07-14 15:33:18:655 INFO] IPv4 supported, port: 36352\r\n[2022-07-14 15:33:18:655 INFO] IPv6 supported, port: 35462\r\n[2022-07-14 15:33:18:677 INFO] ================ TELEMETRY MESSAGE ===================\r\n[2022-07-14 15:33:18:677 INFO] Server Telemetry is currently not enabled.\r\n[2022-07-14 15:33:18:677 INFO] Enabling this telemetry helps us improve the game.\r\n[2022-07-14 15:33:18:677 INFO]\r\n[2022-07-14 15:33:18:677 INFO] To enable this feature, add the line 'emit-server-telemetry=true'\r\n[2022-07-14 15:33:18:677 INFO] to the server.properties file in the handheld/src-server directory\r\n[2022-07-14 15:33:18:677 INFO] ======================================================\r\n{noformat}\r\nIn my old Java days of setting this up would have been a similar process and would have worked flawlessly. There is nothing to suggest what the problem is and the server appears online but remains not connectible."
               }
            ]
         },
         {
            "id": "2630946",
            "author": "JIRAUSER727485",
            "created": "2022-07-15T13:05:05.391+0300",
            "items": [
               {
                  "field": "description",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "As a player who originally started playing Minecraft since the very early days of Java alpha up and stopped playing until not long after Notch left Mojang, I have returned recently after having played split-screen on my daughter's switch with her. While fun, the switch does struggle with two players and also hosting a server.\r\n\r\nWanting to take it to the next level and getting a proper server and also inviting a good friend of mine, I set up a virtual machine on Hyper-V and installed Ubuntu 22 and the OpenSSL deps, completely fresh system and it doesn't work. Nothing I could do, even forwarding the ports to the public internet (bear in mind this is the same PC on the same network, its just a VM) would fix it. I even tried the instructions in the manual to change loopback settings, nada...\r\n\r\nHere are the reproduction steps Mojang.\r\n # Set router to 192.168.0.1/24... e.g. 192.168.0.1 and subnet 255.255.255.0\r\n # Set Host OS to 192.168.0.10/24\r\n # Install Ubuntu on Hyper-V in bridged networking mode.\r\n # Set Ubuntu VM to static as 192.168.0.50/24.\r\n # Install OpenSSL 1.1.1:\r\n{noformat}\r\nsudo curl -o libssl.deb -k -L http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb\r\nsudo dpkg -i libssl.deb{noformat}\r\n\r\n # Set whitelist for the desired players and enable it.\r\n # Run the server\r\n # Try to add the server to 'Servers'. Can see the server online and responding.\r\n # Try to connect to the server. Times out after a few minutes.\r\n\r\n!image-2022-07-15-10-42-40-068.png|width=224,height=238!\r\n{noformat}\r\nminecraft@minecraft:~/server$ LD_LIBRARY_PATH=. ./bedrock_server\r\nNO LOG FILE! - setting up server logging...\r\n[2022-07-14 15:33:18:082 INFO] Starting Server\r\n[2022-07-14 15:33:18:082 INFO] Version 1.19.10.03\r\n[2022-07-14 15:33:18:082 INFO] Session ID 0074ddff-17a0-4b9b-bc43-7e0f67f3c60f\r\n[2022-07-14 15:33:18:082 INFO] Level Name: Bedrock level\r\n[2022-07-14 15:33:18:084 INFO] Game mode: 0 Survival\r\n[2022-07-14 15:33:18:084 INFO] Difficulty: 1 EASY\r\n[2022-07-14 15:33:18:109 INFO] opening worlds/Bedrock level/db\r\n[2022-07-14 15:33:18:461 INFO] IPv4 supported, port: 19132\r\n[2022-07-14 15:33:18:461 INFO] IPv6 supported, port: 19133\r\n[2022-07-14 15:33:18:627 INFO] Server started.\r\n[2022-07-14 15:33:18:655 INFO] IPv4 supported, port: 36352\r\n[2022-07-14 15:33:18:655 INFO] IPv6 supported, port: 35462\r\n[2022-07-14 15:33:18:677 INFO] ================ TELEMETRY MESSAGE ===================\r\n[2022-07-14 15:33:18:677 INFO] Server Telemetry is currently not enabled.\r\n[2022-07-14 15:33:18:677 INFO] Enabling this telemetry helps us improve the game.\r\n[2022-07-14 15:33:18:677 INFO]\r\n[2022-07-14 15:33:18:677 INFO] To enable this feature, add the line 'emit-server-telemetry=true'\r\n[2022-07-14 15:33:18:677 INFO] to the server.properties file in the handheld/src-server directory\r\n[2022-07-14 15:33:18:677 INFO] ======================================================\r\n{noformat}\r\nIn my old Java days of setting this up would have been a similar process and would have worked flawlessly. There is nothing to suggest what the problem is and the server appears online but remains not connectible.",
                  "to": null,
                  "toString": "As a player who originally started playing Minecraft since the very early days of Java alpha up and stopped playing until not long after Notch left Mojang, I have returned recently after having played split-screen on my daughter's switch with her. While fun, the switch does struggle with two players and also hosting a server.\r\n\r\nWanting to take it to the next level and getting a proper server and also inviting a good friend of mine, I set up a virtual machine on Hyper-V and installed Ubuntu 22 and the OpenSSL deps, completely fresh system and it doesn't work. Nothing I could do, even forwarding the ports to the public internet (bear in mind this is the same PC on the same network, its just a VM) would fix it. I even tried the instructions in the manual to change loopback settings, nada...\r\n\r\nHere are the reproduction steps Mojang.\r\n # Set router to 192.168.0.1/24... e.g. 192.168.0.1 and subnet 255.255.255.0\r\n # Set Host OS to 192.168.0.10/24\r\n # Install Ubuntu on Hyper-V in bridged networking mode.\r\n # Set Ubuntu VM to static as 192.168.0.50/24.\r\n # Install LibSSL 1.1.1:\r\n{noformat}\r\nsudo curl -o libssl.deb -k -L http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb\r\nsudo dpkg -i libssl.deb{noformat}\r\n\r\n # Set whitelist for the desired players and enable it.\r\n # Run the server\r\n # Try to add the server to 'Servers'. Can see the server online and responding.\r\n # Try to connect to the server. Times out after a few minutes.\r\n\r\n!image-2022-07-15-10-42-40-068.png|width=224,height=238!\r\n{noformat}\r\nminecraft@minecraft:~/server$ LD_LIBRARY_PATH=. ./bedrock_server\r\nNO LOG FILE! - setting up server logging...\r\n[2022-07-14 15:33:18:082 INFO] Starting Server\r\n[2022-07-14 15:33:18:082 INFO] Version 1.19.10.03\r\n[2022-07-14 15:33:18:082 INFO] Session ID 0074ddff-17a0-4b9b-bc43-7e0f67f3c60f\r\n[2022-07-14 15:33:18:082 INFO] Level Name: Bedrock level\r\n[2022-07-14 15:33:18:084 INFO] Game mode: 0 Survival\r\n[2022-07-14 15:33:18:084 INFO] Difficulty: 1 EASY\r\n[2022-07-14 15:33:18:109 INFO] opening worlds/Bedrock level/db\r\n[2022-07-14 15:33:18:461 INFO] IPv4 supported, port: 19132\r\n[2022-07-14 15:33:18:461 INFO] IPv6 supported, port: 19133\r\n[2022-07-14 15:33:18:627 INFO] Server started.\r\n[2022-07-14 15:33:18:655 INFO] IPv4 supported, port: 36352\r\n[2022-07-14 15:33:18:655 INFO] IPv6 supported, port: 35462\r\n[2022-07-14 15:33:18:677 INFO] ================ TELEMETRY MESSAGE ===================\r\n[2022-07-14 15:33:18:677 INFO] Server Telemetry is currently not enabled.\r\n[2022-07-14 15:33:18:677 INFO] Enabling this telemetry helps us improve the game.\r\n[2022-07-14 15:33:18:677 INFO]\r\n[2022-07-14 15:33:18:677 INFO] To enable this feature, add the line 'emit-server-telemetry=true'\r\n[2022-07-14 15:33:18:677 INFO] to the server.properties file in the handheld/src-server directory\r\n[2022-07-14 15:33:18:677 INFO] ======================================================\r\n{noformat}\r\nIn my old Java days of setting this up would have been a similar process and would have worked flawlessly. There is nothing to suggest what the problem is and the server appears online but remains not connectible."
               }
            ]
         },
         {
            "id": "2655420",
            "author": "strikerthehedgefox",
            "created": "2022-08-17T08:12:50.827+0300",
            "items": [
               {
                  "field": "Comment",
                  "fieldtype": "jira",
                  "from": "BDS has been incredibly unstable for me as well. Running on Linux in this situation.",
                  "fromString": null,
                  "to": null,
                  "toString": null
               }
            ]
         },
         {
            "id": "2656277",
            "author": "JIRAUSER648376",
            "created": "2022-08-18T12:50:45.938+0300",
            "items": [
               {
                  "field": "Link",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "BDS-17313",
                  "toString": "This issue is duplicated by BDS-17313"
               }
            ]
         },
         {
            "id": "2656279",
            "author": "arisabot",
            "created": "2022-08-18T12:50:48.583+0300",
            "items": [
               {
                  "field": "Version",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "21126",
                  "toString": "1.19.11 Hotfix"
               },
               {
                  "field": "Version",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "21139",
                  "toString": "1.19.20"
               }
            ]
         },
         {
            "id": "2656283",
            "author": "JIRAUSER648376",
            "created": "2022-08-18T12:51:10.168+0300",
            "items": [
               {
                  "field": "Link",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "BDS-17401",
                  "toString": "This issue is duplicated by BDS-17401"
               }
            ]
         },
         {
            "id": "2656286",
            "author": "JIRAUSER648376",
            "created": "2022-08-18T12:51:32.487+0300",
            "items": [
               {
                  "field": "Link",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "BDS-17499",
                  "toString": "This issue is duplicated by BDS-17499"
               }
            ]
         },
         {
            "id": "2657478",
            "author": "arisabot",
            "created": "2022-08-20T00:50:13.671+0300",
            "items": [
               {
                  "field": "Linked",
                  "fieldtype": "custom",
                  "from": null,
                  "fromString": "0",
                  "to": null,
                  "toString": "3"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "1",
                  "fromString": "Open",
                  "to": "1",
                  "toString": "Open"
               }
            ]
         },
         {
            "id": "2667749",
            "author": "JIRAUSER648376",
            "created": "2022-09-12T17:18:57.002+0300",
            "items": [
               {
                  "field": "ADO",
                  "fieldtype": "custom",
                  "from": null,
                  "fromString": null,
                  "to": null,
                  "toString": "891851"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "1",
                  "fromString": "Open",
                  "to": "1",
                  "toString": "Open"
               }
            ]
         },
         {
            "id": "2690407",
            "author": "JIRAUSER648376",
            "created": "2022-11-02T15:18:05.629+0200",
            "items": [
               {
                  "field": "Link",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "BDS-17739",
                  "toString": "This issue is duplicated by BDS-17739"
               }
            ]
         },
         {
            "id": "2690409",
            "author": "arisabot",
            "created": "2022-11-02T15:18:16.595+0200",
            "items": [
               {
                  "field": "Version",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "21176",
                  "toString": "1.19.31 Hotfix"
               }
            ]
         },
         {
            "id": "2691311",
            "author": "arisabot",
            "created": "2022-11-03T15:18:23.029+0200",
            "items": [
               {
                  "field": "Linked",
                  "fieldtype": "custom",
                  "from": null,
                  "fromString": "3",
                  "to": null,
                  "toString": "4"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "1",
                  "fromString": "Open",
                  "to": "1",
                  "toString": "Open"
               }
            ]
         },
         {
            "id": "2919552",
            "author": "greymagic27",
            "created": "2024-01-04T19:27:36.650+0200",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "2",
                  "toString": "Won't Fix"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "1",
                  "fromString": "Open",
                  "to": "5",
                  "toString": "Resolved"
               }
            ]
         }
      ]
   }
}