VLAN is not working

Talha

Member
Jan 13, 2020
55
0
11
28
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
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!