From owner-freebsd-questions@freebsd.org Wed Feb 20 13:43:08 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACAC714F496C for ; Wed, 20 Feb 2019 13:43:08 +0000 (UTC) (envelope-from bblister@gmail.com) Received: from n6.nabble.com (n6.nabble.com [162.255.23.37]) by mx1.freebsd.org (Postfix) with ESMTP id AE5F480532 for ; Wed, 20 Feb 2019 13:43:07 +0000 (UTC) (envelope-from bblister@gmail.com) Received: from n6.nabble.com (localhost [127.0.0.1]) by n6.nabble.com (Postfix) with ESMTP id 26594C72CB94 for ; Wed, 20 Feb 2019 06:43:06 -0700 (MST) Date: Wed, 20 Feb 2019 06:43:06 -0700 (MST) From: BBlister To: freebsd-questions@freebsd.org Message-ID: <1550670186155-0.post@n6.nabble.com> In-Reply-To: <20190220025350.GE98237@aurora.gregv.net> References: <1550339000372-0.post@n6.nabble.com> <5b5f72fc-c054-ea43-6602-e7bdb742d657@sentex.net> <1550602404163-0.post@n6.nabble.com> <20190220025350.GE98237@aurora.gregv.net> Subject: Re: Cannot identify process of listening port 600/tcp6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: AE5F480532 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dmarc=fail reason="" header.from=gmail.com (policy=none); spf=softfail (mx1.freebsd.org: 162.255.23.37 is neither permitted nor denied by domain of bblister@gmail.com) smtp.mailfrom=bblister@gmail.com X-Spamd-Result: default: False [0.88 / 15.00]; ARC_NA(0.00)[]; DMARC_POLICY_SOFTFAIL(0.10)[gmail.com : No valid SPF, No valid DKIM,none]; FROM_HAS_DN(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.31)[-0.305,0]; NEURAL_SPAM_MEDIUM(0.34)[0.341,0]; IP_SCORE(0.15)[ip: (0.62), ipnet: 162.255.20.0/22(0.15), asn: 21624(0.04), country: US(-0.07)]; NEURAL_SPAM_SHORT(0.61)[0.606,0]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; RCVD_IN_DNSWL_NONE(0.00)[37.23.255.162.list.dnswl.org : 127.0.10.0]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:21624, ipnet:162.255.20.0/22, country:US]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2019 13:43:08 -0000 The rpcinfo -p does appear to be useful but not entirely, because still some ports are hidden. For example, on my machine I have two listening sockets 815/tcp4 and 874/tcp6 # netstat -an | grep -E '874|815' tcp4 0 0 *.815 *.* LISTEN tcp6 0 0 *.874 *.* LISTEN sockstat reports ? # sockstat | grep -E '874|815' ? ? ? ? tcp4 *:815 *:* ? ? ? ? tcp6 *:874 *:* rpcinfo -p reports just one port # rpcinfo -p| grep -E '874|815' 100021 0 tcp 815 nlockmgr 100021 1 tcp 815 nlockmgr 100021 3 tcp 815 nlockmgr 100021 4 tcp 815 nlockmgr The 874/tcp6 which belongs to rpc.lockd does not appear on this list. Is rpcinfo only for IPv4 and if yes,what tool do I use for IPv6 ? Thanks for your hint Greg Veldman-3 -- Sent from: http://freebsd.1045724.x6.nabble.com/freebsd-questions-f3696945.html