connect to a HP-ILO or Dell DRAC from your pc using a ssh tunnel

Ok, so your PC connects to a vpn, and there’s this one unix host that has access to the ilo’s and dracs, but your pc
doesn’t…
So our participants are, in order of connection:
PC-jumphost-console
46/433
that means PC cannot access console, but jumphost does.
If “console” is a HP-ILO, from your PC do:
ssh -C -g jumphost -L 443:console:443 -L 3389:console:3389 -L 9300:console:9300 -L 17990:console:17990
-L 17988:console:17998 -L 3002:console: 3002 -L 23:console:23
If “console” is a Dell DRAC, from your PC do:
ssh -C -g jumphost -L 443:console:443 -L 5900:console:5900 -L 5901:console:5901 -L 3668:console:3668 -L
3669:console:3669
And then, in your pc, use https://127.0.0.2 to connect to either DRAC or ILO.
Each time you do one of these redirections you’re using the ports exclusively, so only one drac or ilo can be
redirected at a time.

Leave a Reply

Your email address will not be published. Required fields are marked *