Hi, I'm trying to nest some VM vlans inside an existing 802.1q tag between my PVE hosts (basically Q-in-Q).
I've done this before with debian/redhat/etc. and have always used the "vconfig" utility in the network interface config block. Well, the vlan package is not included by default in the PVE installer and if I attempt to add it, there appears to be a conflict with pve-manager:
Is this a defect in package mgmt or some known legitimate conflict between the PVE package and the debian vlan package?
Thanks
Dan
I've done this before with debian/redhat/etc. and have always used the "vconfig" utility in the network interface config block. Well, the vlan package is not included by default in the PVE installer and if I attempt to add it, there appears to be a conflict with pve-manager:
Code:
root@psp6hypd01:~# apt-get install vlan
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
pve-manager
The following NEW packages will be installed:
vlan
0 upgraded, 1 newly installed, 1 to remove and 0 not upgraded.
Need to get 0 B/36.5 kB of archives.
After this operation, 150 kB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.
Is this a defect in package mgmt or some known legitimate conflict between the PVE package and the debian vlan package?
Thanks
Dan