[6.3] How are those daemons started?



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 :-/

Are there other ways to start daemons besides listing them in
/etc/rc.conf?

Thank you.

_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Problem with sending SYN/ACK
    ... Suppose I have three daemons, who grab all the packets which are ... fwd 10.104.50.10,9998 tcp from any to any dst-port 80 in recv vlan2 ... I forward the answers to the proper gateway by using ipfw rules: ... fwd 10.104.50.1 tcp from any to any out uid 20000 ...
    (freebsd-net)
  • Re: [6.3] How are those daemons started?
    ... Gilles wrote: ... By running "netstat -an", I notice that some daemons are running, ... nmap seems to only handle TCP doesn't say ...
    (freebsd-questions)