Page 1 of 1

How to remove ALL authentication and encryption from a VPN ?

Posted: 26 Oct 2019, 17:08
by 2600
Hello folks,

I've got a simple question for you: how to create an unsecured VPN connection ? I only need the tunneling functionality of VPN's.

If we want to use a VPN just to watch NETFLIX (geolocation restriction bypass, for example) we won't need packet-level encryption at all (Netflix uses HTTPS already).
Could anyone, please, give the bare minimum configuration options for an unauthenticated and unencrypted PPTP or L2TP server ?

If standard VPN clients for Windows ou Linux don't support unencrypted traffic I will modify some other open-source client for myself (like freelan.org).

Thank you for your support.

Re: How to remove ALL authentication and encryption from a VPN ?

Posted: 26 Oct 2019, 19:49
by dimka88
Hello, you can use default config for your case, just add auth section and set ip-pool

Code: Select all

[auth]
any-login=1
noauth=1