I have create a VM that runs my network monitoring service. I have Ubuntu Server 18.04 LTS running. Currently, with the documentation from PepLink, I calls to use “br0” as the network interface for the VM. This puts the VM in the default network of the router. Is there a way to put this VM on a different VLAN? I have tried things like br1 or eth1 with no success.
@MartinLangmaid Here is the post.
Assigning a VM to different VLAN, you can try to use “br_vlan” (i.e. br_vlan100) instead of “br0”.
3 Likes