Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: rocket42 on April 27, 2012, 02:41:51 AM

Title: mount: RPC: Unable to send; errno = Network is unreachable
Post by: rocket42 on April 27, 2012, 02:41:51 AM
2 everyone!
I am trying send the files between 1 host-sever installed Ubuntu and 1 embedded board installed Linux through NFS.
I already edited exports file (/etc/exports) in host as following:
/sbin 192.168.1.0(rw,sync,subtree_check,no_root_squash)
and then I restart NFS-sever:
sudo /etc/init.d/nfs-kernel-server restart
and get the:
* Stopping NFS kernel daemon [ OK ]
* Unexporting directories for NFS kernel daemon... [ OK ]
* Exporting directories for NFS kernel daemon... [ OK ]
* Starting NFS kernel daemon [ OK ]
on embedded board. I use:
# mount -t nfs 192.168.1.0:/sbin /share
then I get error:
mount: RPC: Unable to send; errno = Network is unreachable
pleased to help me for solving this problem.
thank in advance!