LinuxMint 19: Bridge interface


Table of Contents

1 nmcli + DHCP

#!/bin/shINTERFACE=ens3sudo nmcli con add type bridge ifname br0sudo nmcli con mod bridge-br0 bridge.stp nosudo nmcli con add type bridge-slave ifname ${INTERFACE} master bridge-br0sudo reboot

Android | Linux | SDL - Narrow Escape