Click to See Complete Forum and Search --> : NFS problem


killerasp
09-25-2001, 06:56 PM
im running slackware 8.0 and just got nfs working. But its refusing a connection when i try mount on a client machine.

PLBlaze
09-25-2001, 09:31 PM
You need to allow the machine thru /etc/hosts.allow file (tcp wrappers)...

in.portmap: ip/netmask or portmapper: ip/netmask where ip/netmask could be 192.168.0.1/255.255.255.0.Read man portmap for the exact syntax and use tcpdchk -v to see if hosts.allow grant the acess.Hope this helps.