guest cisco OS VLAN TAGGING removed by bridge

Rgehin

New Member
Jun 29, 2016
7
0
1
31
Hi,
I'm installing a cisco virtualized router on proxmox. As network setting, i set up a bridge interface. But, when i made do1q encapsulation in my cisco virtualized router (so in the guest os), i noticed that at the output bridge interface, the tag has been removed.
I spent several hours on the internet looking for people in the same context... without success....
does anyone have an idea? is it possible to tag from a guest OS?

thanks for reply
 
Hi,
can you send you network conf.
 
Hi,
can you send you network conf.


this my proxmox network conf:

auto lo
iface lo inet loopback

auto vmbr0
iface vmbr0 inet static
address 10.69.251.5
netmask 255.255.255.0
gateway 10.69.251.254
bridge_ports eth0
bridge_stp off mbr0 bridge_fd 0 iface vmbr0 inet static
address 10.69.251.5
netmask 255.255.255.0
gateway 10.69.251.254
bridge_ports eth0
bridge_stp off
bridge_fd 0
 
Please try with vlan awareness
bridge_vlan_aware yes