xref: /openbsd/etc/examples/inetd.conf (revision d89ec533)
1#	$OpenBSD: inetd.conf,v 1.1 2014/07/11 21:20:10 deraadt Exp $
2#
3# Internet server configuration database
4#
5# define *both* IPv4 and IPv6 entries for dual-stack support.
6#
7#ftp		stream	tcp	nowait	root	/usr/libexec/ftpd	ftpd -US
8#ftp		stream	tcp6	nowait	root	/usr/libexec/ftpd	ftpd -US
9#finger		stream	tcp	nowait	_fingerd /usr/libexec/fingerd	fingerd -lsm
10#finger		stream	tcp6	nowait	_fingerd /usr/libexec/fingerd	fingerd -lsm
11127.0.0.1:comsat dgram	udp	wait	root	/usr/libexec/comsat	comsat
12[::1]:comsat	dgram	udp6	wait	root	/usr/libexec/comsat	comsat
13#ntalk		dgram	udp	wait	root	/usr/libexec/ntalkd	ntalkd
14# Internal services
15#echo		stream	tcp	nowait	root	internal
16#echo		stream	tcp6	nowait	root	internal
17#discard	stream	tcp	nowait	root	internal
18#discard	stream	tcp6	nowait	root	internal
19#chargen	stream	tcp	nowait	root	internal
20#chargen	stream	tcp6	nowait	root	internal
21daytime		stream	tcp	nowait	root	internal
22daytime		stream	tcp6	nowait	root	internal
23#time		stream	tcp	nowait	root	internal
24#time		stream	tcp6	nowait	root	internal
25#echo		dgram	udp	wait	root	internal
26#echo		dgram	udp6	wait	root	internal
27#discard	dgram	udp	wait	root	internal
28#discard	dgram	udp6	wait	root	internal
29#chargen	dgram	udp	wait	root	internal
30#chargen	dgram	udp6	wait	root	internal
31#daytime	dgram	udp	wait	root	internal
32#daytime	dgram	udp6	wait	root	internal
33#time		dgram	udp	wait	root	internal
34#time		dgram	udp6	wait	root	internal
35# RPC based services
36#rstatd/1-3	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rstatd	rpc.rstatd
37#rusersd/1-3	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rusersd rpc.rusersd
38#walld/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rwalld	rpc.rwalld
39#rquotad/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rquotad rpc.rquotad
40