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

Connecting to Dell EqualLogic PS series SAN using Cisco console cable (72-3383-01)

If a console cable isn't available, one may create one using an existing Cisco cable…

Some Batch Files

REM Date.batset fscfg=m:\mfgsys\fs.cfgm:\fs_apps\setcfg N0 DT_TODAY={TODAY} REM lexp.batfsguiapp.exe -s -cm:\mfgsys\fs.cfg -iAAA{TAB}y2k99{CR}bexe{ESC}exp{CR}exit Rem Invoice_Prints_ZZ1_2_3_.batfsguiapp.exe -cm:\mfgsys\fs.cfg -iZZ1{TAB}pass1{CR}bexe{ESC}zz1{CR}M:\cabsauto\timeout 15fsguiapp.exe…

CentOS 8: How to Only Apply Security Updates

[cuilo@test-box ~]# sudo yum --security update CentOS-8 - AppStream 12 kB/s | 4.3 kB 00:00…