From owner-freebsd-net@FreeBSD.ORG  Thu Feb 16 11:03:40 2006
Return-Path: <owner-freebsd-net@FreeBSD.ORG>
X-Original-To: freebsd-net@FreeBSD.org
Delivered-To: freebsd-net@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3F98D16A420;
	Thu, 16 Feb 2006 11:03:40 +0000 (GMT) (envelope-from marck@rinet.ru)
Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6D4A143D55;
	Thu, 16 Feb 2006 11:03:39 +0000 (GMT) (envelope-from marck@rinet.ru)
Received: from localhost (localhost [127.0.0.1])
	by woozle.rinet.ru (8.13.4/8.13.4) with ESMTP id k1GB3b9h045765;
	Thu, 16 Feb 2006 14:03:37 +0300 (MSK) (envelope-from marck@rinet.ru)
Date: Thu, 16 Feb 2006 14:03:37 +0300 (MSK)
From: Dmitry Morozovsky <marck@rinet.ru>
To: freebsd-net@FreeBSD.org, freebsd-current@FreeBSD.org
Message-ID: <20060216135805.K91053@woozle.rinet.ru>
X-NCC-RegID: ru.rinet
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2
	(woozle.rinet.ru [0.0.0.0]); Thu, 16 Feb 2006 14:03:37 +0300 (MSK)
Cc: ume@FreeBSD.org
Subject: hosts.allow default behaviour: IPv6 on its own lines
X-BeenThere: freebsd-net@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Networking and TCP/IP with FreeBSD <freebsd-net.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>,
	<mailto:freebsd-net-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-net>
List-Post: <mailto:freebsd-net@freebsd.org>
List-Help: <mailto:freebsd-net-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>,
	<mailto:freebsd-net-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 16 Feb 2006 11:03:40 -0000

Dear colleagues,

at least rpcbind brokes on parsing hosts.allow file when built with NO_INET6:

Feb 16 13:55:41 ... rpcbind: error: /etc/hosts.allow, line 42: missing option name
Feb 16 13:55:41 ... rpcbind: connect from 127.0.0.1 to getport/addr(mountd): request from unauthorized host

Maybe split default line to simplify commenting second one out?

Index: hosts.allow
===================================================================
RCS file: /home/ncvs/src/etc/hosts.allow,v
retrieving revision 1.19
diff -u -r1.19 hosts.allow
--- hosts.allow 3 Aug 2004 08:58:34 -0000       1.19
+++ hosts.allow 16 Feb 2006 10:58:00 -0000
@@ -36,7 +36,9 @@
 
 # Allow anything from localhost.  Note that an IP address (not a host
 # name) *MUST* be specified for rpcbind(8).
-ALL : localhost 127.0.0.1 [::1] : allow
+ALL : localhost 127.0.0.1 : allow
+# Comment out next line if you use kernel without IPv6.
+ALL : [::1] : allow
 ALL : my.machine.example.com 192.0.2.35 : allow
 
 # To use IPv6 addresses you must enclose them in []'s




Sincerely,
D.Marck                                     [DM5020, MCK-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru ***
------------------------------------------------------------------------