network configuration file

Mikkel L. Ellertson mikkel at infinity-ltd.com
Tue Jul 29 20:31:11 UTC 2008


Christoph Höger wrote:
> Hi,
> 
> when I want a debian based system to start up an ethernet device
> automagically on boot, I simply edit /etc/network/interfaces.
> Is there a similar way on fedora to have a single file where static
> informations go?
> 
> regards
> 
> christoph
> 
You can find the scripts in /etc/sysconfig/network-scripts. But you 
also have to change a couple of services. By default, NetworkManager
runs at boot, and does not bring up the network interfaces until you 
log into the GUI. If you use the network service instead, it will 
bring up the network on boot instead.

chkconfig NetworkManager off
chkconfig network on

If you want to change them before you reboot, run:

service NetworkManager stop
service network start

Mikkel
-- 

   Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20080729/a1aaf90b/attachment-0001.bin 


More information about the users mailing list