How to remove ALL authentication and encryption from a VPN ?

Any topics
Post Reply
2600
Posts: 1
Joined: 26 Oct 2019, 16:24

How to remove ALL authentication and encryption from a VPN ?

Post 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.
dimka88
Posts: 866
Joined: 13 Oct 2014, 05:51
Contact:

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

Post 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
Post Reply