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

Microsoft SQL Server Error 18456

In a properly managed environment, the security team usually tracks the server logs for any…

How to Install Virtualbox in Ubuntu

Simply run these two commands: sudo add-apt-repository multiverse && sudo apt-get update sudo apt -y…

Backup and Restore Prerequisites

1. Remote machine is Centos and Local machine is Windows, install Cygwin (including "Admin," "Base,"…