It was a lot of files. Mostly /proc/ and /tmp/ and /var/log - none of which gave me any idea!
Main Topics
Browse All TopicsWhere is the config file to set fixed IP in Fedora 11?
I have some machienes in a class which I want to be able to clone. Therefore I "restore" from a partition that is not cloned the files:
/etc/sysconfig/network-scr
This meens I can manipulate the ifcfg-files to a fixed IP.
This workes fine, but...I have 2 wireless routers (one normal and one 3G) and when I connected to the second one (3G) I used the GUI (click on the network-connections-icon in the top right corner/Connect to hidden SSID/Connected
Now I get connected! I then edited this connection using the GUI and set a fixed IP. This also works fine :) So what is my f... problem :)
I want to restore the config-file for this connection from the partition that is not cloned. But where is it? I have used grep to find the SSID and the IP without any luck. Basically I wonder where are the files that make up the GUI-connections??
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Found solution I do not think it is very pretty, but it seems to work now:
As I said I have 2 NIC's (it is a laptop ) and 3 different routers.
1 is normal (address 192.168.10.1)
1 is a Linksys wifi (address 192.168.11.11 and MyName as SSID)
1 is a d-link wifi 3G-router (address 192.168.11.11 and MyName as SSID)
What I ended up doing:
I disabled NetworkManager
I turned off (for network-devices) both controlled by NetworkManager and start automatically on boot.
In /etc/rc.local I run a script that remove all ifcfg-files and keys-wlan0 (/etc/sysconfig/networking
The script then restores from my boot area (which is not cloned) the ifcfg-files and /etc/udev/rules.d/70-persi
T
Business Accounts
Answer for Membership
by: omarfaridPosted on 2009-11-03 at 21:21:30ID: 25736630
those files are updated and hence the mod time of these files changes.
So, before you run the gui run the below command
touch /tmp/myfile
then run the gui, do some changes, save them, then run
find / -newer /tmp/myfile
this will give you list of files changed after /tmp/myfile