Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

How can I reset all network settings in Linux Mint?

Writer Andrew Henderson

I'm using Mint 14 and i completely hosed the network settings. How can i reset them all back to default.

1

3 Answers

You aren't really clear as to what you've done, with what privileges (root?), or what the consequences/problems are.

Anyhow, try (re)moving: ~/.gconf/system/networking/

And if it doesn't work, try: /etc/NetworkManager/system-connections

If it is NetworkManager related. If you played with ifconfig and other tools, take a look at:

/etc/network/interfaces

To be sure the changes take effect, the best option is to log out and log in again, or reboot if you changed anything in /etc . Good luck!

try renaming the folder called ".gconf" in your home folder, (this will reset some OS user-made changes) then log out and back in. dunno if it will solve it, but if it doesn't, you can rename it back and restore your settings.

aamof, the network settings are not focused on a single file, but distributed among several, working together.

1

you open up the terminal and type in these commands

service network-manager stop
rm /var/lib/NetworkManager/NetworkManager.state
service network-manager start

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy