Deleted Added
full compact
inetd.conf (66621) inetd.conf (75017)
1# $FreeBSD: head/etc/inetd.conf 66621 2000-10-04 07:56:16Z kris $
1# $FreeBSD: head/etc/inetd.conf 75017 2001-03-30 10:25:40Z peter $
2#
3# Internet server configuration database
4#
2#
3# Internet server configuration database
4#
5# @(#)inetd.conf 5.4 (Berkeley) 6/30/90
5# define *both* IPv4 and IPv6 entries for dual-stack support.
6#
7ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
6#
7ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
8ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l
8telnet stream tcp nowait root /usr/libexec/telnetd telnetd
9telnet stream tcp nowait root /usr/libexec/telnetd telnetd
10telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd
9#shell stream tcp nowait root /usr/libexec/rshd rshd
11#shell stream tcp nowait root /usr/libexec/rshd rshd
12#shell stream tcp6 nowait root /usr/libexec/rshd rshd
10#login stream tcp nowait root /usr/libexec/rlogind rlogind
13#login stream tcp nowait root /usr/libexec/rlogind rlogind
14#login stream tcp6 nowait root /usr/libexec/rlogind rlogind
11#finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
15#finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
16#finger stream tcp6 nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
12#exec stream tcp nowait root /usr/libexec/rexecd rexecd
13#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
14#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd
15# run comsat as root to be able to print partial mailbox contents w/ biff,
16# or use the safer tty:tty to just print that new mail has been received.
17comsat dgram udp wait tty:tty /usr/libexec/comsat comsat
18ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
19#tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /tftpboot
20#bootps dgram udp wait root /usr/libexec/bootpd bootpd
21#
22# "Small servers" -- used to be standard on, but we're more conservative
23# about things due to Internet security concerns. Only turn on what you
24# need.
25#
26#daytime stream tcp nowait root internal
17#exec stream tcp nowait root /usr/libexec/rexecd rexecd
18#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
19#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd
20# run comsat as root to be able to print partial mailbox contents w/ biff,
21# or use the safer tty:tty to just print that new mail has been received.
22comsat dgram udp wait tty:tty /usr/libexec/comsat comsat
23ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
24#tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /tftpboot
25#bootps dgram udp wait root /usr/libexec/bootpd bootpd
26#
27# "Small servers" -- used to be standard on, but we're more conservative
28# about things due to Internet security concerns. Only turn on what you
29# need.
30#
31#daytime stream tcp nowait root internal
32#daytime stream tcp6 nowait root internal
27#daytime dgram udp wait root internal
33#daytime dgram udp wait root internal
34#daytime dgram udp6 wait root internal
28#time stream tcp nowait root internal
35#time stream tcp nowait root internal
36#time stream tcp6 nowait root internal
29#time dgram udp wait root internal
37#time dgram udp wait root internal
38#time dgram udp6 wait root internal
30#echo stream tcp nowait root internal
39#echo stream tcp nowait root internal
40#echo dgram udp6 wait root internal
31#echo dgram udp wait root internal
41#echo dgram udp wait root internal
42#echo stream tcp6 nowait root internal
32#discard stream tcp nowait root internal
43#discard stream tcp nowait root internal
44#discard stream tcp6 nowait root internal
33#discard dgram udp wait root internal
45#discard dgram udp wait root internal
46#discard dgram udp6 wait root internal
34#chargen stream tcp nowait root internal
47#chargen stream tcp nowait root internal
48#chargen stream tcp6 nowait root internal
35#chargen dgram udp wait root internal
49#chargen dgram udp wait root internal
50#chargen dgram udp6 wait root internal
36#
37# Kerberos authenticated services
38#
39#klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k
40#eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -x
41#kshell stream tcp nowait root /usr/libexec/rshd rshd -k
42#kip stream tcp nowait root /usr/libexec/kipd kipd
43#

--- 19 unchanged lines hidden (view full) ---

63#
64# example entry for the optional imap4 server
65#
66#imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
67#
68# Return error for all "ident" requests
69#
70#auth stream tcp nowait root internal
51#
52# Kerberos authenticated services
53#
54#klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k
55#eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -x
56#kshell stream tcp nowait root /usr/libexec/rshd rshd -k
57#kip stream tcp nowait root /usr/libexec/kipd kipd
58#

--- 19 unchanged lines hidden (view full) ---

78#
79# example entry for the optional imap4 server
80#
81#imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
82#
83# Return error for all "ident" requests
84#
85#auth stream tcp nowait root internal
86#auth stream tcp6 nowait root internal
71#
72# Provide internally a real "ident" service which provides ~/.fakeid support,
73# provides ~/.noident support, reports UNKNOWN as the operating system type
74# and times out after 30 seconds.
75#
76#auth stream tcp nowait root internal auth -r -f -n -o UNKNOWN -t 30
87#
88# Provide internally a real "ident" service which provides ~/.fakeid support,
89# provides ~/.noident support, reports UNKNOWN as the operating system type
90# and times out after 30 seconds.
91#
92#auth stream tcp nowait root internal auth -r -f -n -o UNKNOWN -t 30
93#auth stream tcp6 nowait root internal auth -r -f -n -o UNKNOWN -t 30
77#
78# Example entry for an external ident server
79#
80#auth stream tcp wait root /usr/local/sbin/identd identd -w -t120
81#
82# Example entry for the optional qmail MTA
83# NOTE: This is no longer the correct way to handle incoming SMTP
84# connections for qmail. Use tcpserver (http://cr.yp.to/ucspi-tcp.html)
85# instead.
86#
87#smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd
88#
89# Enable the following two entries to enable samba startup from inetd
90# (from the Samba documentation).
91#
92#netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd
93#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd
94#
95# Example entry for an external ident server
96#
97#auth stream tcp wait root /usr/local/sbin/identd identd -w -t120
98#
99# Example entry for the optional qmail MTA
100# NOTE: This is no longer the correct way to handle incoming SMTP
101# connections for qmail. Use tcpserver (http://cr.yp.to/ucspi-tcp.html)
102# instead.
103#
104#smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd
105#
106# Enable the following two entries to enable samba startup from inetd
107# (from the Samba documentation).
108#
109#netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd
110#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd
94
95
96#
97# IPv6 services
98#
99ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l
100telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd
101#shell stream tcp6 nowait root /usr/libexec/rshd rshd
102#login stream tcp6 nowait root /usr/libexec/rlogind rlogind
103#finger stream tcp6 nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
104#
105# IPv6 "Small servers"
106#
107#daytime stream tcp6 nowait root internal
108#daytime dgram udp6 wait root internal
109#time stream tcp6 nowait root internal
110#time dgram udp6 wait root internal
111#echo stream tcp6 nowait root internal
112#echo dgram udp6 wait root internal
113#discard stream tcp6 nowait root internal
114#discard dgram udp6 wait root internal
115#chargen stream tcp6 nowait root internal
116#chargen dgram udp6 wait root internal
117#
118# Return error for all IPv6 "ident" requests
119#
120#auth stream tcp6 nowait root internal
121#
122# Example entry for a real IPv6 ident service similar to the one above for IPv4.
123#
124#auth stream tcp6 nowait root internal auth -r -f -n -o UNKNOWN -t 30