From owner-freebsd-stable Tue Jun 22 1:55: 0 1999 Delivered-To: freebsd-stable@freebsd.org Received: from nhj.nlc.net.au (nhj.nlc.net.au [203.24.133.1]) by hub.freebsd.org (Postfix) with SMTP id BDC5514BEC for ; Tue, 22 Jun 1999 01:54:52 -0700 (PDT) (envelope-from john@nlc.net.au) Received: (qmail 6022 invoked from network); 22 Jun 1999 18:54:51 +1000 Received: from nhj.nlc.net.au (HELO saruman) (203.24.133.1) by nhj.nlc.net.au with SMTP; 22 Jun 1999 18:54:51 +1000 Message-ID: <00e901bebc8c$e357ad90$6cb611cb@scitec.com.au> From: "John Saunders" To: "FreeBSD stable" Subject: inetd and libwrap issues Date: Tue, 22 Jun 1999 18:54:50 +1000 Organization: NORTHLINK COMMUNICATIONS MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-Mimeole: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have just converted over from a tcp_wrappers system to one using the internal libwrap'ed inetd. For the most part I have got the thing to work. One annoyance is that changes to /etc/hosts.allow don't get automatically used until inetd is killed and re-started. Does a SIGHUP work here, the man page doesn't mention it? However I have come unstuck getting NFS to work. It seems that portmap also has code to access libwrap. However I have tried many combinations of hosts.allow lines and killing portmap, but have not yet had it work. My log file says... Jun 22 17:12:56 XXXXX portmap[78016]: connect from XXX.XX.XXX.X to \ getport(nfs): request from unauthorized host The hosts.allow line is... portmap : localhost XXXXX.domain YYYYY.domain : allow When I kill off portmap and re-start it, rpcinfo -p shows... root@XXXXX:/ {510} # rpcinfo -p program vers proto port 100000 2 tcp 111 portmapper 100000 2 udp 111 portmapper So it appears to have lost the RPC registrations for mountd and nfsd. So what is the correct way to get the system back up and working after what should be (or was before) a trivial change to the hosts.allow file? Cheers. -- +------------------------------------------------------------+ . | John Saunders - mailto:john@nlc.net.au (EMail) | ,--_|\ | - http://www.nlc.net.au/ (WWW) | / Oz \ | - 02-9489-4932 or 041-822-3814 (Phone) | \_,--\_/ | NORTHLINK COMMUNICATIONS P/L - Supplying a professional, | v | and above all friendly, internet connection service. | +------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message