Differences between revisions 79 and 83 (spanning 4 versions)
Revision 79 as of 2021-10-31 13:01:23
Size: 4555
Comment:
Revision 83 as of 2024-05-06 21:32:45
Size: 4828
Comment:
Deletions are marked like this. Additions are marked like this.
Line 82: Line 82:
 * spice client for windows systems: https://virt-manager.org/download/
 * https://wiki.libvirt.org/page/VNCTLSSetup
 * https://libvirt.org/formatdomain.html
 * https://unix.stackexchange.com/questions/344756/is-there-anything-similar-to-rsync-to-syncing-block-devices

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 2025-01-01 01:51:40 by Kristian Kallenberg)