Bug #26615
Remove 0.0.0.0 from VNC option
Needs Merging:
Yes
Needs Automation:
No
Support Suite Ticket:
n/a
Hardware Configuration:
ChangeLog Required:
No
Description
When you click on the vnc via web button after activating vnc option the listening interface is used. This by default is 0.0.0.0 which leads to a broken link like "http://0.0.0.0:5801/vnc_auto.html" which is invalid.
Associated revisions
fix(OLD_UI/vm): Remove 0.0.0.0 from VNC option.
Ticket: #26615
fix(OLD_UI/vm): Remove 0.0.0.0 from VNC option.
Ticket: #26615
fix(OLD_UI/vm): Remove 0.0.0.0 from VNC option. (#499)
Ticket: #26615
History
#1
Updated by Nick Wolff over 3 years ago
Most options of what to do here are going to have many corner cases because we can't use relative links.
I believe the simplest option if possible is detect if it 0.0.0.0 and instead use the hostname of the truenas but that only works if it is set(correctly) or mdns is functional.
There may be a simple fix here with django that I'm just not aware of though.
#2
Updated by Dru Lavigne over 3 years ago
- Assignee changed from Release Council to Marcelo Araujo
#3
Updated by Marcelo Araujo over 3 years ago
- Parent task set to #26745
#4
Updated by Marcelo Araujo over 3 years ago
- Parent task deleted (
#26745)
#5
Updated by Kris Moore over 3 years ago
- Target version changed from 11.1 to 11.1-U1
#6
Updated by Marcelo Araujo over 3 years ago
- Status changed from Unscreened to Screened
#7
Updated by Marcelo Araujo over 3 years ago
- Status changed from Screened to Ready For Release
I remove the address 0.0.0.0 for now to avoid more confusion! I need to fix couple issues on libhyve-remote as it isn't bind correct the port to a specific address.
#8
Updated by Dru Lavigne over 3 years ago
- Subject changed from Vnc via web button for vm broken by default to Remove 0.0.0.0 from VNC option
- Target version changed from 11.1-U1 to 11.1-RC2
#9
Updated by Nick Wolff over 3 years ago
- Needs QA changed from Yes to No
- QA Status Test Passes FreeNAS added
#10
Updated by Nick Wolff over 3 years ago
- QA Status deleted (
Not Tested)
#11
Updated by Dru Lavigne over 3 years ago
- Target version changed from 11.1-RC2 to 11.1-RC3
#12
Updated by Dru Lavigne over 3 years ago
- Status changed from Ready For Release to Resolved