From owner-freebsd-net Tue Dec 28 12:16:53 1999 Delivered-To: freebsd-net@freebsd.org Received: from mx0-smtp.goodnet.com (sloth.goodnet.com [207.98.129.103]) by hub.freebsd.org (Postfix) with ESMTP id B40A9154E8 for ; Tue, 28 Dec 1999 12:16:43 -0800 (PST) (envelope-from orville@weyrich.com) Received: from dopey.weyrich.com ([209.54.252.93]) by mx0-smtp.goodnet.com with ESMTP id NAA06886 for ; Tue, 28 Dec 1999 13:16:30 -0700 (MST) Received: (from orville@localhost) by dopey.weyrich.com (8.6.12/8.6.9) id NAA05089; Tue, 28 Dec 1999 13:27:13 -0700 Date: Tue, 28 Dec 1999 13:27:12 -0700 (MST) From: "Orville R. Weyrich.Jr" To: freebsd-net@freebsd.org Subject: Major trouble NFS mounting from Linux Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have tried every trick I can find in the FAQ and man pages, and cannot get my FreeBSD system (named BASHFUL below) to mount NFS file systems from my Linux Slackware 4.0 (kernel 2.2.6) (named SLEAZY below). I can mount from SLEAZY to another Linux box (kernel 1.2.8) (named DOPEY below) just fine. SLEAZY is a 400 MHz AMD K6 with 3c509 ethernet adaptor. BASHFUL is a 450 MHz Pentium III with 3c905 ethernet adaptor. DOPEY is a 486DX2/66 with 3c509 ethernet adaptor. I can telnet from any of the boxes to another. On SLEAZY I have run the daemons /usr/sbin/rpc.nfsd -n -p /usr/sbin/rpc.mountd -n -p to allow non-priveleged ports and promiscuous behavior. On SLEAZY I have exports set up: /net/sleazy_a dopey(rw,no_root_squash) bashful(insecure,rw,no_root_squash) On SLEAZY I have /etc/hosts.allow: rpc.mountd : ###.###.### rpc.nfsd : ###.###.### where ### is the class-C IP address of my network. On Sleazy I have /etc/hosts.deny: rpc.mountd : ALL rpc.nfsd : ALL on BASHFUL I execute the command (as root) mount -t nfs -o -P,-w=1024,-r=1024 sleazy:/net/sleazy_a /net/sleazy_a and I get the following response on BASHFUL console: nfs: bad MNT RPC: RPC: Timed out with the following entry in SLEAZY /var/adm/syslog: Dec 28 13:04:50 sleazy mountd[291]: access from host BASHFUL rejected Any suggestions? Help greatly appreciated. orville. ------------------------------------------------------------------- Orville R. Weyrich, Jr. Weyrich Computer Consulting mailto:orville@weyrich.com KD7HJV http://www.weyrich.com ------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message