Jump to content

Systemd/networkd: Difference between revisions

imported>Mweinelt
imported>Mweinelt
Line 135: Line 135:
=== VLAN ===
=== VLAN ===


VLANs can be configured on top of hardlinks as well as virtual links, like bonding interfaces. They provide a logical network on a physical link.
VLANs can be configured on top of hardlinks as well as virtual links, like bonding interfaces. They provide separate logical networks over physical links.


In this example we tag two VLANs with Ids 10 and 20 on a physical link <code>enp1s0</code>. The VLAN interfaces become available <code>vlan10</code> and <code>vlan20</code> and can receive additional configuration.
In this example we tag two VLANs with Ids 10 and 20 on a physical link <code>enp1s0</code>. The VLAN interfaces become available <code>vlan10</code> and <code>vlan20</code> and can receive additional configuration.
Anonymous user