mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 16:15:50 +03:00
[GH-ISSUE #534] Try to guess IP for guest #399
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 @bsavelev on GitHub (Mar 27, 2015).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/534
Default libvirt installation provide network
defaultwith NAT modeLast version of libvirt have
virtNetwork.DHCPLeases(mac=None)which can get domain IP from network in NAT mode.@retspen commented on GitHub (Mar 27, 2015):
What libvirt version is it?
@bsavelev commented on GitHub (Mar 27, 2015):
at least libvirt-1.2.8
(I use it from CR repo centos 7)