Not seeing IP address with user session guest on system default network
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
net-dchp-leases: | |
Expiry Time MAC address Protocol IP address Hostname Client ID or DUID | |
------------------------------------------------------------------------------------------------------------------- | |
2016-01-22 11:20:50 52:54:00:8f:f2:d5 ipv4 192.168.122.62/24 composer ff:00:8f:f2:d5:00:01:00:01:1e:04:85:9c:52:54:00:8f:f2:d5 | |
2016-01-22 11:36:10 52:54:00:b9:5e:96 ipv4 192.168.122.126/24 atomic-001 ff:00:b9:5e:96:00:01:00:01:1e:34:fb:ee:52:54:00:b9:5e:96 | |
sudo virsh domifaddr fedora23-composer | |
Name MAC address Protocol Address | |
------------------------------------------------------------------------------- | |
vnet0 52:54:00:8f:f2:d5 ipv4 192.168.122.62/24 | |
virsh domifaddr f23-atomic01 | |
Name MAC address Protocol Address | |
------------------------------------------------------------------------------- | |
sudo cat /var/lib/libvirt/dnsmasq/virbr0.status | |
[ | |
{ | |
"ip-address": "192.168.122.62", | |
"mac-address": "52:54:00:8f:f2:d5", | |
"hostname": "composer", | |
"client-id": "ff:00:8f:f2:d5:00:01:00:01:1e:04:85:9c:52:54:00:8f:f2:d5", | |
"expiry-time": 1453479650 | |
}, | |
{ | |
"ip-address": "192.168.122.126", | |
"mac-address": "52:54:00:b9:5e:96", | |
"hostname": "atomic-001", | |
"client-id": "ff:00:b9:5e:96:00:01:00:01:1e:34:fb:ee:52:54:00:b9:5e:96", | |
"expiry-time": 1453480570 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment