Posted On March 28, 2019

Open VPN Client Configuration Fix

kimconnect 0 comments
blog.KimConnect.com >> Linux , Networking , Windows >> Open VPN Client Configuration Fix
OpenVPN client works very well on Windows 7 machines. However, its Windows 10 and Linux executables are lacking full functionality. Thus, these lines are required to workaround this handicap. 
 
# Windows 10 and Ubuntu
script-security 2
dhcp-option DNS 192.168.20.1
dhcp-option DNS 168.168.10.1
dhcp-option DOMAIN kimconnect.com
 
# Only on ubuntu client, ad the following directives:
up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Troubleshooting Issues with Inconsistent Access Certain Websites

1. Establish Baseline Collect this info when the network is healthy. It should be used…

Indications that Chocolatey is locked down

# System's version is less than vendor's current (Chocolatey v0.10.15) 0+000+00[LAX-WEB005]: PS C:\Users\testadmin\Documents> choco source…

How to Install & Configure Pihole on Ubuntu 20.04

1. Installation- Run these commands: # sudo apt-get install gamin -ysudo curl -sSL https://raw.githubusercontent.com/pi-hole/pi-hole/master/automated%20install/basic-install.sh |…