Can't map NFS share to one specific NAS?

oguruma

Patron
Joined
Jan 2, 2016
Messages
226
I have TrueNAS SCALE virtualized on a physical SCALE box. I also have a third SCALE box.

box1 -> 192.168.2.1/16
box2 (virtualized) -> 192.168.2.44/16
box3 -> 192.168.2.2/16

I'm trying to map an NFS share from box1 to box2. However the command mount -t nfs 192.168.2.1:/mnt/tank/share /mnt/share fails. Eventually I'll add it to a pre-init script, but I'm just trying to make it work from the shell for the time being.

However, when I attempt to mount a share that's on box3, it works just fine with the same command (save for the IP address, obviously).

The only difference is that box3 is on 22.02.04 and box1/box2 are on 22.12.

Any idea why it will work for one target, but not another (which is almost identical)?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
Sounds like the "can't access guest from host/host from guest" problem that's really well documented in the forums and also in the documentation.

Have you set up a bridge for the VM in your physical host?

 
Top