How to reset network settings on Linux?
  • 1 Minute to read

    How to reset network settings on Linux?


      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:

      1. 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
      
      1. 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?