Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Where to find reference on exact commands?

Create and link to article covering fundamental bridging btw network cards.

Bridge File

Common to to all,

Code Block
languagebash
auto br0
iface br0 inet dhcp # or static but keeping simple for now


    # Required
    bridge_ports eth0 # Binds the bridge to your existing ethernet
    
    # Looks to be options
    bridge_maxwait 0
    bridge_stp off
    bridge_fd 0      # ?



Reference

Differences between articles,

...