Single Node - 2 NICs - 2 Networks

Seed

Renowned Member
Oct 18, 2019
109
63
68
124
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.

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
 
Well I am not sure why I can't ping the interfaces and could ping the one I switched to the same VLAN up in my living room to a device, but the switch shows that the storage data is moving over the links across the 3 nodes so that's good. Maybe there's a firewall on the device I dont know about? Not really sure.

Screen Shot 2019-10-24 at 5.08.36 PM.png
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!