Hello,
I am setting up a 3 node cluster and am looking to setup a separate network for storage. I have 2 nics on this motherboard.
The first was setup during the debian install. Then I set the second NIC to the other subnet, but I can't ping it. It says it's active but I'm not so sure. These are all running through a ubiquiti switch. I can confirm the VLAN works fine as other devices on that VLAN come up.
Any tips or advice welcome.
I am setting up a 3 node cluster and am looking to setup a separate network for storage. I have 2 nics on this motherboard.
The first was setup during the debian install. Then I set the second NIC to the other subnet, but I can't ping it. It says it's active but I'm not so sure. These are all running through a ubiquiti switch. I can confirm the VLAN works fine as other devices on that VLAN come up.
Any tips or advice welcome.
Code:
# the PVE managed interfaces into external files!
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
allow-hotplug enp2s0
auto enp2s0
iface enp2s0 inet static
address 192.168.7.240
netmask 24
gateway 192.168.7.1
dns-nameservers 192.168.7.252
dns-search something.net
# dns-* options are implemented by the resolvconf package, if installed
auto eno1
iface eno1 inet static
address 192.168.12.240
netmask 24