1999-07-02 10:32:32 +04:00
|
|
|
# $NetBSD: inetd.conf,v 1.25 1999/07/02 06:32:32 itojun Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
#
|
|
|
|
# Internet server configuration database
|
|
|
|
#
|
1997-02-15 13:02:07 +03:00
|
|
|
# @(#)inetd.conf 8.2 (Berkeley) 3/18/94
|
1993-03-21 12:45:37 +03:00
|
|
|
#
|
1997-02-15 13:02:07 +03:00
|
|
|
ftp stream tcp nowait root /usr/libexec/ftpd ftpd -ll
|
1993-09-01 13:43:09 +04:00
|
|
|
telnet stream tcp nowait root /usr/libexec/telnetd telnetd
|
1996-12-29 06:32:44 +03:00
|
|
|
shell stream tcp nowait root /usr/libexec/rshd rshd -L
|
1993-09-01 13:43:09 +04:00
|
|
|
login stream tcp nowait root /usr/libexec/rlogind rlogind
|
|
|
|
#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
|
1999-05-19 02:20:07 +04:00
|
|
|
#ident stream tcp nowait nobody.kmem /usr/libexec/identd identd -l -o -e -N
|
1995-06-05 00:55:39 +04:00
|
|
|
#tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot
|
1993-09-01 13:43:09 +04:00
|
|
|
comsat dgram udp wait root /usr/libexec/comsat comsat
|
1997-06-29 23:20:20 +04:00
|
|
|
ntalk dgram udp wait nobody.tty /usr/libexec/ntalkd ntalkd
|
1995-09-13 21:47:55 +04:00
|
|
|
#bootps dgram udp wait root /usr/sbin/bootpd bootpd
|
1997-10-07 16:45:32 +04:00
|
|
|
#
|
|
|
|
# Games
|
|
|
|
#
|
1997-10-04 13:16:00 +04:00
|
|
|
#hunt dgram udp wait nobody /usr/games/huntd huntd
|
1997-10-07 16:45:32 +04:00
|
|
|
#
|
|
|
|
# Internal services
|
|
|
|
#
|
1997-02-15 13:02:07 +03:00
|
|
|
#tcpmux stream tcp nowait root internal
|
1997-10-07 16:45:32 +04:00
|
|
|
#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
|
1997-02-15 13:02:07 +03:00
|
|
|
#qotd stream tcp nowait nobody /usr/games/fortune fortune
|
1997-10-07 16:45:32 +04:00
|
|
|
#
|
|
|
|
# Kerberos authenticated services
|
|
|
|
#
|
1994-12-23 18:12:39 +03:00
|
|
|
#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
|
1997-10-07 16:45:32 +04:00
|
|
|
#
|
|
|
|
# Services run ONLY on the Kerberos server
|
|
|
|
#
|
1993-09-01 13:43:09 +04:00
|
|
|
#krbupdate stream tcp nowait root /usr/libexec/registerd registerd
|
1993-03-21 12:45:37 +03:00
|
|
|
#kpasswd stream tcp nowait root /usr/libexec/kpasswdd kpasswdd
|
1997-10-07 16:45:32 +04:00
|
|
|
#
|
|
|
|
# RPC based services
|
|
|
|
#
|
1997-04-03 15:00:16 +04:00
|
|
|
#mountd/1 dgram rpc/udp wait root /usr/sbin/mountd mountd
|
1997-10-07 16:45:32 +04:00
|
|
|
rstatd/1-3 dgram rpc/udp wait nobody.kmem /usr/libexec/rpc.rstatd rpc.rstatd
|
|
|
|
rusersd/2-3 dgram rpc/udp wait 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
|
1994-06-24 11:46:19 +04:00
|
|
|
#rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad
|
1999-07-02 10:05:21 +04:00
|
|
|
#
|
|
|
|
# IPv6 services.
|
|
|
|
# The only difference with the above is "tcp6" instead of "tcp".
|
|
|
|
#
|
|
|
|
ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -ll
|
1999-07-02 10:32:32 +04:00
|
|
|
telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd
|
1999-07-02 10:05:21 +04:00
|
|
|
finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd
|