DRAC IP port numbers

The DRAC (Dell Remote Access Controller) is an interface card by Dell which provides out-of-band management. The controller has its own processor, memory, battery, network connection, and access to the system bus. Key features include power management, virtual media access and remote console, all available through a supported web browser. This gives system administrators the ability to configure a machine as if they were sitting at the local console (terminal).

The DRAC card has several services bound on its dedicated IP; here is the list of the default ports and their usage:

  • 22 Secure Shell
  • 23 Telnet
  • 80 HTTP
  • 443 HTTPS
  • 161 SNMP (UDP)
  • 3668 Virtual Media server
  • 5869 Remote racadm server
  • 5900-5901 Console Redirection

This list can be useful, if you need to setup port forwarding, or firewall rules while working with DRAC cards. For more, check dell’s manuals.

Tags: ,

DRAC console redirection over a SSH tunnel

The Dell Remote Access Controller or DRAC is an interface card by Dell which provides out-of-band management. The controller has its own processor, memory, battery, network connection, and access to the system bus. Key features include power management, virtual media access and remote console, all available through a supported web browser. This gives system administrators the ability to configure a machine as if they were sitting at the local console (terminal).

Since the DRAC card has its own IP separated from the one of the host server it is very common to assign for it a private IP; or even if it has a public IP it might be protected by a corporate firewall, making it very simple to connect from the corporate office, but not from outside. In such cases when you need to connect to the DRAC console from outside a solution is to tunnel over SSH your DRAC traffic.

Read the rest of this entry »

Tags: , ,


Marius on Twitter