diff options
author | Pjotr Prins | 2025-03-27 13:50:43 +0100 |
---|---|---|
committer | Pjotr Prins | 2025-03-27 13:50:46 +0100 |
commit | 15310cc356231427eadd17a40a04ce386e3547e5 (patch) | |
tree | dafe4c859fdc7e0538aa8913847da737d84f0b60 | |
parent | 7b0ac497a4bd73b40b83d33490b9646eadfbc265 (diff) | |
download | gn-gemtext-15310cc356231427eadd17a40a04ce386e3547e5.tar.gz |
On VPN routing
-rw-r--r-- | topics/deploy/uthsc-vpn-with-free-software.gmi | 6 |
1 files changed, 6 insertions, 0 deletions
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 |