home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / n / tcpip / netkit-a.06 / netkit-a / NetKit-A-0.06 / etc / inetd.conf < prev    next >
Encoding:
Text File  |  1994-08-11  |  3.0 KB  |  85 lines

  1. # See "man 8 inetd" for more information.
  2. #
  3. # If you make changes to this file, either reboot your machine or send the
  4. # inetd a HUP signal:
  5. # Do a "ps x" as root and look up the pid of inetd. Then do a
  6. # "kill -HUP <pid of inetd>".
  7. # The inetd will re-read this file whenever it gets that signal.
  8. #
  9. # <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
  10. #
  11. echo    stream    tcp    nowait    root    internal
  12. echo    dgram    udp    wait    root    internal
  13. discard    stream    tcp    nowait    root    internal
  14. discard    dgram    udp    wait    root    internal
  15. daytime    stream    tcp    nowait    root    internal
  16. daytime    dgram    udp    wait    root    internal
  17. chargen    stream    tcp    nowait    root    internal
  18. chargen    dgram    udp    wait    root    internal
  19. time    stream    tcp    nowait    root    internal
  20. time    dgram    udp    wait    root    internal
  21. #
  22. # These are standard services.
  23. #
  24. ftp    stream    tcp    nowait    root    /usr/sbin/tcpd    in.ftpd
  25. telnet    stream  tcp     nowait  root    /usr/sbin/tcpd    in.telnetd
  26. # nntp    stream    tcp    nowait    root    tcpd    in.nntpd
  27. # smtp  stream  tcp     nowait  root    tcpd    sendmail -v
  28. #
  29. # Shell, login, exec and talk are BSD protocols.
  30. #
  31. shell    stream    tcp    nowait    root    /usr/sbin/tcpd    in.rshd -L
  32. login    stream    tcp    nowait    root    /usr/sbin/tcpd    in.rlogind
  33. exec    stream    tcp    nowait    root    /usr/sbin/tcpd    in.rexecd
  34. talk    dgram    udp    wait    root    /usr/sbin/tcpd    in.talkd
  35. ntalk    dgram    udp    wait    root    /usr/sbin/tcpd    in.talkd
  36. #
  37. # Kerberos authenticated services
  38. #
  39. # klogin    stream    tcp    nowait    root    /usr/sbin/tcpd    rlogind -k
  40. # eklogin    stream    tcp    nowait    root    /usr/sbin/tcpd    rlogind -k -x
  41. # kshell    stream    tcp    nowait    root    /usr/sbin/tcpd    rshd -k
  42. #
  43. # Services run ONLY on the Kerberos server
  44. #
  45. # krbupdate    stream    tcp    nowait    root    /usr/sbin/tcpd    registerd
  46. # kpasswd    stream    tcp    nowait    root    /usr/sbin/tcpd    kpasswdd
  47. #
  48. # Pop et al
  49. #
  50. pop2    stream    tcp    nowait    root    /usr/sbin/tcpd    in.pop2d
  51. pop3    stream    tcp    nowait    root    /usr/sbin/tcpd    in.pop3d
  52. #
  53. # Comsat - has to do with mail.
  54. #
  55. comsat    dgram    udp    wait    root    /usr/sbin/tcpd    in.comsat
  56. #
  57. # The Internet UUCP service.
  58. #
  59. # uucp    stream    tcp    nowait    uucp    /usr/sbin/tcpd    /usr/lib/uucp/uucico    -l
  60. #
  61. # Tftp service is provided primarily for booting.  Most sites
  62. # run this only on machines acting as "boot servers." 
  63. #
  64. # tftp    dgram    udp    wait    nobody    /usr/sbin/tcpd    in.tftpd
  65. # bootps    dgram    udp    wait    root    /usr/sbin/tcpd    in.bootpd
  66. #
  67. # Finger, systat and netstat give out user information which may be
  68. # valuable to potential "system crackers."  Many sites choose to disable 
  69. # some or all of these services to improve security.
  70. # Try "telnet localhost systat" and "telnet localhost netstat" to see that
  71. # information yourself!
  72. #
  73. finger    stream    tcp    nowait    nobody    /usr/sbin/tcpd    in.fingerd -w
  74. systat    stream    tcp    nowait    nobody    /usr/sbin/tcpd    /bin/ps    -auwwx
  75. netstat    stream    tcp    nowait    root    /usr/sbin/tcpd    /sbin/netstat    -a
  76. ident    stream    tcp    nowait    root    /usr/sbin/tcpd    in.identd
  77. #
  78. # Sun-RPC based services.
  79. # <service name/version><sock_type><rpc/prot><flags><user><server><args>
  80. #
  81. # rstatd/1-3    dgram    rpc/udp    wait    root    /usr/sbin/tcpd    rpc.rstatd
  82. # rusersd/2-3    dgram    rpc/udp    wait    root    /usr/sbin/tcpd    rpc.rusersd
  83. # walld/1        dgram    rpc/udp    wait    root    /usr/sbin/tcpd    rpc.rwalld
  84. # End.
  85.