Differences between revisions 73 and 75 (spanning 2 versions)
Revision 73 as of 2021-03-28 18:33:13
Size: 3790
Comment:
Revision 75 as of 2021-08-16 09:35:58
Size: 4239
Comment:
Deletions are marked like this. Additions are marked like this.
Line 58: Line 58:
 * https://www.youtube.com/watch?v=_yIq3GM4gjA

alternative bridge settings might be required
{{{
# bridging eth0 as br0
auto br0
iface br0 inet dhcp
        # bridge specific settings
        #bridge_stp on
        #bridge_maxwait 0
        #bridge_fd 0
        #bridge_ports eth0
        bridge_ports eth0
        bridge_fd 9
        bridge_hello 2
        bridge_maxage 12
        bridge_stp off
        # network settings
}}}

TODO

Various Articles

misc

alternative bridge settings might be required

# bridging eth0 as br0
auto br0
iface br0 inet dhcp
        # bridge specific settings
        #bridge_stp on
        #bridge_maxwait 0
        #bridge_fd 0
        #bridge_ports eth0
        bridge_ports eth0
        bridge_fd 9
        bridge_hello 2
        bridge_maxage 12
        bridge_stp off
        # network settings

None: TODO (last edited 2021-12-30 18:59:33 by Kristian Kallenberg)