NFS-Server bei 5.1

From: Oskar Eyb <oskar(at)solls.net>
Date: Fri, 18 Jul 2003 20:38:23 +0200

Hallöchen,

ich bekomme den NFS-Server nicht zum Laufen. Bzw, der scheint wohl zu
laufen, aber irgendetwas anderes nicht.

jail# mount -t nfs 127.0.0.1:/tmp /mnt
[udp] 127.0.0.1:/tmp: NFSPROC_NULL: RPC: Unable to receive; errno =
Connection refused

jail# showmount -e 127.0.0.1
Exports list on 127.0.0.1:
/usr Everyone
/tmp 127.0.0.1 10.0.0.2

host# sockstat -4
daemon rpc.lockd 395 3 udp4 *:1017 *:*
daemon rpc.lockd 395 4 tcp4 *:1019 *:*
root rpc.lockd 371 3 udp4 *:1017 *:*
root rpc.lockd 371 4 tcp4 *:1019 *:*
root rpc.statd 366 5 udp4 *:1018 *:*
root rpc.statd 366 7 tcp4 *:1020 *:*
root nfsd 355 3 tcp4 127.0.0.1:2049 *:*
root mountd 346 4 udp4 *:1021 *:*
root mountd 346 5 tcp4 *:1023 *:*
root rpcbind 273 9 udp4 *:111 *:*
root rpcbind 273 10 udp4 *:1022 *:*
root rpcbind 273 11 tcp4 *:111 *:*

(nur NFS-relevantes)

/etc/rc.conf:
nfs_client_enable="YES" # This host is an NFS client (or NO).
nfs_server_enable="YES" # This host is an NFS server (or NO).
nfs_server_flags="-u -t -n 4 -h 127.0.0.1" # Flags to nfsd (if enabled).
mountd_enable="YES" # Run mountd (or NO).
mountd_flags="-r" # Flags to mountd (if NFS server enabled).
rpc_lockd_enable="YES" # Run NFS rpc.lockd needed for client/server.
rpc_statd_enable="YES" # Run NFS rpc.statd needed for client/server.
rpcbind_enable="YES" # Run the portmapper service (YES/NO).

im syslog ist nichts aufregendes zu finden...

System: FreeBSD 5.1-RELEASE

-- 
Oskar
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Fri 18 Jul 2003 - 20:38:27 CEST

search this site