Instructions
VPN
You have two options to access our VPN server.Wireguard
-
Install Wireguard
-
Sign in with your i2 credentials
The same that you use for git, svn, our website, etc, but not your TIM id.
-
Generate a client configuration
This configuration contains your private key and tells Wireguard how to connect.
-
Configure your client
- Linux (command line)
-
- Save the configuration to
/etc/wireguard/wg0.conf
. - Start the VPN with
systemctl start wg-quick@wg0
and stop it withsystemctl stop wg-quick@wg0
. - Or enable it permanently with
systemctl enable wg-quick@wg0
.
- Save the configuration to
- Windows and MacOS
- Follow the instructions in the application.
- Android and iOS
- Open the app and scan the QR code shown after generating a key.
SSH
-
Upload your SSH public key in the i2 self service using your i2 account
-
- Connect via SSH
-
i.e. in Linux
ssh vpn.moves.rwth-aachen.de
respectivelyssh vpn.moves.rwth-aachen.de -i .ssh/your_private_key
- from there, you can SSH into other nodes of the i2 network - Set up an SSH tunnel
ssh vpn.moves.rwth-aachen.de -D 12345
will create a SOCKS proxy on localhost.- SSH jump host
- We refer to these instructions for setting up a more convenient access to the network.
Wake-on-Lan
With Wake-on-Lan, you can boot your desktop machine in our internal network from remote.
For configuring Wake-on-Lan with your desktop machine, please contact the admins. All configured machines are then accessible on the WoL page.