]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/inetd.conf
Not so fast, that was one '0+' too many.
[FreeBSD/FreeBSD.git] / etc / inetd.conf
1 #
2 # Internet server configuration database
3 #
4 #       @(#)inetd.conf  5.4 (Berkeley) 6/30/90
5 #
6 ftp     stream  tcp     nowait  root    /usr/libexec/ftpd       ftpd -l
7 telnet  stream  tcp     nowait  root    /usr/libexec/telnetd    telnetd
8 shell   stream  tcp     nowait  root    /usr/libexec/rshd       rshd
9 login   stream  tcp     nowait  root    /usr/libexec/rlogind    rlogind
10 finger  stream  tcp     nowait  nobody  /usr/libexec/fingerd    fingerd -s
11 #exec   stream  tcp     nowait  root    /usr/libexec/rexecd     rexecd
12 #uucpd  stream  tcp     nowait  root    /usr/libexec/uucpd      uucpd
13 #nntp   stream  tcp     nowait  usenet  /usr/libexec/nntpd      nntpd
14 comsat  dgram   udp     wait    root    /usr/libexec/comsat     comsat
15 ntalk   dgram   udp     wait    root    /usr/libexec/ntalkd     ntalkd
16 #tftp   dgram   udp     wait    nobody  /usr/libexec/tftpd      tftpd /tftpboot
17 #bootps dgram   udp     wait    root    /usr/libexec/bootpd     bootpd
18 #
19 # "Small servers" -- used to be standard on, but we're more conservative
20 # about things due to Internet security concerns.  Only turn on what you
21 # need.
22 #
23 #daytime stream tcp     nowait  root    internal
24 #daytime dgram  udp     wait    root    internal
25 #time   stream  tcp     nowait  root    internal
26 #time    dgram  udp     wait    root    internal
27 #echo   stream  tcp     nowait  root    internal
28 #echo   dgram   udp     wait    root    internal
29 #discard stream tcp     nowait  root    internal
30 #discard dgram  udp     wait    root    internal
31 #chargen stream tcp     nowait  root    internal
32 #chargen dgram  udp     wait    root    internal
33 #
34 # Kerberos authenticated services
35 #
36 #klogin stream  tcp     nowait  root    /usr/libexec/rlogind    rlogind -k
37 #eklogin stream tcp     nowait  root    /usr/libexec/rlogind    rlogind -k -x
38 #kshell stream  tcp     nowait  root    /usr/libexec/rshd       rshd -k
39 #rkinit stream  tcp     nowait  root    /usr/libexec/rkinitd    rkinitd
40 #
41 # Services run ONLY on the Kerberos server
42 #
43 #krbupdate stream tcp   nowait  root    /usr/libexec/registerd  registerd
44 #kpasswd   stream tcp   nowait  root    /usr/libexec/kpasswdd   kpasswdd
45 #
46 # RPC based services (you MUST have portmapper running to use these)
47 #
48 #rstatd/1-3     dgram rpc/udp wait root /usr/libexec/rpc.rstatd  rpc.rstatd
49 #rusersd/1-2    dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
50 #walld/1        dgram rpc/udp wait root /usr/libexec/rpc.rwalld  rpc.rwalld
51 #pcnfsd/1-2     dgram rpc/udp wait root /usr/libexec/rpc.pcnfsd  rpc.pcnfsd     
52 #rquotad/1      dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad
53 #sprayd/1       dgram rpc/udp wait root /usr/libexec/rpc.sprayd  rpc.sprayd
54 #
55 # example entry for the optional pop3 server
56 #
57 #pop3   stream  tcp     nowait  root    /usr/local/libexec/popper       popper
58 #
59 # example entry for the optional imap4 server
60 #
61 #imap4  stream  tcp     nowait  root    /usr/local/libexec/imapd        imapd
62 #
63 # example entry for the optional ident server
64 #
65 #ident  stream  tcp     wait    root    /usr/local/sbin/identd  identd -w -t120
66 #
67 # Enable the following two entries to enable samba startup from inetd
68 # (from the Samba documentation).
69 #
70 #netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd 
71 #netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd