85 lines
4.4 KiB
Plaintext
85 lines
4.4 KiB
Plaintext
# Internet server configuration database
|
|
# $Revision: 1.76 $
|
|
#
|
|
# To allow tftp access to additional directories in a secure manner,
|
|
# add the additional directories to the list of directories following the -s.
|
|
# To allow tftp access to all world-accessible files, remove the -s and
|
|
# all directories following it from the tftpd entry. Since this is not
|
|
# as secure as using -s, it is discouraged.
|
|
#
|
|
# To restrict user information from remote finger clients, use fingerd -S.
|
|
# Like fingerd, rusersd serves user login information, but it's not so bad.
|
|
# Rexd should be enabled only in an isolated network of trusting hosts.
|
|
# To suppress error logging of a missing server, place a `?' at the
|
|
# beginning of the server program path.
|
|
#
|
|
# The string "/lc" after "wait" or "nowait" and the string "/rcv"
|
|
# after the user name are meaningful only in certain trusted
|
|
# configurations. They are ignored otherwise.
|
|
#
|
|
# After changing this file, tell inetd to reread it with the command
|
|
# /etc/killall -HUP inetd
|
|
#
|
|
ftp stream tcp nowait root /usr/etc/ftpd ftpd -l
|
|
telnet stream tcp nowait root /usr/etc/telnetd telnetd
|
|
shell stream tcp nowait root /usr/etc/rshd rshd -L
|
|
login stream tcp nowait root /usr/etc/rlogind rlogind
|
|
exec stream tcp nowait root /usr/etc/rexecd rexecd
|
|
finger stream tcp nowait guest /usr/etc/fingerd fingerd -L
|
|
# http stream tcp nowait nobody ?/var/www/server/httpd httpd
|
|
# wn-http stream tcp nowait nobody ?/var/www/server/wn-httpd -f /var/www/conf/httpd.conf
|
|
# bootp dgram udp wait root /usr/etc/bootp bootp
|
|
bootp dgram udp wait root /usr/etc/dhcp_bootp dhcp_bootp -o /etc/config/dhcp_bootp.options
|
|
tftp dgram udp wait guest /usr/etc/tftpd tftpd -s /usr/local/boot /usr/etc/boot
|
|
ntalk dgram udp wait root /usr/etc/talkd talkd
|
|
tcpmux stream tcp nowait root internal
|
|
echo stream tcp nowait root internal
|
|
discard stream tcp nowait root internal
|
|
chargen stream tcp nowait root internal
|
|
daytime stream tcp nowait root internal
|
|
time stream tcp nowait root internal
|
|
echo dgram udp wait root internal
|
|
discard dgram udp wait root internal
|
|
chargen dgram udp wait root internal
|
|
daytime dgram udp wait root internal
|
|
time dgram udp wait root internal
|
|
sgi-dgl stream tcp nowait root/rcv /usr/etc/dgld dgld -IM -tDGLTSOCKET
|
|
#uucp stream tcp nowait root /usr/lib/uucp/uucpd uucpd
|
|
#
|
|
# RPC-based services
|
|
# These use the portmapper instead of /etc/services.
|
|
#
|
|
# we only support mountd versions 1 and 3
|
|
mountd/1,3 stream rpc/tcp wait/lc root /usr/etc/rpc.mountd mountd
|
|
mountd/1,3 dgram rpc/udp wait/lc root /usr/etc/rpc.mountd mountd
|
|
sgi_mountd/1 stream rpc/tcp wait/lc root /usr/etc/rpc.mountd mountd
|
|
sgi_mountd/1 dgram rpc/udp wait/lc root /usr/etc/rpc.mountd mountd
|
|
rstatd/1-3 dgram rpc/udp wait root /usr/etc/rpc.rstatd rstatd
|
|
walld/1 dgram rpc/udp wait root /usr/etc/rpc.rwalld rwalld
|
|
rusersd/1 dgram rpc/udp wait root /usr/etc/rpc.rusersd rusersd
|
|
rquotad/1 dgram rpc/udp wait root /usr/etc/rpc.rquotad rquotad
|
|
sprayd/1 dgram rpc/udp wait root /usr/etc/rpc.sprayd sprayd
|
|
#bootparam/1 dgram rpc/udp wait root /usr/etc/rpc.bootparamd bootparam
|
|
#ypupdated and rexd are somewhat insecure, and not really necessary
|
|
#ypupdated/1 stream rpc/tcp wait root /usr/etc/rpc.ypupdated ypupdated
|
|
#rexd/1 stream rpc/tcp wait root /usr/etc/rpc.rexd rexd
|
|
sgi_videod/1 stream rpc/tcp wait root ?/usr/etc/videod videod
|
|
sgi_fam/1 stream rpc/tcp wait root ?/usr/etc/fam fam
|
|
#sgi_toolkitbus/1 stream rpc/tcp wait root/rcv /usr/etc/rpc.toolkitbus toolkitbusd
|
|
sgi_snoopd/1 stream rpc/tcp wait root ?/usr/etc/rpc.snoopd snoopd
|
|
sgi_pcsd/1 dgram rpc/udp wait root ?/usr/etc/cvpcsd pcsd
|
|
sgi_pod/1 stream rpc/tcp wait root ?/usr/etc/podd podd
|
|
sgi_xfsmd/1 stream rpc/tcp wait root ?/usr/etc/xfsmd xfsmd
|
|
sgi_espd/1 stream rpc/tcp wait root ?/usr/etc/rpc.espd espd
|
|
sgi-esphttp stream tcp wait root /usr/etc/esphttpd esphttpd -u300
|
|
|
|
# ToolTalk Database Server
|
|
ttdbserverd/1 stream rpc/tcp wait root ?/usr/etc/rpc.ttdbserverd rpc.ttdbserverd
|
|
#
|
|
# TCPMUX based services
|
|
#
|
|
# Impressario network scanning support
|
|
tcpmux/sgi_scanner stream tcp nowait root ?/usr/lib/scan/net/scannerd scannerd
|
|
# Printer daemon for passing client requests to lpsched
|
|
tcpmux/sgi_printer stream tcp nowait root ?/usr/lib/print/printerd printerd
|