Hi ,
I have a issue if someone can help with .
I have 4 nodes cluster connected between eth0/vmbr0 192.168.100.1/24 assigned manually on a separate switch (no VLAN)
I have a class of external ip's which I would like to assign to vm's using eth1/vmbr1 45.x.x.x/28 ,separate switch (no VLAN) connected straight to internet provider I tried to use different tutorials to get this done but no success . Can someone help ?
auto lo
iface lo inet loopback
iface enp3s0f0 inet manual
iface enp3s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.100.102/24
gateway 192.168.100.1
bridge-ports enp3s0f0
bridge-stp off
bridge-fd 0
but for vmbr1 I§m struggle to get configured
Thank you
I have a issue if someone can help with .
I have 4 nodes cluster connected between eth0/vmbr0 192.168.100.1/24 assigned manually on a separate switch (no VLAN)
I have a class of external ip's which I would like to assign to vm's using eth1/vmbr1 45.x.x.x/28 ,separate switch (no VLAN) connected straight to internet provider I tried to use different tutorials to get this done but no success . Can someone help ?
auto lo
iface lo inet loopback
iface enp3s0f0 inet manual
iface enp3s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.100.102/24
gateway 192.168.100.1
bridge-ports enp3s0f0
bridge-stp off
bridge-fd 0
but for vmbr1 I§m struggle to get configured
Thank you