From owner-freebsd-stable@FreeBSD.ORG Wed Aug 29 10:57:45 2012 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 47FBA1065674 for ; Wed, 29 Aug 2012 10:57:45 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward3h.mail.yandex.net (forward3h.mail.yandex.net [IPv6:2a02:6b8:0:f05::3]) by mx1.freebsd.org (Postfix) with ESMTP id BCF348FC1D for ; Wed, 29 Aug 2012 10:57:44 +0000 (UTC) Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [84.201.187.145]) by forward3h.mail.yandex.net (Yandex) with ESMTP id 76A071361E07 for ; Wed, 29 Aug 2012 14:57:43 +0400 (MSK) Received: from smtp2h.mail.yandex.net (localhost [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id 586B4170014D for ; Wed, 29 Aug 2012 14:57:43 +0400 (MSK) Received: from 87.249.28.59.tel.ru (87.249.28.59.tel.ru [87.249.28.59]) by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id vgV0HSeT-vgVCLNYv; Wed, 29 Aug 2012 14:57:42 +0400 Message-ID: <503DF5A6.6030902@passap.ru> Date: Wed, 29 Aug 2012 14:57:42 +0400 From: =?UTF-8?B?0JHQvtGA0LjRgSDQodCw0LzQvtGA0L7QtNC+0LI=?= User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:14.0) Gecko/20120728 Thunderbird/14.0 MIME-Version: 1.0 To: freebsd-stable@FreeBSD.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: [9.1-PRERELEASE r239793] rpcbind does not hornor -h flag X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2012 10:57:45 -0000 Hi List, Seems that rpcbind bind to all UDP interfaces (mind "udp4 *:940" at the last command): ----- % uname -a FreeBSD uni.wart.ru 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #7 r239793: Wed Aug 29 04:07:03 SAMT 2012 bsam@uni.wart.ru:/usr/obj/usr/src/sys/UNI i386 % sockstat -4l | grep rpc % grep rpcbind /etc/rc.conf.local rpcbind_flags="-h 192.168.119.252" % sudo /etc/rc.d/rpcbind onestart Starting rpcbind. % sockstat -4l | grep rpc root rpcbind 7713 9 udp4 127.0.0.1:111 *:* root rpcbind 7713 10 udp4 192.168.119.252:111 *:* root rpcbind 7713 11 udp4 *:940 *:* root rpcbind 7713 12 tcp4 127.0.0.1:111 *:* root rpcbind 7713 13 tcp4 192.168.119.252:111 *:* ----- -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve