I'm trying to use NFS to A server and sharing B server Dir.
But now I have a problem with a message -> mount.nfs: Connection timed out
A server : 52.68.10.18 (example IP)
B server : 52.68.10.15
(A server )
vi /etc/exports
/home/files 52.68.10.15(rw,no_root_squash)
/etc/rc.d/init.d/nfs restart
/etc/rc.d/init.d/nfslock stop
(B server )
vi /etc/hosts
52.68.10.18 files.domain.com files
mkdir /home/files
mount -t nfs files.domain.com:/home/files /home/files
*chmod 777 setting
-A Server ntsysv run and nfs check + nfslock check release.
/etc/rc.d/init.d/xinetd restart
result : mount.nfs: Connection timed out
How can I do this? Thanks