Differences between revisions 74 and 77 (spanning 3 versions)
Revision 74 as of 2021-04-01 13:04:02
Size: 3838
Comment:
Revision 77 as of 2021-09-28 08:45:13
Size: 4404
Comment:
Deletions are marked like this. Additions are marked like this.
Line 59: Line 59:
 * https://serverfault.com/questions/9708/what-is-a-pem-file-and-how-does-it-differ-from-other-openssl-generated-key-file

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
}}}

 * https://fedoraproject.org/wiki/Xfce

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 2024-05-06 21:32:45 by Kristian Kallenberg)