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

PowerShell: Set Windows Scheduled Task to Send a Pop-up Message

# Set variables $taskName='Bi-weekly Meeting Reminder' $time='11:50am' $daily=New-ScheduledTaskTrigger -Daily -At $time $everyOtherDay=New-ScheduledTaskTrigger -Daily -DaysInterval 2…

MAC: Setting Google DNS to Bypass ISP Slower Name Resolution

Open System Preferences > Network > DNS > click + (plus sign) under DNS Servers…

Yum commands to update server

Wanna ace your Linux job interviews? Well, read more Linuxy stuff and cramp your brain…