summaryrefslogtreecommitdiff
path: root/etc/inetd.conf
blob: 5a5bb8a23d55327e899ff76a35ef127416b53bca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#	$NetBSD: inetd.conf,v 1.36 2000/06/22 11:35:13 fvdl Exp $
#
# Internet server configuration database
#
#	@(#)inetd.conf	8.2 (Berkeley) 3/18/94
#
#ftp		stream	tcp	nowait	root	/usr/libexec/ftpd	ftpd -ll
#telnet		stream	tcp	nowait	root	/usr/libexec/telnetd	telnetd
#shell		stream	tcp	nowait	root	/usr/libexec/rshd	rshd -L
#login		stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -L
#exec		stream	tcp	nowait	root	/usr/libexec/rexecd	rexecd
#uucpd		stream	tcp	nowait	root	/usr/libexec/uucpd	uucpd
#nntp		stream	tcp	nowait	usenet	/usr/libexec/nntpd	nntpd
#finger		stream	tcp	nowait	nobody	/usr/libexec/fingerd	fingerd
#ident		stream	tcp	nowait	nobody:kmem /usr/libexec/identd	identd -l -o -e -N
#tftp		dgram	udp	wait	root	/usr/libexec/tftpd	tftpd -l -s /tftpboot
#comsat		dgram	udp	wait	root	/usr/libexec/comsat	comsat
#ntalk		dgram	udp	wait	nobody:tty	/usr/libexec/ntalkd	ntalkd
#bootps		dgram	udp	wait	root	/usr/sbin/bootpd	bootpd
#
#	Games
#
#hunt		dgram	udp	wait	nobody	/usr/games/huntd	huntd
#
#	Internal services
#
#tcpmux		stream	tcp	nowait	root	internal
#echo		stream	tcp	nowait	nobody	internal
#discard	stream	tcp	nowait	nobody	internal
#chargen	stream	tcp	nowait	nobody	internal
#daytime	stream	tcp	nowait	nobody	internal
#time		stream	tcp	nowait	nobody	internal
#echo		dgram	udp	wait	nobody	internal
#discard	dgram	udp	wait	nobody	internal
#chargen	dgram	udp	wait	nobody	internal
#daytime	dgram	udp	wait	nobody	internal
#time		dgram	udp	wait	nobody	internal
#qotd		stream	tcp	nowait	nobody	/usr/games/fortune	fortune
#
#	Kerberos authenticated services
#
#klogin		stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k
#eklogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k -x
#kshell		stream	tcp	nowait	root	/usr/libexec/rshd 	rshd -k
#
#	Services run ONLY on the Kerberos server
#
#krbupdate	stream	tcp	nowait	root	/usr/libexec/registerd	registerd
#kpasswd	stream	tcp	nowait	root	/usr/libexec/kpasswdd	kpasswdd
#
#	RPC based services
#
#rstatd/1-3	dgram	rpc/udp	wait:100	nobody:kmem	/usr/libexec/rpc.rstatd	rpc.rstatd
#rusersd/2-3	dgram	rpc/udp	wait:100	nobody	/usr/libexec/rpc.rusersd rpc.rusersd
#walld/1	dgram	rpc/udp	wait	nobody:tty	/usr/libexec/rpc.rwalld	rpc.rwalld
#sprayd/1	dgram	rpc/udp	wait	nobody	/usr/libexec/rpc.sprayd	rpc.sprayd
#rquotad/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rquotad rpc.rquotad
#
#	IPv6 services.
#	The only difference with the above is "tcp6" instead of "tcp".
#	Be sure to enable both "tcp" and "tcp6" when you need service for
#	both IPv4/v6.  Consult inetd(8) for details.
#
#ftp		stream	tcp6	nowait	root	/usr/libexec/ftpd	ftpd -ll
#telnet		stream	tcp6	nowait	root	/usr/libexec/telnetd	telnetd
#shell		stream	tcp6	nowait	root	/usr/libexec/rshd	rshd -L
#login		stream	tcp6	nowait	root	/usr/libexec/rlogind	rlogind -L
#finger		stream	tcp6	nowait	nobody	/usr/libexec/fingerd	fingerd
#tftp		dgram	udp6	wait	root	/usr/libexec/tftpd	tftpd -l -s /tftpboot

#
#	IPv6 RPC services.
#
#rstatd/1-3	dgram	rpc/udp6	wait:100	root	/usr/libexec/rpc.rstatd	rpc.rstatd
#rusersd/2-3	dgram	rpc/udp6	wait:100	root	/usr/libexec/rpc.rusersd rpc.rusersd