Equipment/IPKVM: Difference between revisions
From London Hackspace Wiki
(remote access instructions) |
|||
Line 42: | Line 42: | ||
-L localhost:80:ipkvm.lan.london.hackspace.org.uk:80 \ | -L localhost:80:ipkvm.lan.london.hackspace.org.uk:80 \ | ||
-L localhost:2068:ipkvm.lan.london.hackspace.org.uk:2068 \ | -L localhost:2068:ipkvm.lan.london.hackspace.org.uk:2068 \ | ||
username@ | username@boole.london.hackspace.org.uk | ||
You need to be root to forward ports 80 & 443, you'll also need to stop any webserver that you might be running | You need to be root to forward ports 80 & 443, you'll also need to stop any webserver that you might be running |
Revision as of 13:33, 4 March 2014
Our IPKVM is a DSR2020 in the basement rack, Hooked up to a SPC1601 PDU
Hostname: ipkvm.lan.london.hackspace.org.uk IP: 172.31.24.13
Login credentials: Ask tgreer or jasperw for details.
port assignments
- babbage
- boole
adapters
We have loads of PS/2 ones, and 2 usb ones, one of which is used on boole
remote access =
Use ssh port forwarding, something like this:
sudo ssh -vTN \ -L localhost:443:ipkvm.lan.london.hackspace.org.uk:443 \ -L localhost:80:ipkvm.lan.london.hackspace.org.uk:80 \ -L localhost:2068:ipkvm.lan.london.hackspace.org.uk:2068 \ username@boole.london.hackspace.org.uk
You need to be root to forward ports 80 & 443, you'll also need to stop any webserver that you might be running