User Tools

Site Tools


computing:vpnserver-wndr3800

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
computing:vpnserver-wndr3800 [2024/01/07 19:08] oemb1905computing:vpnserver-wndr3800 [2024/02/11 22:41] oemb1905
Line 87: Line 87:
   topology subnet   topology subnet
   push "topology subnet"   push "topology subnet"
-  ifconfig <10.66.66.1255.255.255.0 +  ifconfig 10.66.66.1 255.255.255.0 
-  route-gateway <10.66.66.1> +  route-gateway 10.66.66.1 
-  push "route-gateway <10.66.66.1>+  push "route-gateway 10.66.66.1" 
-  ifconfig-pool <10.66.66.32> <10.66.66.254255.255.255.0 +  ifconfig-pool 10.66.66.32 10.66.66.254 255.255.255.0 
-  push "route <192.168.1.0255.255.255.0"+  push "route 10.15.15.0 255.255.255.0" 
 +  push "dhcp-option DOMAIN lan.local" 
 +  push "dhcp-option DNS 10.15.15.1" 
 +  client-to-client 
 +  mute 5 
 +  log /tmp/openvpn.log 
 +  keepalive 10 120 
 +  persist-key 
 +  persist-tun
  
 Once those configuration files are built, you can now create the certificate authority, the diffie-hellman key, and certificate/private key for the server. Once those configuration files are built, you can now create the certificate authority, the diffie-hellman key, and certificate/private key for the server.