# Using WSL with a VPN I was able to resolve connection issues in [[Windows Subsystem for Linux]] after establishing a VPN connection by modifying the MTU: ``` sudo ip link set dev eth0 mtu 1024 ```