inetd.conf revision 1.38
11.38Sthorpej#	$NetBSD: inetd.conf,v 1.38 2000/08/06 20:35:13 thorpej Exp $
21.1Scgd#
31.1Scgd# Internet server configuration database
41.1Scgd#
51.18Smikel#	@(#)inetd.conf	8.2 (Berkeley) 3/18/94
61.1Scgd#
71.35Ssommerfe#ftp		stream	tcp	nowait	root	/usr/libexec/ftpd	ftpd -ll
81.35Ssommerfe#telnet		stream	tcp	nowait	root	/usr/libexec/telnetd	telnetd
91.29Smycroft#shell		stream	tcp	nowait	root	/usr/libexec/rshd	rshd -L
101.35Ssommerfe#login		stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -L
111.5Sderaadt#exec		stream	tcp	nowait	root	/usr/libexec/rexecd	rexecd
121.5Sderaadt#uucpd		stream	tcp	nowait	root	/usr/libexec/uucpd	uucpd
131.5Sderaadt#nntp		stream	tcp	nowait	usenet	/usr/libexec/nntpd	nntpd
141.29Smycroft#finger		stream	tcp	nowait	nobody	/usr/libexec/fingerd	fingerd
151.28Sad#ident		stream	tcp	nowait	nobody:kmem /usr/libexec/identd	identd -l -o -e -N
161.35Ssommerfe#tftp		dgram	udp	wait	root	/usr/libexec/tftpd	tftpd -l -s /tftpboot
171.29Smycroft#comsat		dgram	udp	wait	root	/usr/libexec/comsat	comsat
181.29Smycroft#ntalk		dgram	udp	wait	nobody:tty	/usr/libexec/ntalkd	ntalkd
191.14Sthorpej#bootps		dgram	udp	wait	root	/usr/sbin/bootpd	bootpd
201.22Smrg#
211.22Smrg#	Games
221.22Smrg#
231.21Smrg#hunt		dgram	udp	wait	nobody	/usr/games/huntd	huntd
241.22Smrg#
251.22Smrg#	Internal services
261.22Smrg#
271.18Smikel#tcpmux		stream	tcp	nowait	root	internal
281.22Smrg#echo		stream	tcp	nowait	nobody	internal
291.22Smrg#discard	stream	tcp	nowait	nobody	internal
301.22Smrg#chargen	stream	tcp	nowait	nobody	internal
311.29Smycroft#daytime	stream	tcp	nowait	nobody	internal
321.29Smycroft#time		stream	tcp	nowait	nobody	internal
331.22Smrg#echo		dgram	udp	wait	nobody	internal
341.22Smrg#discard	dgram	udp	wait	nobody	internal
351.22Smrg#chargen	dgram	udp	wait	nobody	internal
361.22Smrg#daytime	dgram	udp	wait	nobody	internal
371.22Smrg#time		dgram	udp	wait	nobody	internal
381.18Smikel#qotd		stream	tcp	nowait	nobody	/usr/games/fortune	fortune
391.22Smrg#
401.22Smrg#	Kerberos authenticated services
411.22Smrg#
421.11Scgd#klogin		stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k
431.11Scgd#eklogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k -x
441.11Scgd#kshell		stream	tcp	nowait	root	/usr/libexec/rshd 	rshd -k
451.22Smrg#
461.22Smrg#	Services run ONLY on the Kerberos server
471.22Smrg#
481.37Sthorpej#kerberos-adm	stream	tcp	nowait	root	/usr/libexec/kadmind	kadmind
491.1Scgd#kpasswd	stream	tcp	nowait	root	/usr/libexec/kpasswdd	kpasswdd
501.38Sthorpej#
511.38Sthorpej# The hprop service is run on slave KDCs to receive the database from
521.38Sthorpej# the master KDC.
531.38Sthorpej#hprop		stream	tcp	nowait	root	/usr/libexec/hpropd	hpropd
541.22Smrg#
551.22Smrg#	RPC based services
561.22Smrg#
571.36Sfvdl#rstatd/1-3	dgram	rpc/udp	wait:100	nobody:kmem	/usr/libexec/rpc.rstatd	rpc.rstatd
581.36Sfvdl#rusersd/2-3	dgram	rpc/udp	wait:100	nobody	/usr/libexec/rpc.rusersd rpc.rusersd
591.29Smycroft#walld/1	dgram	rpc/udp	wait	nobody:tty	/usr/libexec/rpc.rwalld	rpc.rwalld
601.22Smrg#sprayd/1	dgram	rpc/udp	wait	nobody	/usr/libexec/rpc.sprayd	rpc.sprayd
611.10Sderaadt#rquotad/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rquotad rpc.rquotad
621.24Sitojun#
631.24Sitojun#	IPv6 services.
641.24Sitojun#	The only difference with the above is "tcp6" instead of "tcp".
651.30Sitojun#	Be sure to enable both "tcp" and "tcp6" when you need service for
661.30Sitojun#	both IPv4/v6.  Consult inetd(8) for details.
671.24Sitojun#
681.35Ssommerfe#ftp		stream	tcp6	nowait	root	/usr/libexec/ftpd	ftpd -ll
691.35Ssommerfe#telnet		stream	tcp6	nowait	root	/usr/libexec/telnetd	telnetd
701.31Sitojun#shell		stream	tcp6	nowait	root	/usr/libexec/rshd	rshd -L
711.35Ssommerfe#login		stream	tcp6	nowait	root	/usr/libexec/rlogind	rlogind -L
721.27Sad#finger		stream	tcp6	nowait	nobody	/usr/libexec/fingerd	fingerd
731.35Ssommerfe#tftp		dgram	udp6	wait	root	/usr/libexec/tftpd	tftpd -l -s /tftpboot
741.34Sfvdl
751.34Sfvdl#
761.34Sfvdl#	IPv6 RPC services.
771.34Sfvdl#
781.36Sfvdl#rstatd/1-3	dgram	rpc/udp6	wait:100	root	/usr/libexec/rpc.rstatd	rpc.rstatd
791.36Sfvdl#rusersd/2-3	dgram	rpc/udp6	wait:100	root	/usr/libexec/rpc.rusersd rpc.rusersd
80