mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #378] Support for IPv6 only Hosts #283
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zivillian on GitHub (Aug 4, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/378
Currently it's not possible to add an IPv6 only host via SSH. The Input Box does not accept an IPv6 in Brackets and interprets the colons as Ports (not connected (too many values to unpack)).
I've tried to add this host using a DNS name (which has only an AAAA-Record) and got the error: not connected ([Errno -2] Name or service not known)
