August 2015
Intermediate to advanced
364 pages
7h 35m
English
OpenVPN supports operation through an HTTP or SOCKS proxy with no authentication, with basic authentication and with NTLM authentication. We will cover both HTTP and SOCKS proxy servers, both with and without authentication.
HTTP proxies require the use of TCP for the OpenVPN tunnel transport. If you are currently using UDP, the protocol argument in both the server as well as the client configurations will need to be updated:
proto tcp
Once configured, add proxy support to the client by adding the --http-proxy configuration directive. As an example, let's assume your local area network requires an anonymous proxy for outbound connections and that server is at 192.168.4.4 on the default port
Read now
Unlock full access