FreeBSD 4.8: afp3-fileserver (port 7000) showing up in 'netstat -a'

Miguel Mendez flynn at energyhq.es.eu.org
Thu May 15 10:33:37 PDT 2003


On Thu, 15 May 2003 12:23:18 -0500
Albert Everett <freebsd at 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 at energyhq.es.eu.org
        EnergyHQ :: http://www.energyhq.tk
        Tired of Spam? -> http://www.trustic.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20030515/1f65ee99/attachment.bin


More information about the freebsd-questions mailing list