From 205d5612b396cd4c0a70c0ecc9546c0a06d5d991 Mon Sep 17 00:00:00 2001 From: Jorge Miguel Lobo Escalona Date: Mon, 21 Sep 2026 16:24:57 +0200 Subject: [PATCH 1/2] F OpenNebula/One#6976: VNC listens on a DNS server --- .../release_information/release_notes/resolved_issues_742.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/software/release_information/release_notes/resolved_issues_742.md b/content/software/release_information/release_notes/resolved_issues_742.md index dbd2bb55..1edfc928 100644 --- a/content/software/release_information/release_notes/resolved_issues_742.md +++ b/content/software/release_information/release_notes/resolved_issues_742.md @@ -36,6 +36,7 @@ One line per issue starting with "Fix ...". Descrive the issue so the user under * Fix service template updates in Sunstone [#7193](https://github.com/OpenNebula/one/issues/7193). * Fix security groups assignment when attaching a NIC in Sunstone [#7569](https://github.com/OpenNebula/one/issues/7569). * Fix Zendesk support ticket comments by preventing replies to closed tickets and displaying errors when comment delivery fails [#7280](https://github.com/OpenNebula/one/issues/7280). +* Fix Fireedge can't connect when VNC LISTEN is a DNS name [#6976](https://github.com/OpenNebula/one/issues/6976). --- From 6a226d50ba127b7e5e76e65242d81be495ec805f Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Thu, 24 Sep 2026 17:49:12 +0200 Subject: [PATCH 2/2] Update FireEdge connection issue description --- .../release_information/release_notes/resolved_issues_742.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/software/release_information/release_notes/resolved_issues_742.md b/content/software/release_information/release_notes/resolved_issues_742.md index 1edfc928..1f11f3c8 100644 --- a/content/software/release_information/release_notes/resolved_issues_742.md +++ b/content/software/release_information/release_notes/resolved_issues_742.md @@ -36,7 +36,7 @@ One line per issue starting with "Fix ...". Descrive the issue so the user under * Fix service template updates in Sunstone [#7193](https://github.com/OpenNebula/one/issues/7193). * Fix security groups assignment when attaching a NIC in Sunstone [#7569](https://github.com/OpenNebula/one/issues/7569). * Fix Zendesk support ticket comments by preventing replies to closed tickets and displaying errors when comment delivery fails [#7280](https://github.com/OpenNebula/one/issues/7280). -* Fix Fireedge can't connect when VNC LISTEN is a DNS name [#6976](https://github.com/OpenNebula/one/issues/6976). +* Fix FireEdge failing to connect when VNC `LISTEN` is set to a DNS name [#6976](https://github.com/OpenNebula/one/issues/6976). ---