Search results

  1. M

    [SOLVED] Vlan interface not working in one node, ok in 5 others

    oh god, I found the problem. I thought I had installed ifupdown2 and it was not the case. That's why it was not working with vlan3 interface. Now everything is ok
  2. M

    [SOLVED] Vlan interface not working in one node, ok in 5 others

    How strange ! By replacing auto vlan3 iface vlan3 inet static address 192.168.3.102/24 gateway 192.168.3.1 vlan-raw-device vmbr0 by auto vmbr0.3 iface vmbr0.3 inet static address 192.168.3.102/24 gateway 192.168.3.1 it now works, I can join my host. I will try a guest with...
  3. M

    [SOLVED] Vlan interface not working in one node, ok in 5 others

    Hi, First excuse me if there are errors in my language, I'm french so maybe everything is not well written. :) I have a stack of Cisco C2960s I have already configured 5 nodes in a cluster without any problems (Dell 1xR510, 3xR710, 1xR720) Now I try to configure a Dell R530 the same way to...