Custom Subnet
Background
# Create a connection profile for the custom subnet
sudo ip addr add 192.168.xxx.xx/24 dev br0
sudo nmcli connection modify "Bridge0" +ipv4.addresses "192.168.xxx.xx/24"
# Activate it
sudo nmcli device reapply br0
sudo nmcli connection up "Bridge0"Last updated
