From owner-freebsd-stable Sun Jan 20 14:57:14 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.5.9]) by hub.freebsd.org (Postfix) with ESMTP id 400E437B402 for ; Sun, 20 Jan 2002 14:57:07 -0800 (PST) Received: from mjm2 (ool-182d19ab.dyn.optonline.net [24.45.25.171]) by mta3.srv.hcvlny.cv.net (iPlanet Messaging Server 5.0 Patch 2 (built Dec 14 2000)) with SMTP id <0GQ900IOUEESW8@mta3.srv.hcvlny.cv.net> for freebsd-stable@FreeBSD.ORG; Sun, 20 Jan 2002 17:56:52 -0500 (EST) Date: Sun, 20 Jan 2002 17:57:08 -0500 From: Michael Meltzer Subject: Re: mountd / nfsd problems To: =?iso-8859-1?Q?Bj=F6rn_Patrick_Swift?= , freebsd-stable@FreeBSD.ORG Message-id: <05f201c1a205$ca328810$0b01a8c0@mjm2> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook Express 6.00.2600.0000 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT X-Priority: 3 X-MSMail-priority: Normal References: <6973E4999161D411A57600010233D19797EFF2@exchange.is.innn.is> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sound likes portmap is not running, portmap "ownes" all the RPC server calls, on the running machine you might want to do a ps -ax | grep portmap, if it not running do a quick check between "rc.conf" and "rc" and see what is/not starting it. MJM ----- Original Message ----- From: "Björn Patrick Swift" To: Sent: Friday, January 18, 2002 11:08 AM Subject: mountd / nfsd problems Hi, Yesterday I upgraded one of my machines to 4.5-RC and I've been having some strange problems with nfsd since then. When the machine is booting up I get the following error message: RPC: Program not registered and the /var/log/messages says: mountd[76]: can't register mount nfsd:[78]: can't register with udp portmap Using Google I was able to find some people having a similar problem but it seemed as their problem was in the hosts.allow file, which I didn't alter while running mergemaster. I have two ethernet cards in the machine xl0 and xl1. xl0 is facing the world and xl1 is a crossover cable to an other machine acting as a nfs client. These are my ipfw rules: 00100 allow ip from 194.x.x.11 to any <- localhost 00200 allow ip from any to any via xl1 <- crossover to nfs client 00300 allow tcp from 194.x.x.1 to 194.144.186.11 25 00600 allow tcp from 194.x.x.1 to 194.144.186.11 1005-65535 00700 allow udp from 194.x.x.1 to 194.144.186.11 1005-65535 65535 deny ip from any to any Could the ipfw rules be the problem? Anyways, I'm all out of ideas - and not good with nfs at all !! - so all comments are appreciated. Here is some info that I though might help: $ grep portmap hosts.allow portmap : 192.168.1.0/255.255.255.0 : allow portmap : ALL : deny $ uname -a FreeBSD eos.mr.is 4.5-RC FreeBSD 4.5-RC #0: Thu Jan 17 04:46:00 GMT 2002 root@eos.mr.is:/usr/obj/usr/src/sys/EOS i386 Thanks in advance, Björn Swift To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message