Users Guide

290 Using the RACADM Command Line Interface
racadm config -g cfgRemoteHosts -o
cfgRhostsSmtpServerIpAddr <SMTP E-mail Server IP
Address>
5
To configure a custom message, enter the following command:
racadm config -g cfgEmailAlert -o
cfgEmailAlertCustomMsg -i <index> <custom-message>
where <
index
> is the e-mail destination index and <
custom-message
> is
the custom message.
6
Test the configured e-mail alert, if desired, by entering the following
command:
racadm testemail -i <index>
where <
index
> is the e-mail destination index to test.
Configuring IP Filtering (IP Range)
IP address filtering (or IP Range Checking) allows iDRAC6 access only
from clients or management workstations whose IP addresses are within a
user-specified range. All other login requests are denied.
IP filtering compares the IP address of an incoming login to the IP address
range that is specified in the following cfgRacTuning properties:
•cfgRacTuneIpRangeAddr
•cfgRacTuneIpRangeMask
The cfgRacTuneIpRangeMask property is applied to both the incoming
IP address and to the cfgRacTuneIpRangeAddr properties. If the results are
identical, the incoming login request is allowed to access iDRAC6.
Logins from IP addresses outside this range receive an error.
The login proceeds if the following expression equals zero:
cfgRacTuneIpRangeMask & (<incoming-IP-address> ^
cfgRacTuneIpRangeAddr)
where & is the bitwise AND of the quantities and ^ is the bitwise exclusive-
OR.
See cfgRacTuning in the RACADM Command Line Reference Guide for
iDRAC and CMC available on the Dell Support website at
support.dell.com/manuals for a complete list of cfgRacTuning properties.