Hi, I’m trying to set up storage network for 2 node Proxmox cluster. The aim is to be able to have Kubernetes VM being able to connect to ISCSI drive on Truenas over fast network. Additional requirement is to not have dedicated 10Gb switch, and use only network cards if possible.
Currently I have (diagram shows connections)
- Both servers have 2port 10Gb network cards installed.
- TrueNas server with 2port 10Gb network card installed.
- 1Gb network for management
I’m able to configure connection between TrueNas and individual nodes, but using different subnets. That’s not really what’s needed as migrating VM needs to connect to fixed IP.
Can I somehow configure the tree to avoid having a switch? Thanks