On Fri, 2005-06-10 at 18:10, Thom van der Boon wrote: > The file to edit is > /etc/sysconfig/network-scripts/ifcfg-eth0 > > It should look something like this. You should edit it with your settings > > DEVICE=eth0 > BOOTPROTO=static > BROADCAST=xxx.xxx.xx.255 > HWADDR=xx:xx:xx:xx:xx:xx > IPADDR=xxx.xx.xx.xxx > NETMASK=255.255.255.0 > NETWORK=xxx.xxx.xx.0 > ONBOOT=yes > TYPE=Ethernet Note that if you have ever used the GUI network tool to configure the network, you will also have: /etc/sysconfig/networking/profiles/default/ containing files that override the ones in /etc/sysconfig/network-scripts. Also if the HWADD is specified but doesn't match the NIC, at some OS update level it will be ignored. It is probably best to either always use the GUI network tool or get rid of these files. -- Les Mikesell lesmikesell@gmail.com