Hi all,
Host - Ubuntu 16.04 desktop
Guest - Ubuntu 16.04 desktop
Virtualizer - KVM
Host
====
⟫ ifconfig
⟫ cat /etc/network/interfaces
Guest
=====
$ ifconfig
$ cat /etc/network/interfaces
Why eth0 missing? Whether it is renamed to enp2s0 ?
How to get eth0 back?
Please advise. Thanks
Besides whether br0 is now renamed to ens3?
Regards
satimis
Host - Ubuntu 16.04 desktop
Guest - Ubuntu 16.04 desktop
Virtualizer - KVM
Host
====
⟫ ifconfig
Code:
enp2s0 Link encap:Ethernet HWaddr f0:79:59:65:2f:bb
inet addr:192.168.8.3 Bcast:192.168.8.255 Mask:255.255.255.0
inet6 addr: fe80::6c58:d5fc:124f:c287/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:50 errors:0 dropped:0 overruns:0 frame:0
TX packets:104 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5715 (5.7 KB) TX bytes:11227 (11.2 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:465 errors:0 dropped:0 overruns:0 frame:0
TX packets:465 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1518290 (1.5 MB) TX bytes:1518290 (1.5 MB)
virbr0 Link encap:Ethernet HWaddr fe:54:00:be:53:09
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:320 (320.0 B)
vnet0 Link encap:Ethernet HWaddr fe:54:00:be:53:09
inet6 addr: fe80::fc54:ff:febe:5309/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:3935 (3.9 KB)
Code:
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
Guest
=====
$ ifconfig
Code:
ens3 Link encap:Ethernet HWaddr 52:54:00:be:53:09
inet addr:192.168.122.122 Bcast:192.168.122.255 Mask:255.255.255.0
inet6 addr: fe80::75fb:5622:6ea2:e393/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12953 errors:0 dropped:0 overruns:0 frame:0
TX packets:5583 errors:0 dropped:0 overruns:0 carrier:0
collisions:28031 txqueuelen:1000
RX bytes:13125597 (13.1 MB) TX bytes:906342 (906.3 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:1420 errors:0 dropped:0 overruns:0 frame:0
TX packets:1420 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:148687 (148.6 KB) TX bytes:148687 (148.6 KB)
Code:
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
Why eth0 missing? Whether it is renamed to enp2s0 ?
How to get eth0 back?
Please advise. Thanks
Besides whether br0 is now renamed to ens3?
Regards
satimis