From 15310cc356231427eadd17a40a04ce386e3547e5 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Thu, 27 Mar 2025 13:50:43 +0100 Subject: On VPN routing --- topics/deploy/uthsc-vpn-with-free-software.gmi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/topics/deploy/uthsc-vpn-with-free-software.gmi b/topics/deploy/uthsc-vpn-with-free-software.gmi index 8320b33..95fd1cd 100644 --- a/topics/deploy/uthsc-vpn-with-free-software.gmi +++ b/topics/deploy/uthsc-vpn-with-free-software.gmi @@ -77,6 +77,12 @@ Download it, download the UTHSC TLS certificate chain to uthsc-certificate.pem, $(guix build -f uthsc-vpn.scm) ``` +to add a route by hand after you can do + +``` +ip route add 172.23.17.156 dev tun0 +``` + # Troubleshooting Older versions would not show a proper dialog for sign-in. Try -- cgit v1.2.3