inetd.conf revision 1.30
11.30Sitojun# $NetBSD: inetd.conf,v 1.30 1999/12/20 12:43:17 itojun Exp $ 21.1Scgd# 31.1Scgd# Internet server configuration database 41.1Scgd# 51.18Smikel# @(#)inetd.conf 8.2 (Berkeley) 3/18/94 61.1Scgd# 71.18Smikelftp stream tcp nowait root /usr/libexec/ftpd ftpd -ll 81.5Sderaadttelnet stream tcp nowait root /usr/libexec/telnetd telnetd 91.29Smycroft#shell stream tcp nowait root /usr/libexec/rshd rshd -L 101.29Smycroft#login stream tcp nowait root /usr/libexec/rlogind rlogind 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.12Sjtc#tftp dgram udp wait root /usr/libexec/tftpd tftpd -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.5Sderaadt#krbupdate stream tcp nowait root /usr/libexec/registerd registerd 491.1Scgd#kpasswd stream tcp nowait root /usr/libexec/kpasswdd kpasswdd 501.22Smrg# 511.22Smrg# RPC based services 521.22Smrg# 531.19Skleink#mountd/1 dgram rpc/udp wait root /usr/sbin/mountd mountd 541.29Smycroft#rstatd/1-3 dgram rpc/udp wait nobody:kmem /usr/libexec/rpc.rstatd rpc.rstatd 551.29Smycroft#rusersd/2-3 dgram rpc/udp wait nobody /usr/libexec/rpc.rusersd rpc.rusersd 561.29Smycroft#walld/1 dgram rpc/udp wait nobody:tty /usr/libexec/rpc.rwalld rpc.rwalld 571.22Smrg#sprayd/1 dgram rpc/udp wait nobody /usr/libexec/rpc.sprayd rpc.sprayd 581.10Sderaadt#rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad 591.24Sitojun# 601.24Sitojun# IPv6 services. 611.24Sitojun# The only difference with the above is "tcp6" instead of "tcp". 621.30Sitojun# Be sure to enable both "tcp" and "tcp6" when you need service for 631.30Sitojun# both IPv4/v6. Consult inetd(8) for details. 641.24Sitojun# 651.27Sad#ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -ll 661.27Sad#telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd 671.27Sad#finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd 681.26Sitojun#tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -s /tftpboot 69