Date: Mon, 31 Mar 2008 21:58:50 +0200 From: Mel <fbsd.questions@rachie.is-a-geek.net> To: freebsd-questions@freebsd.org Cc: Gilles <gilles.ganault@free.fr> Subject: Re: [6.3] How are those daemons started? Message-ID: <200803312158.51096.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <vke2v3h9m7h709d684m23tk8cnm3tagejb@4ax.com> References: <vke2v3h9m7h709d684m23tk8cnm3tagejb@4ax.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 31 March 2008 21:47:42 Gilles wrote:
> Hello
>
> By running "netstat -an", I notice that some daemons are running,
> even though nothing is listed in either /etc/rc.conf or some
> equivalent in /usr/local/etc/ :
>
> tcp4 0 0 127.0.0.1.25
> udp4 0 0 *.2727 *.*
> udp4 0 0 *.2727 *.*
> udp4 0 0 *.514 *.*
>
> nmap seems to only handle TCP (TCP2000 = "callbook"?) doesn't say
> which application is opening those ports, and lsof | grep doesn't
> return anything :-/
port 25 is sendmail, enabled by default /etc/defaults/rc.conf.
514 is syslog, also on by default.
2727 udp, no idea, but sockstat(1) will tell you.
--
Mel
Problem with today's modular software: they start with the modules
and never get to the software part.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803312158.51096.fbsd.questions>
