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