hello.
i'm trying to figure how to make my nfs server and client working .
i followed fedora-fr.org tutorial , but i'm facing a wall now.
so
- hosts.deny is empty on server and client
-iptables -A INPUT -s 192.168.x.x/24 -j ACCEPT for SERVER and CLIENT
- and showmount -e $serverip return the exports point correctly
-nmap from client to server show:
PORT STATE SERVICE
22/tcp open ssh
111/tcp open rpcbind
2049/tcp open nfs
the volume i want to exports is ntfs.
the client use wlan0
the server use eth0
finally , i use mount -t nfs $serverIP:/media/ntfs /media/nfs
command never end. not a single error notice. just ... nothing.
yet , i'm trying to find any error notice in /var/log/messages or /var/log/kernel , but nothing appears.
i'm trying to figure how to make my nfs server and client working .
i followed fedora-fr.org tutorial , but i'm facing a wall now.
so
- hosts.deny is empty on server and client
-iptables -A INPUT -s 192.168.x.x/24 -j ACCEPT for SERVER and CLIENT
- and showmount -e $serverip return the exports point correctly
-nmap from client to server show:
PORT STATE SERVICE
22/tcp open ssh
111/tcp open rpcbind
2049/tcp open nfs
the volume i want to exports is ntfs.
the client use wlan0
the server use eth0
finally , i use mount -t nfs $serverIP:/media/ntfs /media/nfs
command never end. not a single error notice. just ... nothing.
yet , i'm trying to find any error notice in /var/log/messages or /var/log/kernel , but nothing appears.