Xerox 6180N Common Controller System Guide v 3.7 - Page 40

Echo, discard, daytime, and chargen are, Time service is used

Page 40 highlights

Security and Network Setup System Guide # Tftp service is provided primarily forbooting. Most sites run this # only on machines acting as "boot servers." # #tftp dgram udp wait root /usr/sbin/ in.tftpdin.tftpd -s /tftpboot # # Finger, systat and netstat give out userinformation which may be # valuable to potential "system crackers."Many sites choose to disable # some or all of these services to improvesecurity. # ###fingerstream tcp nowait nobody /usr/sbin/ in.fingerdin.fingerd #systat stream tcp nowait root /usr/bin/ps ps ef #netstat stream tcp nowait root /usr/bin/ netstat netstat -f inet # # Time service is used for clocksynchronization. # ###time stream tcp nowait rootinternal ###time dgram udp wait rootinternal # # Echo, discard, daytime, and chargen are usedprimarily for testing. # ###echo stream tcp nowait rootinternal ###echo dgram udp wait rootinternal ###discardstream tcp nowait rootinternal ###discarddgram udp wait rootinternal ###daytimedgram udp wait rootinternal ###daytimestream tcp nowait rootinternal ###chargenstream tcp nowait root internal ###chargendgram udp wait rootinternal # # # RPC services syntax: # / rpc/ \ # # # can be either "tli" 4-16 Common Controller

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110

Security and Network Setup
System Guide
4-16
Common Controller
# Tftp service is provided primarily
forbooting. Most sites run this
# only on machines acting as "boot servers."
#
#tftp dgram udp wait root /usr/sbin/
in.tftpdin.tftpd -s /tftpboot
#
# Finger, systat and netstat give out
userinformation which may be
# valuable to potential "system crackers."Many
sites choose to disable
# some or all of these services to
improvesecurity.
#
###fingerstream tcp nowait nobody /usr/sbin/
in.fingerdin.fingerd
#systat stream tcp nowait root /usr/bin/ps ps -
ef
#netstat stream tcp nowait root /usr/bin/
netstat netstat -f inet
#
# Time service is used for
clocksynchronization.
#
###time stream tcp nowait rootinternal
###time dgram udp wait rootinternal
#
# Echo, discard, daytime, and chargen are
usedprimarily for testing.
#
###echo stream tcp nowait rootinternal
###echo dgram udp wait rootinternal
###discardstream tcp nowait rootinternal
###discarddgram udp wait rootinternal
###daytimedgram udp wait rootinternal
###daytimestream tcp nowait rootinternal
###chargenstream tcp nowait root internal
###chargendgram udp wait rootinternal
#
#
# RPC services syntax:
# <rpc_prog>/<vers> <endpoint-type> rpc/<proto>
<flags> <user> \
# <pathname> <args>
#
# <endpoint-type> can be either "tli"