I install ProxMox and setup the VLAN in the web config... no go. The vlan package is installed. 8021q is listed in lsmod, the config files are in the correct locations.
This is what I did in straight Debian that worked just fine.
It doesn't work on ProxMox. I even removed it from the GUI, restarted, and tried doing it via the CLI.. nothing.
This is what I did in straight Debian that worked just fine.
apt-get install vlan
modprobe 8021q
vconfig add eth0 2
ifconfig eth0.2 65.182.165.39 broadcast 65.182.165.255 netmask 255.255.254.0 up
It doesn't work on ProxMox. I even removed it from the GUI, restarted, and tried doing it via the CLI.. nothing.