3
0

inetd.conf 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # /etc/inetd.conf: see inetd(8) for further informations.
  2. #
  3. # Internet server configuration database
  4. #
  5. #
  6. # If you want to disable an entry so it isn't touched during
  7. # package updates just comment it out with a single '#' character.
  8. #
  9. # If you make changes to this file, either reboot your machine or
  10. # send the inetd process a HUP signal:
  11. # Do a "ps x" as root and look up the pid of inetd. Then do a
  12. # kill -HUP <pid of inetd>
  13. # inetd will re-read this file whenever it gets that signal.
  14. # <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
  15. #
  16. #:INTERNAL: Internal services
  17. # It is generally considered safer to keep these off.
  18. echo stream tcp nowait root internal
  19. echo dgram udp wait root internal
  20. #discard stream tcp nowait root internal
  21. #discard dgram udp wait root internal
  22. daytime stream tcp nowait root internal
  23. daytime dgram udp wait root internal
  24. #chargen stream tcp nowait root internal
  25. #chargen dgram udp wait root internal
  26. time stream tcp nowait root internal
  27. time dgram udp wait root internal
  28. # These are standard services.
  29. #
  30. #ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd
  31. #telnet stream tcp nowait root /sbin/telnetd /sbin/telnetd
  32. #nntp stream tcp nowait root tcpd in.nntpd
  33. #smtp stream tcp nowait root tcpd sendmail -v
  34. #
  35. # Shell, login, exec and talk are BSD protocols.
  36. #
  37. # If you run an ntalk daemon (such as netkit-ntalk) on the old talk
  38. # port, that is, "talk" as opposed to "ntalk", it won't work and may
  39. # cause certain broken talk clients to malfunction.
  40. #
  41. # The talkd from netkit-ntalk 0.12 and higher, however, can speak the
  42. # old talk protocol and can be used safely.
  43. #
  44. #shell stream tcp nowait root /usr/sbin/tcpd in.rshd -L
  45. #login stream tcp nowait root /usr/sbin/tcpd in.rlogind -L
  46. #exec stream tcp nowait root /usr/sbin/tcpd in.rexecd
  47. #talk dgram udp wait root /usr/sbin/tcpd in.talkd
  48. #ntalk dgram udp wait root /usr/sbin/tcpd in.talkd
  49. #
  50. # Pop et al
  51. # Leave these off unless you're using them.
  52. #pop2 stream tcp nowait root /usr/sbin/tcpd in.pop2d
  53. #pop3 stream tcp nowait root /usr/sbin/tcpd in.pop3d
  54. #
  55. # The Internet UUCP service.
  56. # uucp stream tcp nowait uucp /usr/sbin/tcpd /usr/lib/uucp/uucico -l
  57. #
  58. # Tftp service is provided primarily for booting. Most sites
  59. # run this only on machines acting as "boot servers." If you don't
  60. # need it, don't use it.
  61. #
  62. #tftp dgram udp wait nobody /usr/sbin/tcpd in.tftpd
  63. #bootps dgram udp wait root /usr/sbin/in.bootpd in.bootpd
  64. #
  65. # Finger, systat and netstat give out user information which may be
  66. # valuable to potential "system crackers." Many sites choose to disable
  67. # some or all of these services to improve security.
  68. #
  69. #finger stream tcp nowait nobody /usr/sbin/tcpd in.fingerd -w
  70. #systat stream tcp nowait nobody /usr/sbin/tcpd /bin/ps -auwwx
  71. #netstat stream tcp nowait root /bin/netstat /bin/netstat -a
  72. #ident stream tcp nowait root /usr/sbin/in.identd in.identd