[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: starting nfs - allow/deny - more



hi ya david

what is the output of 
	knuth# /etc/init.d/portmap start 
	- you need to have portmapper and rpc.mountd running

---------------

simplify your problem by starting from scratch...

add/change to the following lines in the three files 

knuth# vi /etc/exports
	/tmp	192.168.8.0/255.255.255.0(rw)

knuth# /etc/init.d/nfs-server stop ; sleep 1 ;  /etc/inet.d/nfs-server 
start

knuth# vi /etc/hosts.deny
	ALL: ALL

knuth# vi /etc/hosts.allow
	portmap:    192.168.8.0/255.255/255.0
	rpc.mountd: 192.168.8.0/255.255.255.0

knuth# /etc/init.d/inetd stop ; sleep 1 ;  /etc/init.d/inetd start


#
# try it again
#
feynman# /etc/init.d/portmap stop ; sleep 1 ; /etc/init.d/portmap start
feynman# /etc/init.d/nfs-client stop ; sleep 1 ; /etc/init.d/nfs-client start
feynman#  mount knuth:/tmp /mnt/test


have fun
alvin


On Tue, 16 Apr 2002, David Smead wrote:

> Alvin,
> 
> smead@knuth:~$ cat /proc/filesystems
>         ext2
>         msdos
>         vfat
> nodev   proc
> nodev   nfs

good

> smead@knuth:/boot$ grep -i nfs config-2.2.19-idepci
> CONFIG_NFS_FS=y

good

> Apr 16 09:58:38 knuth kernel: Linux PCMCIA Card Services 3.1.22
> Apr 16 09:58:38 knuth kernel:   kernel build: 2.2.19-idepci #1 Sat May 19
> 11:34$
good

> Starting NFS Common utilities statd lockd

bad

> <snip>
> Starting NFS kernel daemon:nfsdnfssvc: function not implemented mountd

bad,,,,



-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: