Skip to content

Instantly share code, notes, and snippets.

@nzwulfin
Created January 22, 2016 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nzwulfin/732c4d0717f23b3eedaf to your computer and use it in GitHub Desktop.
Save nzwulfin/732c4d0717f23b3eedaf to your computer and use it in GitHub Desktop.
Not seeing IP address with user session guest on system default network
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