Support
Forums

unstable bridge with debian 10 server

Hello,
[Sorry for the clerical errors, I'm French]

I would like to use KVM on my debian server.
So I install the packages and i create the bridge (br0) :
[code]
 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 enp8s0 #my main connection
iface enp8s0 inet static
        addr...
Hello,
[Sorry for the clerical errors, I'm French]

I would like to use KVM on my debian server.
So I install the packages and i create the bridge (br0) :
[code]
 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 enp8s0 #my main connection
iface enp8s0 inet static
        addr...