LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   another NFS question (rpc: progra....) (https://www.linuxquestions.org/questions/linux-networking-3/another-nfs-question-rpc-progra-49521/)

lackluster 03-12-2003 08:00 PM

another NFS question (rpc: progra....)
 
I can't seem to get NFS working again....

/etc/exports :
Quote:

# See exports(5) for a description.
# This file contains a list of all directories exported to other computers.
# It is used by rpc.nfsd and rpc.mountd.

/xtra/nick 192.168.1.1/255.255.255.0(rw)
/etc/hosts.allow
Quote:

portmap: 192.168.1.1/255.255.255.0
lockd: 192.168.1.1/255.255.255.0
rquotad: 192.168.1.1/255.255.255.0
mountd: 192.168.1.1/255.255.255.0
statd: 192.168.1.1/255.255.255.0
/etc/hosts.deny
Quote:

portmap:ALL
lockd:ALL
mountd:ALL
rquotad:ALL
statd:ALL
rpcinfo -p
Quote:

100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100011 1 udp 989 rquotad
100011 2 udp 989 rquotad
100011 1 tcp 992 rquotad
100011 2 tcp 992 rquotad
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100021 1 udp 32776 nlockmgr
100021 3 udp 32776 nlockmgr
100021 4 udp 32776 nlockmgr
100021 1 tcp 32906 nlockmgr
100021 3 tcp 32906 nlockmgr
100021 4 tcp 32906 nlockmgr
100005 1 udp 32777 mountd
100005 1 tcp 32907 mountd
100005 2 udp 32777 mountd
100005 2 tcp 32907 mountd
100005 3 udp 32777 mountd
100005 3 tcp 32907 mountd
100024 1 udp 32778 status
100024 1 tcp 32908 status
client :
Quote:

mount 192.168.1.103:/xtra/nick /mnt/floppy
mount: RPC: Program not registered
what have I done wrong?:cry:

lackluster 03-14-2003 06:37 AM

this is what my syslog says when anyone tries to connect :

Mar 12 20:46:45 lackluster portmap[1470]: connect from 192.168.1.105 to dump(): request from unauthorized host
Mar 12 20:46:45 lackluster portmap[1471]: connect from 192.168.1.105 to getport(mountd): request from unauthorized host
Mar 12 20:46:45 lackluster portmap[1472]: connect from 192.168.1.105 to getport(mountd): request from unauthorized host

SlickWilly 03-14-2003 12:03 PM

I'm no expert, but out of curiosity what happens if you remove the portmap from the .deny file (ie, allow anyone access).

Slick.

lackluster 03-14-2003 04:34 PM

I actually tried to remove all the hosts.deny info, and it produced no results :(

lackluster 03-19-2003 08:05 PM

Any idea what this means?:
Quote:

....
Mar 18 22:53:05 lackluster inetd[101]: /usr/sbin/nmbd: exit status 0xff
Mar 18 22:53:06 lackluster last message repeated 254 times
Mar 18 22:53:06 lackluster inetd[101]: netbios-ns/udp server failing (looping), service terminated
Mar 18 23:05:08 lackluster inetd[101]: /usr/sbin/nmbd: exit status 0xff
Mar 18 23:05:08 lackluster last message repeated 92 times
....

SlickWilly 03-20-2003 08:32 AM

It looks like your samba is crashing :(

Although I have no idea why..

Slick.


All times are GMT -5. The time now is 11:11 AM.