Answer the question
In order to leave comments, you need to log in
How to set up a bridge in netplan Ubuntu 18.04?
Previously in 16.04 everything worked with this bridge setup
auto lo
iface lo inet loopback
# The primary network interface
auto enp1s0f0
iface enp1s0f0 inet dhcp
auto br0
iface br0 inet dhcp
bridge_ports enp1s0f0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
network:
version: 2
renderer: networkd
ethernets:
eno1:
dhcp4: true
network:
version: 2
renderer: networkd
ethernets:
eno1:
dhcp4: false
bridges:
br0:
interfaces: [eno1]
dhcp4: true
Answer the question
In order to leave comments, you need to log in
Recently did this: everything worked bonds vlans
wifis were not
used
.
get an address on a bridge member? nonsense really.
The address should receive the bridge, not the network ...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question