You are not logged in.
How to create a macvtap interface in Arch?
Using the ip command
ip link add link enp4s0 name macvtap0 type macvtap
Results in an error
RTNETLINK answers: Operation not supported
Creating the interface through libvirt using virt-manager results in the same error.
When creating a bonding interface either using systemd-networkd or any manager, I can just add the "bonding" module to the kernel. Same as the 802.1q VLAN tagged interface. What kernel modules should I add to the kernel if I want to create a macvtap interface? Or there are some other things I need to install?
Last edited by gregory112 (2018-01-12 13:35:19)
Old school undergraduate
Intel i7-4770, Motherboard MSI Z87-G45 Gaming, V-Gen DDR3 PC10600 8GB, ~10 old harddisks, Corsair CX600M PSU
Offline
Solved it.
Actually I have a kernel update pending after updating all packages through pacman. I rebooted the system and everything works fine now.
Old school undergraduate
Intel i7-4770, Motherboard MSI Z87-G45 Gaming, V-Gen DDR3 PC10600 8GB, ~10 old harddisks, Corsair CX600M PSU
Offline