[SOLVED] NFS mount over peer to peer nic

ifekutu

New Member
Mar 15, 2024
2
0
1
I'm a noob to proxmox, been searching online for this but could not find anything that could point me in the right direction.

Here is my scneario and what i a trying to achieve.
I have a proxmox home server and a true nas scale server. Both are connected using peer to peer 10Gb Nic.
I added the linux Bridge for on the proxmox on the ip 10.0.1.1/24
The True nas Nic has the ip 10.0.1.1/24

With the linux bridge i was able to mount the nfs storage without issues.
But from a VM where i have docker containers, i can't get the docker volume to mount to the true nas on (10.0.1.1).

I'll appreciate any help.
Thank you.
 
I later figured it out. I had to add the the NIC as a network device, after which i used ifconfig ens19 10.0.1.3 to assign an ip to it.