Tim <[EMAIL PROTECTED]> wrote: > A friend of mine is trying to setup NFS but > can't get his clients to connect. When he tries > "showmount -e 192.168.1.10 on the client" he > gets the following error "mount clntudp_create: > RPC: Program not registered"
A good place to start is running rpcinfo -p on both client and server, and rpcinfo -p <servername> on the client. You should see something like this, where salamander is the client and golem is the server: salamander:~# rpcinfo -p program vers proto port 100000 2 tcp 111 portmapper 100000 2 udp 111 portmapper 100024 1 udp 47951 status 100024 1 tcp 40276 status salamander:~# rpcinfo -p golem program vers proto port 100000 2 tcp 111 portmapper 100000 2 udp 111 portmapper 100003 2 udp 2049 nfs 100003 3 udp 2049 nfs 100003 4 udp 2049 nfs 100021 1 udp 43374 nlockmgr 100021 3 udp 43374 nlockmgr 100021 4 udp 43374 nlockmgr 100003 2 tcp 2049 nfs 100003 3 tcp 2049 nfs 100003 4 tcp 2049 nfs 100021 1 tcp 47422 nlockmgr 100021 3 tcp 47422 nlockmgr 100021 4 tcp 47422 nlockmgr 100005 1 udp 613 mountd 100005 1 tcp 616 mountd 100005 2 udp 613 mountd 100005 2 tcp 616 mountd 100005 3 udp 613 mountd 100005 3 tcp 616 mountd 100024 1 udp 35403 status 100024 1 tcp 59477 status The result of rpcinfo -p run on the server should be the same as rpcinfo -p <servername> run on the client. Nick. -- Nick Chalk ................. once a Radio Designer Confidence is failing to understand the problem. -- Please post to: Hampshire@mailman.lug.org.uk Web Interface: https://mailman.lug.org.uk/mailman/listinfo/hampshire LUG URL: http://www.hantslug.org.uk --------------------------------------------------------------