Greetings.
I'm experience some weird behavior with my Proxmox (8.1.3) VLAN Setup.
When I change the network configuration from
to
it works fine until i reboot proxmox.
After the reboot i cant ping my proxmox server.
The configuration displayed with "ip a" is identical after the reboot.
I've also tried to restart my network service and the interfaces.. but it still wont work.
To make it work again, I have to reset it to the none VLAN config, reboot, and then enable VLAN again.
Does anybody have any idea why this doesn't work properly?
regards
I'm experience some weird behavior with my Proxmox (8.1.3) VLAN Setup.
When I change the network configuration from
Code:
auto vmbr0
iface vmbr0 inet static
bridge-ports enp1s0f0np0
bridge-stp off
bridge-fd 0
address 192.168.1.12/24
gateway 192.168.1.1
to
Code:
auto vmbr0
iface vmbr0 inet manual
bridge-ports enp1s0f0np0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-100
auto vmbr0.20
iface vmbr0.20 inet static
address 192.168.1.12/24
gateway 192.168.1.1
it works fine until i reboot proxmox.
After the reboot i cant ping my proxmox server.
The configuration displayed with "ip a" is identical after the reboot.
Code:
3: enp1s0f0np0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
link/ether brd ff:ff:ff:ff:ff:ff
5: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether brd ff:ff:ff:ff:ff:ff
inet6 fe80::e42:a1ff:fe98:ff6c/64 scope link
valid_lft forever preferred_lft forever
6: vmbr0.20@vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether brd ff:ff:ff:ff:ff:ff
inet 192.168.1.12/24 scope global vmbr0.20
valid_lft forever preferred_lft forever
inet6 fe80::e42:a1ff:fe98:ff6c/64 scope link
valid_lft forever preferred_lft forever
I've also tried to restart my network service and the interfaces.. but it still wont work.
To make it work again, I have to reset it to the none VLAN config, reboot, and then enable VLAN again.
Does anybody have any idea why this doesn't work properly?
regards