home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / software / vyzkuste / firewally / firewally.exe / framework-2.3.exe / inetd.conf < prev    next >
Text File  |  2004-02-17  |  2KB  |  52 lines

  1. # See "man 8 inetd" for more information.
  2. #
  3. # If you make changes to this file, either reboot your machine or restart
  4. # inetd:
  5. #   "net stop inetd"
  6. #   "net start inetd"
  7. # The inetd will then re-read this file.
  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. # The external services are typically called via 'tcpd' for
  23. # security reasons, eg.
  24. # ftp   stream  tcp     nowait  root    /usr/sbin/tcpd in.ftpd
  25. #
  26. # but tcpd is not part of the inetutils, unfortunately.
  27. # Nevertheless there's a port contributed by Prentis Brooks <prentis@aol.net>
  28. #
  29. # We are calling the services here directly.
  30. #
  31. # These are standard services.
  32. #
  33. ftp     stream  tcp     nowait  root    /usr/sbin/in.ftpd in.ftpd
  34. telnet  stream  tcp     nowait  root    /usr/sbin/in.telnetd in.telnetd
  35. #
  36. # Shell, login, exec and talk are BSD protocols.
  37. #
  38. shell   stream  tcp     nowait  root    /usr/sbin/in.rshd in.rshd -L
  39. login   stream  tcp     nowait  root    /usr/sbin/in.rlogind in.rlogind
  40. exec    stream  tcp     nowait  root    /usr/sbin/in.rexecd in.rexecd
  41. talk    dgram   udp     wait    root    /usr/sbin/in.talkd in.talkd
  42. ntalk   dgram   udp     wait    root    /usr/sbin/in.talkd in.talkd
  43. #
  44. # The Internet UUCP service.
  45. #
  46. uucp    stream  tcp     nowait  uucp    /usr/sbin/in.uucpd in.uucpd
  47. #
  48. # Tftp service is provided primarily for booting.  Most sites
  49. # run this only on machines acting as "boot servers." 
  50. #
  51. # tftp  dgram   udp     wait    nobody  /usr/sbin/in.tftpd in.tftpd
  52.