My Acer e5-571-5673 has wifi problem every time , I use OpenVpn.

thedeepankan
thedeepankan Member Posts: 4 New User
edited August 2023 in 2018 Archives
I started using OpenVpn. After Connecting, It just disables my wifi  adapter and  I need to troubleshoot my wifi to run it properly. If I dont use openvpn my wifi works fine. I have searched on internet too, I have disabled simultaneous connections in gpedit as per instructions from microsoft website. But problem still exist. Help me regarding this.

Answers

  • Jack22
    Jack22 ACE Posts: 4,227 Pathfinder

    Try the steps, it should resolve your problem


    1. Re-configure VPN connection

    Oftentimes, letting VPN connection to use the remote network’s default gateway leads to this issue. This is so because the above setting can cancel the default gateway setting as has been specified in your TCP/IP setting. Here are the steps:

    • Click on Start > Settings.
    • Click on Network and Internet
    • You are led to the Network status Here, click on Change adapter options.
    • You get to see the Network Connections window that lists out all LAN, Wi-Fi or VPN connection you have.
    • Right-click on VPN connection and select Properties.
    • In the Properties window, select Networking tab > Internet Protocol Version 4 followed by Properties
    • Select Advanced. Here the Use default gateway on remote network should be unchecked.
    • Close all intervening windows.

    Check to see if the issue has been resolved.

    Another way to enable or disable default gateway for the VPN is via PowerShell commands. Here are the steps:

    • Type Powershell in the Cortana search box in the task bar.
    • Select Windows Powershell desktop app from the search results.
    • Alternately, you can also right click on the Start button and select Windows Powershell (admin) from the list of options provided.

    In the Powershell command prompt, type the following commands:

    1. Get-VpnConnection
    2. Set-VpnConnection -Name “myVPN” -SplitTunneling $True.
    Close the Powershell window and check if the issue has been resolved

    2. Delete VPN connection followed by adding it again

    There might be the issue of VPN software getting corrupted. To rule out such possibilities, it would be best to delete the VPN network connection followed by reinstalling the same again. Here are the steps:

    • Launch Device Manager. For this type Device Managerin the taskbar search box followed by selecting the option from the search results given.
    • In the Device Manager window, expand Network Adapters.
    • Locate the VPN adapter you want to delete and right-click on the same.
    • From the shortcut menu that appears, select Uninstall device.
    • This will begin the uninstallation process though there will be a confirmatory box before that. You will be asked if you consent to Delete the driver software for this device. Make sure it is selected.
    • Click on Uninstall to let the process begin.

    Once it is done, you will need to re-install the VPN software again. Here is how you do it.

    3. Re-install VPN software

    Almost all VPN connections come with their own custom software. Those are available to download from the company website. Just download it to your device and follow on-screen instructions during the installation process.

    The other option for you will be to use the VPN client that comes integrated with Windows 10. Here is how you proceed.

    • Launch Settings (Click on Start > Settings or simply type Settings in the Cortana search box.)
    • Select Network & Internet > VPN.
    • In the VPN page, click on Add a VPN connection shown at the top.
    • Fill out the details in the page that appears. However, select Windows (built-in) for the VPN provider drop-down menu. This assigns VPN Type as Automatic and Type of sign-in info to User name and password.
    • Fill out Connection name and Server name and address details. This will be availed from the VPN provider.
    • Scroll down the screen to enter you User name and Password in the slots provided.
    • Click on Save and close Setting.
    Click on the Wi-Fi symbol in the taskbar system tray. The VPN connection you just created should show here. You are now ready to go



    4. Update Windows

    Check to see if you have the latest Windows version. This will ensure you will have all the latest patch software installed, which should take care of the VPN issue as well. Here are steps if you aren’t already aware of it.

    Click Start > Settings > Update and Security.

    Click on Check for updates to see if you have any updates pending. Let the system install any update that might be available.

    Your problem should have been resolved.

    So there you have it, all that you need to do when faced with the rather strange scenario of losing Wi-Fi connection when connecting to a VPN.

    Click on 'Yes' if the comment answers your question!