auto vlan3 iface vlan3 inet static address 192.168.11.2 netmask 255.255.255.0 vlan-raw-device eth3
Get-VMNetworkAdapter -VMName Gateway | Where-Object -Property MacAddress -eq "00155D02CD04" | Set-VMNetworkAdapterVlan -Trunk -AllowedVlanIdList "3,70" -NativeVlanId 1
192.168.11.0 * 255.255.255.0 U 0 0 0 eth3192.168.11.0 * 255.255.255.0 U 0 0 0 vlan3
192.168.11.0/24 dev eth3 proto kernel scope link src 192.168.11.2192.168.11.0/24 dev vlan3 proto kernel scope link src 192.168.11.2