Hi all, this is hopefully an easy fix but I'm not the sharpest spoon in the shed. Tl;dr trying to add my NAS (smb) as a storage option in ProxMox 8.4 but it doesn't connect, due to that NAS being one NAT / "network layer" lower than the ProxMox environment.
This server has a quad-NIC. The first port (eno1) connects to my ISP box, in the 192.168.1.x address space. ProxMox operates here. The other 3x NICs (eno2, eno3, eno4) are bonded together. The original eno1 input is passed to my firewall VM, along with the bond. The VM also serves as the router, and outputs a 10.0.1.x subnet to the bond. That output then serves all of my devices, one of which is a NAS (on a TrueNAS VM).
I can generally access the 192.168.1.x devices from my 10.0.1.x subnet, but not the other way around. Understand that's typical. Problem is, I'd really like to use the NAS for weekly ProxMox backups, and currently it's not visible at the 192.168.1.x level.
Is there a way I can force ProxMox to connect with SMB storage on the "bond" that I mentioned earlier? That's where it will be found. Didn't see an obvious way in the Datacenter --> Storage menus. Have also run
in the ProxMox shell to see if can find anything (that IP corresponds to my NAS) and nothing. Even pinging that IP address leads to nothing.
What do you recommend? Thanks!
This server has a quad-NIC. The first port (eno1) connects to my ISP box, in the 192.168.1.x address space. ProxMox operates here. The other 3x NICs (eno2, eno3, eno4) are bonded together. The original eno1 input is passed to my firewall VM, along with the bond. The VM also serves as the router, and outputs a 10.0.1.x subnet to the bond. That output then serves all of my devices, one of which is a NAS (on a TrueNAS VM).
I can generally access the 192.168.1.x devices from my 10.0.1.x subnet, but not the other way around. Understand that's typical. Problem is, I'd really like to use the NAS for weekly ProxMox backups, and currently it's not visible at the 192.168.1.x level.
Is there a way I can force ProxMox to connect with SMB storage on the "bond" that I mentioned earlier? That's where it will be found. Didn't see an obvious way in the Datacenter --> Storage menus. Have also run
Code:
smbclient -L 10.0.1.5 -U "username"
What do you recommend? Thanks!