I have setup a physical machine and a virtual machine (libvirt) withe network interface NAT .
I have disabled firewall and selinux for the time being.
My /etc/exports file on physical machine is :
Code:
/home *(rw,no_root_squash,sync)
On the virtual machine, I can successfully ping physical machine and showmount -e IP command gives proper results.
But the command
Code:
mount -t nfs IP:/home /mnt
gives error : "mount.nfs: access denied by server while mounting IP:/home "
My Physical machine IP is : 172.24.0.2
and Virtual Machine IP is : 192.168.1.12