xref: /netbsd/etc/inetd.conf (revision a19c4c95)
1#	$NetBSD: inetd.conf,v 1.44 2001/04/06 00:33:33 thorpej Exp $
2#
3# Internet server configuration database
4#
5#	@(#)inetd.conf	8.2 (Berkeley) 3/18/94
6#
7#ftp		stream	tcp	nowait	root	/usr/libexec/ftpd	ftpd -ll
8#ftp		stream	tcp6	nowait	root	/usr/libexec/ftpd	ftpd -ll
9#telnet		stream	tcp	nowait	root	/usr/libexec/telnetd	telnetd
10#telnet		stream	tcp6	nowait	root	/usr/libexec/telnetd	telnetd
11#shell		stream	tcp	nowait	root	/usr/libexec/rshd	rshd -L
12#shell		stream	tcp6	nowait	root	/usr/libexec/rshd	rshd -L
13#login		stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -L
14#login		stream	tcp6	nowait	root	/usr/libexec/rlogind	rlogind -L
15#exec		stream	tcp	nowait	root	/usr/libexec/rexecd	rexecd
16#uucpd		stream	tcp	nowait	root	/usr/libexec/uucpd	uucpd
17#nntp		stream	tcp	nowait	usenet	/usr/libexec/nntpd	nntpd
18#finger		stream	tcp	nowait	nobody	/usr/libexec/fingerd	fingerd
19#finger		stream	tcp6	nowait	nobody	/usr/libexec/fingerd	fingerd
20#ident		stream	tcp	nowait	nobody:kmem /usr/libexec/identd	identd -l -o -e -N
21#tftp		dgram	udp	wait	root	/usr/libexec/tftpd	tftpd -l -s /tftpboot
22#tftp		dgram	udp6	wait	root	/usr/libexec/tftpd	tftpd -l -s /tftpboot
23#comsat		dgram	udp	wait	root	/usr/libexec/comsat	comsat
24#comsat		dgram	udp6	wait	root	/usr/libexec/comsat	comsat
25#ntalk		dgram	udp	wait	nobody:tty	/usr/libexec/ntalkd	ntalkd
26#bootps		dgram	udp	wait	root	/usr/sbin/bootpd	bootpd
27#
28#	Games
29#
30#hunt		dgram	udp	wait	nobody	/usr/games/huntd	huntd
31#
32#	Internal services
33#
34#tcpmux		stream	tcp	nowait	root	internal
35#echo		stream	tcp	nowait	nobody	internal
36#echo		stream	tcp6	nowait	nobody	internal
37#discard	stream	tcp	nowait	nobody	internal
38#discard	stream	tcp6	nowait	nobody	internal
39#chargen	stream	tcp	nowait	nobody	internal
40#chargen	stream	tcp6	nowait	nobody	internal
41#daytime	stream	tcp	nowait	nobody	internal
42#daytime	stream	tcp6	nowait	nobody	internal
43#time		stream	tcp	nowait	nobody	internal
44#time		stream	tcp6	nowait	nobody	internal
45#echo		dgram	udp	wait	nobody	internal
46#echo		dgram	udp6	wait	nobody	internal
47#discard	dgram	udp	wait	nobody	internal
48#discard	dgram	udp6	wait	nobody	internal
49#chargen	dgram	udp	wait	nobody	internal
50#chargen	dgram	udp6	wait	nobody	internal
51#daytime	dgram	udp	wait	nobody	internal
52#daytime	dgram	udp6	wait	nobody	internal
53#time		dgram	udp	wait	nobody	internal
54#time		dgram	udp6	wait	nobody	internal
55#qotd		stream	tcp	nowait	nobody	/usr/games/fortune	fortune
56#qotd		stream	tcp6	nowait	nobody	/usr/games/fortune	fortune
57#
58#	Kerberos authenticated services
59#
60#klogin		stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k
61#eklogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k -x
62#kshell		stream	tcp	nowait	root	/usr/libexec/rshd 	rshd -k
63#
64#	Services run ONLY on the Kerberos server
65#
66#kerberos-adm	stream	tcp	nowait	root	/usr/libexec/kadmind	kadmind
67#kerberos-adm	stream	tcp6	nowait	root	/usr/libexec/kadmind	kadmind
68#kpasswd	dgram	udp	wait	root	/usr/libexec/kpasswdd	kpasswdd
69#kpasswd	dgram	udp6	wait	root	/usr/libexec/kpasswdd	kpasswdd
70#
71# The hprop service is run on slave KDCs to receive the database from
72# the master KDC.
73#hprop		stream	tcp	nowait	root	/usr/libexec/hpropd	hpropd
74#hprop		stream	tcp6	nowait	root	/usr/libexec/hpropd	hpropd
75#
76#	RPC based services
77#
78#rstatd/1-3	dgram	rpc/udp	wait:100 nobody:kmem /usr/libexec/rpc.rstatd rpc.rstatd
79#rstatd/1-3	dgram	rpc/udp6 wait:100 nobody:kmem /usr/libexec/rpc.rstatd rpc.rstatd
80#rusersd/2-3	dgram	rpc/udp	wait:100 nobody	/usr/libexec/rpc.rusersd rpc.rusersd
81#rusersd/2-3	dgram	rpc/udp6 wait:100 nobody /usr/libexec/rpc.rusersd rpc.rusersd
82#walld/1	dgram	rpc/udp	wait	nobody:tty /usr/libexec/rpc.rwalld rpc.rwalld
83#sprayd/1	dgram	rpc/udp	wait	nobody	/usr/libexec/rpc.sprayd	rpc.sprayd
84#rquotad/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rquotad rpc.rquotad
85