Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2003 19:33:16 +0200
From:      Miguel Mendez <flynn@energyhq.es.eu.org>
To:        Albert Everett <freebsd@mail13.webintl.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: FreeBSD 4.8: afp3-fileserver (port 7000) showing up in 'netstat -a'
Message-ID:  <20030515193316.45b5f781.flynn@energyhq.es.eu.org>
In-Reply-To: <EB45717E-86F9-11D7-8B79-00039345F4BA@mail13.webintl.com>
References:  <EB45717E-86F9-11D7-8B79-00039345F4BA@mail13.webintl.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--.FW1UI1l=.tCu4bM
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

On Thu, 15 May 2003 12:23:18 -0500
Albert Everett <freebsd@mail13.webintl.com> wrote:

Howdy,

> I'm seeing the following line when I run 'netstat -a':
> 
>         tcp4       0      0  *.afs3-fileserver      *.*               
>           
>    LISTEN

Do sockstat or fstat, you'll see which process is listening on port
7000.
 
> In /etc/services, I see:
> 
> # grep afs3 /etc/services
> afs3-fileserver 7000/tcp   #file server itself
> afs3-fileserver 7000/udp   #file server itself

> QUESTIONS: What is this afs3-fileserver service? Should it be there 
> because of the other software I'm running? Is it part of 4.8? I don't 
> see anything related to it that I'm firing up on purpose.

afs is (if I'm not mistaken), the Andrew File System software. It's not
part of FreeBSD's base. When you do netstat, it translates ports numbers
to service names, based on the contents of /etc/services. That doesn't
mean it's actually that service that is running. Try what I mentioned
above and you'll see which dameon is listening on that port.

Cheers,
-- 
        Miguel Mendez - flynn@energyhq.es.eu.org
        EnergyHQ :: http://www.energyhq.tk
        Tired of Spam? -> http://www.trustic.com

--.FW1UI1l=.tCu4bM
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQE+w89gnLctrNyFFPERAovqAJ0QjRIFv1jaDQWO+k8+QBftXSedZQCeNikh
o+WFRbauMEJNXazcTq6DUFQ=
=6m1m
-----END PGP SIGNATURE-----

--.FW1UI1l=.tCu4bM--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030515193316.45b5f781.flynn>