I'm at a clear loss in my understanding for hoping for some help here. I have a three node cluster. Each node has it's main NIC used for management and vmbr0, and then another just currently for corosync and migration. I'm adding a third NIC in that will be corosync only. I noticed yesterday that my router doesn't show any clients on the VLAN 192.168.2.x. There should be three clients there. Also, I can ping all clients from my laptop on 192.168.1.x and the logs seem to confirm the nodes are communicating over 192.168.2.x. Here's my config for a node:
I realized I never added the gateway of 192.168.2.1 under enp1s0f1. I tried doing this in the proxmox GUI and it said that the gateway is already set through vmbr0. I fully admit my lack of understanding here of networking and what should and shouldn't be. Do I not need to add that gateway for the VLAN? As mentioned, the router doesn't acknowledge any clients on 192.168.2.x. Also, I can't access the management GUI by going to https://192.168.2.8:8006 as I understand I should be able to (my understanding here could just be wrong of course).
Any help here would be appreciated. Thank you.
Code:
auto lo
iface lo inet loopback
iface enp1s0f0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.22/24
gateway 192.168.1.1
bridge-ports enp1s0f0
bridge-stp off
bridge-fd 0
iface enxca8b8b27e813 inet manual
auto enp1s0f1
iface enp1s0f1 inet static
address 192.168.2.8/24
I realized I never added the gateway of 192.168.2.1 under enp1s0f1. I tried doing this in the proxmox GUI and it said that the gateway is already set through vmbr0. I fully admit my lack of understanding here of networking and what should and shouldn't be. Do I not need to add that gateway for the VLAN? As mentioned, the router doesn't acknowledge any clients on 192.168.2.x. Also, I can't access the management GUI by going to https://192.168.2.8:8006 as I understand I should be able to (my understanding here could just be wrong of course).
Any help here would be appreciated. Thank you.