libvirt
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| libvirt [2026-04-04 21:06:33] – hyperreal | libvirt [2026-04-04 21:12:31] (current) – hyperreal | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| === Setup bridged networking with systemd-networkd == | === Setup bridged networking with systemd-networkd == | ||
| - | |||
| - | ==/ | ||
| <file systemd> | <file systemd> | ||
| + | # / | ||
| + | |||
| [NetDev] | [NetDev] | ||
| Name=br0 | Name=br0 | ||
| Line 9: | Line 9: | ||
| </ | </ | ||
| - | ==/ | + | <file systemd> |
| + | # / | ||
| - | <file systemd> | ||
| [Match] | [Match] | ||
| Name=br0 | Name=br0 | ||
| Line 20: | Line 20: | ||
| Broadcast=10.0.0.255 | Broadcast=10.0.0.255 | ||
| </ | </ | ||
| - | |||
| - | ==/ | ||
| <file systemd> | <file systemd> | ||
| + | # / | ||
| + | |||
| [Match] | [Match] | ||
| Name=eth0 | Name=eth0 | ||
| Line 31: | Line 31: | ||
| </ | </ | ||
| - | Restart systemd-networkd. | + | Restart systemd-networkd |
| - | + | ||
| - | ==Verify== | + | |
| <code bash> | <code bash> | ||
| Line 39: | Line 37: | ||
| sudo brctl show br0 # requires bridge-utils package | sudo brctl show br0 # requires bridge-utils package | ||
| </ | </ | ||
| - | |||
| - | ==bridge.xml== | ||
| <file xml> | <file xml> | ||
| + | <!-- bridge.xml --> | ||
| + | |||
| < | < | ||
| < | < | ||
libvirt.1775336793.txt.gz · Last modified: by hyperreal
