Bikin macvlan di Arch Linux dan turunannya serta semua distro yang menggunakan netplan
25 Januari 2019
Macvlan allows a single physical interface to have multiple mac and ip addresses using macvlan sub-interfaces. This is different from creating sub-interface on a physical interface using vlan. With vlan sub-interfaces, each sub-interface belongs to a different L2 domain using vlan and all sub-interfaces have same mac address. With macvlan, each sub-interface will get unique mac and ip address and will be exposed directly in underlay network.
Macvlan interface is typically used for virtualization applications and each macvlan interface is connected to a Container or VM.…