How to reset network settings on Linux?
- 1 Minute to read
How to reset network settings on Linux?
- 1 Minute to read
Article Summary
In case you are experiencing issues with your NordLayer connection, resetting your network settings is a viable option to resolve them. In order to reset network settings on a Linux device, please follow these steps:
- Open Terminal and type in these commands in order to clean the firewall and DNS rules:
sudo iptables -F INPUT
sudo iptables -F OUTPUT
sudo iptables -P INPUT ACCEPT
sudo iptables -P OUTPUT ACCEPT
sudo systemctl restart NetworkManager
- Reboot the device.
Note: In case you have any questions or are experiencing any issues, please feel free to contact our 24/7 customer support team.
Was this article helpful?