Equipment/IPKVM: Difference between revisions

From London Hackspace Wiki

remote access instructions
No edit summary
(remote access instructions)
Line 33: Line 33:


We have loads of PS/2 ones, and 2 usb ones, one of which is used on boole
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@hack.rs
You need to be root to forward ports 80 & 443, you'll also need to stop any webserver that you might be running