Hi.
I have setup vlan 90 on my unify for management.
I setup a vmbr and a vlan on pve network, with vlan 90.
in both servers console i can ping all vlan90 ip's i currently have.
---
However, since i didnt do vlan before i clustered them i did the following on each node:
Set the pve and pve2 name to 192.168.90.2 or 90.3
same on both nodes.
and on the webgui, i get an error "no route to host" if i try go to the "other" node from the "first" node.
the interfaces for the vlan looks like
What detail am i missing here? (old pve only ip was 192.168.88.0/24. want to move the management into a specifc vlan instead of the shared vlan vm/lxc's will have)
I have setup vlan 90 on my unify for management.
I setup a vmbr and a vlan on pve network, with vlan 90.
in both servers console i can ping all vlan90 ip's i currently have.
---
However, since i didnt do vlan before i clustered them i did the following on each node:
systemctl stop pve-clustersystemctl stop corosyncSet the pve and pve2 name to 192.168.90.2 or 90.3
nano /etc/hostssystemctl start corosync <- startssystemctl start pve-cluster <- failssame on both nodes.
journalctl -xeu pve-cluster.serviceJun 05 19:54:11 pve pmxcfs[1128988]: [main] notice: resolved node name 'pve' to '192.168.90.2' for default node IP addressJun 05 19:54:11 pve pmxcfs[1128988]: [main] notice: resolved node name 'pve' to '192.168.90.2' for default node IP addressJun 05 19:54:11 pve pmxcfs[1128988]: [main] notice: unable to acquire pmxcfs lock - trying againJun 05 19:54:11 pve pmxcfs[1128988]: [main] notice: unable to acquire pmxcfs lock - trying againand on the webgui, i get an error "no route to host" if i try go to the "other" node from the "first" node.
the interfaces for the vlan looks like
iface vmbr1 inet manual bridge-ports nic2 bridge-stp off bridge-fd 0 bridge-vlan-aware yes bridge-vids 2-4094auto vmbr1.90iface vmbr1.90 inet static address 192.168.90.2/24#Management VLANWhat detail am i missing here? (old pve only ip was 192.168.88.0/24. want to move the management into a specifc vlan instead of the shared vlan vm/lxc's will have)