From 6aceeb90d44a6e5c1d969a893a799b0a51b762c7 Mon Sep 17 00:00:00 2001 From: Hugo Musso Gualandi Date: Thu, 10 Mar 2022 17:44:43 +0100 Subject: [PATCH] Clarify how to connect when using VPN This is what Konrad does --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e5c949..d822def 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,16 @@ Servers `prl2`-`prl5` are physical-ish machines. They must be managed by ansible ## Connecting to the machines Note that our servers do not allow passwords. You must use your `ssh` keys to get in. - All our machines are visible from desktops in our rooms. If you need to connect from other locations, you have two options: ### Faculty VPN -To connect to the new VPN, visit the updated FIT guide available in [czech](https://vpn.fit.cvut.cz) and [english](https://vpn.fit.cvut.cz/index.en.html). Note that this option is available to students, teachers and employees of CTU *only*. If available to you, please use the VPN for connections. +To connect to the new VPN, visit the updated FIT guide available in [czech](https://vpn.fit.cvut.cz) and [english](https://vpn.fit.cvut.cz/index.en.html). Note that this option is available to students, teachers and employees of CTU *only*. If available to you, please use the VPN for connections. + +Once you are in the local network, you can connect to the server by IP. +You can find the server IPs in the ansible `hosts` file in this repository. +To connect via a name (e.g. `ssh prl5`), add an entry to your `/etc/hosts` file. +Keep in mind that the syntax for `/etc/hosts` is different from the syntax of the ansible hosts file. ### Public Gateway