simple 3 liner for network Bridge for Linux Host / VM


jimbo45

Well-known member
Pro User
VIP
Local time
9:50 PM
Posts
4,857
Location
Hafnarfjörður IS
OS
Windows XP,7,10,11 Linux Arch Linux
Hi folks

simply add this to the network configuration file /etc/network/interfaces :
## DHCP ip config file for br0 ##
auto br0

# Bridge setup
iface br0 inet dhcp
bridge_ports eno1 <get your hardwre Nic name via ip -c a>

then restart the networking service (systemctl restart networking)


Screenshot_20241112_135709.png


"Seemples"

Cheers
jimbo
 

My Computer

System One

  • OS
    Windows XP,7,10,11 Linux Arch Linux
    Computer type
    PC/Desktop
    CPU
    2 X Intel i7

Latest Support Threads

Back
Top Bottom