User Tools

Site Tools


computing:vpnserver-debian11

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
computing:vpnserver-debian11 [2023/06/14 03:40] oemb1905computing:vpnserver-debian11 [2024/02/17 19:43] oemb1905
Line 113: Line 113:
   redirect-gateway def1   redirect-gateway def1
      
-My next goal is to add some routes to a different subnet on a virtual bridge I use for my VMs, and that's also on the physical host. Then, I can disable public facing ssh on all of VMs theoretically and access them through the vpnserver only. Again, even this is overkill since I am already using ssh keypairs, however, I might just do it to learn about pushing routes/subnets over openvpn and less because of it providing added security. Moreover, doing this would cause me to have rewrite my entire backup stack on the backup server (lol) since all the domains would need to change from external to internal addresses. But it would be fun! +I wrote some scripts to automate some of the aspects of server and client generation:
  
- --- //[[jonathan@haacksnetworking.org|oemb1905]] 2023/06/13 21:40//+  * [[https://repo.haacksnetworking.org/haacknet/haackingclub/-/tree/main/scripts/openvpn/openvpn-debian?ref_type=heads|Debian VPN Scripts]] 
 + 
 + --- //[[webmaster@haacksnetworking.org|oemb1905]] 2024/02/17 19:41//