Problem
You can’t connect to a VPN server on NordVPN’s Linux app.
Common symptoms
- You receive error messages such as “We couldn't connect you to the VPN. Please check your internet connection and try again. If the issue persists, contact our customer support.”
- You see that the NordVPN status never changes from "Connecting".
Troubleshooting steps
NOTE: Make sure to check your connection after each step.
- If you used the “Secure my connection” button to connect to the VPN, try manually selecting and connecting to several specific countries instead.
-
Change the VPN protocol:
- Open the NordVPN app.
- Click “Settings” on the left side of the app.
- Click “VPN connection.”
-
Try connecting with all available protocols.
-
Connect to an obfuscated server:
NOTE: Obfuscation is only available with the OpenVPN protocol.
- Open the NordVPN app.
- Click “Settings” in the left-side column.
- Click “Security and privacy.”
- Enable “Obfuscation.”
- Click the “VPN” tab in the upper-right corner.
-
Connect to an obfuscated server by clicking on any country in
the
list
- Clean all firewall and DNS rules from your device by entering these commands into the terminal one by one:
sudo iptables -F INPUT
sudo iptables -F OUTPUT
sudo iptables -P INPUT ACCEPT
sudo iptables -P OUTPUT ACCEPT
sudo iptables -F -t mangle
sudo systemctl restart NetworkManager
Additional tips
- Restart your device.
- Check if the issue persists on a different device.
- Make sure that your internet connection is active.