Table of contents
The integrated out-of-band management platform on Dell servers is called iDRAC. By default, access to the iDRAC interface is provided via a VPN.
If necessary, you can also allow access without a VPN by enabling temporary public access to the iDRAC interface. This can be activated in the customer portal on the server details page under the OOB section. Simply select Enable public access for 24 hours.
Once activated, public access remains enabled for the next 24 hours but can be manually disabled at any time.
For security reasons, VPN access remains the preferred method and should be used whenever possible. This guide explains how to access iDRAC using a VPN.
Credentials and instructions for setting up a VPN connection to the OOB network are available in the customer portal. To access them:
Navigate to Networks → VPN access → VPN to DRAC
Select the location and click Credentials
In the opened window, you will find the credentials:
Go to System Settings → Network
Click Add VPN Configuration → L2TP over IPSec
In the opened window, enter the following details:
Connection name (e.g. `iDRAC VPN`)
Login credentials obtained from the customer portal:
VPN server: server address
Login: account name
Password: password
Shared Secret: shared secret
Click Create
Enable the toggle switch to connect to the newly created VPN:
Once the VPN connection is established, add the necessary routes by executing the following command in the Terminal:
sudo route -n add 198.18.0.0/15 -interface ppp0 && sudo route -n add 100.64.0.0/15 -interface ppp0
Note: this command must be executed each time you connect to the VPN.
To simplify this process, you can create a bash alias. To add a bash alias:
Add the following line at the end of the ~/.bash_profile
file:
alias drac='sudo route -n add 198.18.0.0/15 -interface ppp0 && sudo route -n add 100.64.0.0/15 -interface ppp0'
Apply the changes:
source ~/.bash_profile
Now, you can simply run the drac
command to add the required route.
After adding the route, you can access iDRAC using the IP address specified on the server's page in the customer portal.
The IP address and credentials for an individual server's iDRAC interface can be found in the customer portal:
Navigate to Dedicated Servers → Manage → Your server → Details
Scroll to the OOB section and click Credentials