Console Server & Router User Manual
295
You will be prompted to enter a lot of information. Most of it doesn't matter, but the "Common Name" should be the
domain name of your computer (
e.g.
test.opengear.com). When you have entered everything, the certificate will be
created in a file called
ssl_cert.pem
.
15.8.3 Installing the key and certificate
The recommended method for copying files securely to the
console server
unit is with an SCP (Secure Copying Protocol)
client. The
scp
utility is distributed with OpenSSH for most Unix distributions while Windows users can use something like
the PSCP command line utility available with PuTTY.
The files created in the steps above can be installed remotely with the
scp
utility as follows:
scp ssl_key.pem root@<address of unit>:/etc/config/
scp ssl_cert.pem root@<address of unit>:/etc/config/
or using PSCP:
pscp -scp ssl_key.pem root@<address of unit>:/etc/config/
pscp -scp ssl_cert.pem root@<address of unit>:/etc/config/
PuTTY and the PSCP utility can be downloaded from:
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.htm
More detailed documentation on the PSCP can be found:
http://the.earth.li/~sgtatham/putty/0.58/htmldoc/Chapter5.html#pscp
15.8.4 Launching the HTTPS Server
Note that the easiest way to enable the HTTPS server is from the web Management Console. Simply click the appropriate
checkbox in
Network: Services: HTTPS Server
and the HTTPS server will be activated (assuming the
ssl_key.pem
&
ssl_cert.pem
files exist in the
/etc/config
directory).
Alternatively
inetd
can be configured to launch the secure
fnord
server from the command line of the unit as follows.
Edit the
inetd
configuration file. From the unit command line:
vi /etc/config/inetd.conf
Append a line:
443 stream tcp nowait root sslwrap -cert /etc/config/ssl_cert.pem -key /etc/config/ssl_key.pem -exec /bin/httpd
/home/httpd"
Save the file and signal
inetd
of the configuration change.
kill -HUP `cat /var/run/inetd.pid`
The HTTPS server should be accessible from a web client at a URL similar to this:
https://<common name of unit>
More detailed documentation about the
openssl
utility can be found at the website:
15.9 Power Strip Control
The
console server
supports a growing list of remote power-control devices (RPCs) which can be configured using the
Management Console as described in Chapter 8. These RPCs are controlled using the open source
PowerMan
and
Network UPS Tools
and with Opengear’s
pmpower
utility.
15.9.1 The PowerMan tool
PowerMan provides power management in a data center or compute cluster environment. It performs operations such as
power on, power off, and power cycle via remote power controller (RPC) devices.
Synopsis
Summary of Contents for ACM5000
Page 3: ......
Page 10: ...Table of Contents 10 Console Server RIM Gateway User Manual...
Page 11: ......
Page 94: ...Chapter 5 Firewall Failover and Out of Band 94 Console Server RIM Gateway User Manual...
Page 119: ......
Page 149: ......
Page 191: ......
Page 205: ......
Page 225: ......
Page 303: ......
Page 313: ......
Page 323: ......