jgombos
Group: Members
Posts: 39
Joined: Nov. 2006 |
|
Posted: Nov. 05 2006,17:59 |
|
Thanks, but that's not what I was after. I don't know exactly what the file does, but I think it's too generic. My objective was to find all the network specific config files. I edited /etc/sysconfig/network, and added a file to /etc/sysconfig/network-scripts and all that was ignored. Those files should probably be removed from the distro so other users are not mislead.
I found that ifup -a is called from /etc/init.d/networking. That tool looks at the /etc/network/interfaces file. So I added the network settings for my rausb0 device to the interfaces file, and was able to bring up the network manually by executing ifup rausb0.
The next issue was that ifup -a brings up all network devices automagically, as long as they are marked "auto" in the /etc/network/interfaces file. So I had to add "auto rausb0" to the file. Now the network comes up every on boot.
The only issue that remains is I cannot change the hostname. I changed the /etc/hostname file to give it a new hostname, but that file is ignored.
|