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

Document and backup, Online help for security, Sample of inetd.conf file, cp /etc/inet

Page 38 highlights

Security and Network Setup System Guide Document and backup Always document and backup all files that you modify in case some unforeseen problem occurs. Example: #cp /etc/inet/ inetd.conf /etc/inet/ inetd.conf.orig If, for whatever reason, the DocuSP controller will not boot up after your modifications, you can restore the software to its original configuration by booting to single user mode. This is done by typing boot -s from the ok> prompt. You will be prompted for the root password. Upon login as root, you can copy the original files back. If you are unfamiliar with the vi editor, you can use the GUI based Text Editor program. To launch the editor as root user, in a terminal window login as root and enter the following: #/usr/ openwin/bin/textedit & Textedit leaves a backup of the modified file in the same directory. This backup file will have a % after the name. This file can be deleted if you have already backed up the original file. When configure-xdss is run, it logs all of the actions into the /opt/ XRXnps/log/xdss_log.txt. View this file to view options that have been implemented. When you make a manual change to the /etc/inetd.conf file, to avoid rebooting the controller, you can retstart the inetd process. To do this, as root user type: ps -e | grep inetd and note the process ID returned. Then, type: kill -HUP #### (where #### denotes the process ID). Online help for security A great deal of helpful security information can be found on-line. Sun's security tools and blueprints may be found at: http://www.sun.com/solutions/blueprints/ Other security information, including alerts, may be found at http://sunsolve.sun.com/pub-cgi/show.pl?target=security/sec http://www.cert.org/nav/index_main.html http:// www.cve.mitre.org/ Sample of inetd.conf file Example of /etc/inetd.conf file after security edits#ident "@(#)inetd.conf1.2796/09/24 SMI"/*SVr4.0 1.5*/ 4-14 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-14
Common Controller
Document and backup
Always document and backup all files that you modify in case
some unforeseen problem occurs. Example:
#cp /etc/inet/
inetd.conf /etc/inet/ inetd.conf.orig
<RETURN> If, for
whatever reason, the DocuSP controller will not boot up after
your modifications, you can restore the software to its original
configuration by booting to single user mode. This is done by
typing
boot -s
from the ok> prompt. You will be prompted for the
root password. Upon login as root, you can copy the original files
back.
If you are unfamiliar with the vi editor, you can use the GUI
based Text Editor program. To launch the editor as root user, in a
terminal window login as root and enter the following: #/usr/
openwin/bin/textedit & <RETURN> Textedit leaves a backup of
the modified file in the same directory. This backup file will have
a % after the name. This file can be deleted if you have already
backed up the original file.
When configure-xdss is run, it logs all of the actions into the /opt/
XRXnps/log/xdss_log.txt. View this file to view options that have
been implemented.
When you make a manual change to the /etc/inetd.conf file, to
avoid rebooting the controller, you can retstart the inetd process.
To do this, as root user type: ps -e | grep inetd <enter> and note
the process ID returned. Then, type: kill -HUP #### (where ####
denotes the process ID).
Online help for security
A great deal of helpful security information can be found on-line.
Sun's security tools and blueprints may be found at:
Other security information, including alerts, may be found at
www.cve.mitre.org/
Sample of inetd.conf file
Example of /etc/inetd.conf file after security edits#ident
"@(#)inetd.conf1.2796/09/24 SMI"/*SVr4.0 1.5*/