Displaying 2 results from an estimated 2 matches for "enx503eaa4f9dcd".
2018 Dec 19
0
Re: vms doesn't coomunicate via network
...rfaces available on your system
> # and how to activate them. For more information, see interfaces(5).
>
> source /etc/network/interfaces.d/*
>
> # The loopback network interface
> auto lo
> iface lo inet loopback
>
> # The primary network interface
> #allow-hotplug enx503eaa4f9dcd
> #iface enx503eaa4f9dcd inet dhcp
> #allow-hotplug enp0s31f6
> #iface enp0s31f6 inet dhcp
>
> allow-hotplug vnet0
> iface vnet0 inet dhcp
Ah. Why are you doing this^^^ ?? It makes no sense at all. The tap
devices should not be listed at all in the host's network config; th...
2018 Dec 15
2
vms doesn't coomunicate via network
.../interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
#allow-hotplug enx503eaa4f9dcd
#iface enx503eaa4f9dcd inet dhcp
#allow-hotplug enp0s31f6
#iface enp0s31f6 inet dhcp
allow-hotplug vnet0
iface vnet0 inet dhcp
auto virbr0-dummy
iface virbr0-dummy inet manual
pre-up /sbin/ip link add virbr0-dummy type dummy
up /sbin/ip link set virbr0-dummy address 52:54:00:7e:27:af
aut...