1 # $NetBSD: inetd.conf,v 1.58 2007/10/16 02:47:14 tls Exp $ 2 # 3 # Internet server configuration database 4 # 5 # @(#)inetd.conf 8.2 (Berkeley) 3/18/94 6 # 7 #http stream tcp nowait:600 _httpd /usr/libexec/httpd httpd /var/www 8 #http stream tcp6 nowait:600 _httpd /usr/libexec/httpd httpd /var/www 9 #ftp stream tcp nowait root /usr/libexec/ftpd ftpd -ll 10 #ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -ll 11 #telnet stream tcp nowait root /usr/libexec/telnetd telnetd -a valid 12 #telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd -a valid 13 #shell stream tcp nowait root /usr/libexec/rshd rshd -L 14 #shell stream tcp6 nowait root /usr/libexec/rshd rshd -L 15 #login stream tcp nowait root /usr/libexec/rlogind rlogind -L 16 #login stream tcp6 nowait root /usr/libexec/rlogind rlogind -L 17 #exec stream tcp nowait root /usr/libexec/rexecd rexecd 18 #exec stream tcp6 nowait root /usr/libexec/rexecd rexecd 19 #finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -lsmu 20 #finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd -lsmu 21 #ident stream tcp nowait nobody /usr/libexec/identd identd -l -o OTHER -e -N 22 #ident stream tcp6 nowait nobody /usr/libexec/identd identd -l -o OTHER -e -N 23 #tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -s /tftpboot 24 #tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -l -s /tftpboot 25 #comsat dgram udp wait root /usr/libexec/comsat comsat 26 #comsat dgram udp6 wait root /usr/libexec/comsat comsat 27 #ntalk dgram udp wait nobody:tty /usr/libexec/ntalkd ntalkd 28 #bootps dgram udp wait root /usr/sbin/bootpd bootpd 29 # 30 # Games 31 # 32 #hunt dgram udp wait nobody /usr/games/huntd huntd 33 # 34 # Internal services 35 # 36 #tcpmux stream tcp nowait root internal 37 #echo stream tcp nowait nobody internal 38 #echo stream tcp6 nowait nobody internal 39 #discard stream tcp nowait nobody internal 40 #discard stream tcp6 nowait nobody internal 41 #chargen stream tcp nowait nobody internal 42 #chargen stream tcp6 nowait nobody internal 43 #daytime stream tcp nowait nobody internal 44 #daytime stream tcp6 nowait nobody internal 45 #time stream tcp nowait nobody internal 46 #time stream tcp6 nowait nobody internal 47 #echo dgram udp wait nobody internal 48 #echo dgram udp6 wait nobody internal 49 #discard dgram udp wait nobody internal 50 #discard dgram udp6 wait nobody internal 51 #chargen dgram udp wait nobody internal 52 #chargen dgram udp6 wait nobody internal 53 #daytime dgram udp wait nobody internal 54 #daytime dgram udp6 wait nobody internal 55 #time dgram udp wait nobody internal 56 #time dgram udp6 wait nobody internal 57 #qotd stream tcp nowait nobody /usr/games/fortune fortune 58 #qotd stream tcp6 nowait nobody /usr/games/fortune fortune 59 # 60 # Kerberos authenticated services 61 # 62 #klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k 63 #eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -x 64 #kshell stream tcp nowait root /usr/libexec/rshd rshd -k 65 # 66 # Services run ONLY on the Kerberos server 67 # 68 #kerberos-adm stream tcp nowait root /usr/libexec/kadmind kadmind 69 #kerberos-adm stream tcp6 nowait root /usr/libexec/kadmind kadmind 70 #kpasswd dgram udp wait root /usr/libexec/kpasswdd kpasswdd 71 #kpasswd dgram udp6 wait root /usr/libexec/kpasswdd kpasswdd 72 # 73 # The hprop service is run on slave KDCs to receive the database from 74 # the master KDC. 75 #hprop stream tcp nowait root /usr/libexec/hpropd hpropd 76 #hprop stream tcp6 nowait root /usr/libexec/hpropd hpropd 77 # 78 # RPC based services 79 # 80 #rstatd/1-3 dgram rpc/udp wait:100 nobody:kmem /usr/libexec/rpc.rstatd rpc.rstatd 81 #rstatd/1-3 dgram rpc/udp6 wait:100 nobody:kmem /usr/libexec/rpc.rstatd rpc.rstatd 82 #rusersd/2-3 dgram rpc/udp wait:100 nobody /usr/libexec/rpc.rusersd rpc.rusersd 83 #rusersd/2-3 dgram rpc/udp6 wait:100 nobody /usr/libexec/rpc.rusersd rpc.rusersd 84 #walld/1 dgram rpc/udp wait nobody:tty /usr/libexec/rpc.rwalld rpc.rwalld 85 #sprayd/1 dgram rpc/udp wait nobody /usr/libexec/rpc.sprayd rpc.sprayd 86 #rquotad/1-2 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad 87