User Profile
spatnam
Newbie Caller
Joined 4 years ago
User Widgets
Contribuciones
Re: VPN issues
Step 1 On Windows 10, launch Command Prompt as Administrator Step 2 Run this command and get the name of the interface you are connected to. Mine was "Wi-Fi" netsh interface ipv4 show subinterface Step 3: If MTU is 1500 or more, reduce it to 1400 or lower netsh interface ipv4 set subinterface "Wi-Fi" mtu=1400 store=persistent Step 4: Verify if MTU is changed Step 5: Reconnect your VPN and try going to pages or applications that had problem earlier. Works like magic. Try lower MTU, maybe 1350 if issues persist.1Ver0likes0Comentarios