Help with Manual Edit of NetworkManager conf files

I cannot seem to find where the conf files for NetworkManager are stored in suse 11.3. I want to manually edit my IP address without using the gui. Any help is greatly appreciated.

I am not a Network Manager user myself, but are you sure they are different then the normal configuration files in /etc/sysconfig/network/?

Yea. When I compare the “last modified” date of those files to when I change the settings in NetworkManager, the two dates do not match.

As said, I am not using network manager, but when it is about data only applicable to the user (who is using the client like knetworkmanager) it is in the home directory of that user (for knetworkmanager look in* ~/.kde4/share/*)

When it is centralised data you could try a rough method like using find to get the files inside* /etc* that are changed within the last day or so.

AHA. I found it just where you said in ~/.kde4/share/apps/networkmanagement/connections . I didn’t see it before as I was using ls instead of ls -a. Than kyou very much for the help.

You are welcome. When the GUI configure tools of KDE fail, always go for ~/.kde4. But be carefull, you can easily brake KDE of course.