VLAN is not working

Talha

Active Member
Jan 13, 2020
57
0
26
29
Hi.
I am using the "Default Configuration using a Bridge" configuration. I created a tagged VLAN on the router. I have correctly edited the VLAN tagged part of the network setting in the VM settings, but the server does not receive internet access. What should I do?
 
Your bridge got the "vlan aware" checkbox checked?

Output of cat /etc/network/interfaces is usually helpful with network problems.
 
  • Like
Reactions: Talha
Code:
auto lo
iface lo inet loopback

auto enp4s0
iface enp4s0 inet manual

auto vmbr0
iface vmbr0 inet static
        address 10.2.10.24/24
        gateway 10.2.10.1
        bridge-ports enp4s0
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094