From owner-freebsd-net@FreeBSD.ORG Tue Jan 9 18:54:39 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D51216A40F for ; Tue, 9 Jan 2007 18:54:39 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.freebsd.org (Postfix) with ESMTP id 5E7A813C459 for ; Tue, 9 Jan 2007 18:54:39 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout5.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l09IscCC000746 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 9 Jan 2007 10:54:39 -0800 X-Auth-Received: from [192.168.0.101] (dsl254-013-145.sea1.dsl.speakeasy.net [216.254.13.145]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l09IscQf000659 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 9 Jan 2007 10:54:38 -0800 Message-ID: <45A3E4EC.5030403@u.washington.edu> Date: Tue, 09 Jan 2007 10:54:36 -0800 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.9 (X11/20061226) MIME-Version: 1.0 To: freebsd-net@freebsd.org X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-PMX-Version: 5.2.2.285561, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.1.9.104433 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __LINES_OF_YELLING 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Why is rpcbind using port 906? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jan 2007 18:54:39 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The last time I checked rpcbind was supposed to run on port 111 [root@hoover /home/gcooper]# uname -a FreeBSD hoover.localdomain 6.1-RELEASE-p11 FreeBSD 6.1-RELEASE-p11 #18: Thu Dec 21 09:00:56 PST 2006 gcooper@hoover.localdomain:/usr/obj/usr/src/sys/HOOVER i386 [root@hoover /home/gcooper]# lsof | grep rpcbind | grep IPv lsof: WARNING: compiled for FreeBSD release 6.1-RELEASE-p10; this is 6.1-RELEASE-p11. rpcbind 375 root 4u IPv6 0xc67515a0 0t0 UDP *:* rpcbind 375 root 6u IPv6 0xc6751438 0t0 UDP *:sunrpc rpcbind 375 root 7u IPv6 0xc67512d0 0t0 UDP *:1023 rpcbind 375 root 8u IPv6 0xc67bb000 0t0 TCP *:sunrpc (LISTEN) rpcbind 375 root 9u IPv4 0xc6751168 0t0 UDP *:sunrpc rpcbind 375 root 10u IPv4 0xc6751000 0t0 UDP *:906 rpcbind 375 root 11u IPv4 0xc67bacb0 0t0 TCP *:sunrpc (LISTEN) Is there some way to change the default port to something static? manpage doesn't say so, but there may be an option. Annoying, but it appears that some smbclients _need_ to have rpcbind's port unblocked by a firewall; blocking it broke some functionality with mounting SMB shares on non-Windows clients. TIA, - -Garrett -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.1 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFo+TrEnKyINQw/HARArH0AKCm07971prNO+/MYXIEuISO+bRTowCgp8qL Qs1VFiQ61nuAu6Cx8l8f3FE= =RhKO -----END PGP SIGNATURE-----