Difference between revisions of "Talk:OpenVPN"

From NixOS Wiki
Jump to: navigation, search
(Created page with "is <code> boot.kernel.sysctl."net.ipv4.ip_forward" = 1;</code> really not necessary for a vpn gateway to the internet? --~~~~")
 
 
Line 1: Line 1:
 
is <code>  boot.kernel.sysctl."net.ipv4.ip_forward" = 1;</code> really not necessary for a vpn gateway to the internet? --[[User:Makefu|Makefu]] ([[User talk:Makefu|talk]]) 08:11, 21 February 2018 (UTC)
 
is <code>  boot.kernel.sysctl."net.ipv4.ip_forward" = 1;</code> really not necessary for a vpn gateway to the internet? --[[User:Makefu|Makefu]] ([[User talk:Makefu|talk]]) 08:11, 21 February 2018 (UTC)
 +
 +
 +
The server config isn't making sense to me. Which device is meant to be the vpn server here, the laptop or the smartphone? Why would we be putting the client's private key in the server config? Can we rewrite this to refer to server and client, rather than arbitrary device types typically thought of as clients? --[[User:Politas|Politas]] ([[User talk:Politas|talk]]) 09:25, 5 April 2024 (UTC)

Latest revision as of 09:26, 5 April 2024

is boot.kernel.sysctl."net.ipv4.ip_forward" = 1; really not necessary for a vpn gateway to the internet? --Makefu (talk) 08:11, 21 February 2018 (UTC)


The server config isn't making sense to me. Which device is meant to be the vpn server here, the laptop or the smartphone? Why would we be putting the client's private key in the server config? Can we rewrite this to refer to server and client, rather than arbitrary device types typically thought of as clients? --Politas (talk) 09:25, 5 April 2024 (UTC)