[CentOS] How to autoconfigure network?

2009-09-30 Thread happymaster23
Hello, I have installed new network card under CentOS 5.3, but there are some problems. I want delete existing ifcfg-eth0 and automatically make new on as it is during OS installation process. Is it possible? Thank you ___ CentOS mailing list CentOS@cen

Re: [CentOS] How to autoconfigure network?

2009-09-30 Thread James Matthews
Do you wish to configure it using a DHCP server? On Wed, Sep 30, 2009 at 11:45 AM, happymaster23 wrote: > Hello, > > I have installed new network card under CentOS 5.3, but there are some > problems. I want delete existing ifcfg-eth0 and automatically make new > on as it is during OS installation

Re: [CentOS] How to autoconfigure network?

2009-09-30 Thread happymaster23
No, I want create files /etc/sysconfig/network-scripts/ifcfg-eth0 and others... 2009/9/30 James Matthews > Do you wish to configure it using a DHCP server? > > On Wed, Sep 30, 2009 at 11:45 AM, happymaster23 > wrote: > >> Hello, >> >> I have installed new network card under CentOS 5.3, but ther

Re: [CentOS] How to autoconfigure network?

2009-09-30 Thread Benjamin Donnachie
2009/9/30 happymaster23 : > No, I want create files /etc/sysconfig/network-scripts/ifcfg-eth0 and > others... Try running setup Ben ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] How to autoconfigure network?

2009-09-30 Thread happymaster23
No this is not solution. I have tried to run firstboot but without result. There should be some script, that is making these files (including writing MAC address and full device name). Other thing is modprobe.conf - there is name of driver connected to device name (eth0, eth1, e.g.), but there is n

Re: [CentOS] How to autoconfigure network?

2009-09-30 Thread John R Pierce
happymaster23 wrote: > No this is not solution. I have tried to run firstboot but without > result. There should be some script, that is making these files > (including writing MAC address and full device name). Other thing is > modprobe.conf - there is name of driver connected to device name > (et

Re: [CentOS] How to autoconfigure network?

2009-09-30 Thread Les Mikesell
happymaster23 wrote: > No this is not solution. I have tried to run firstboot but without > result. There should be some script, that is making these files > (including writing MAC address and full device name). Other thing is > modprobe.conf - there is name of driver connected to device name > (et

Re: [CentOS] How to autoconfigure network?

2009-09-30 Thread happymaster23
Thank you, this looks good, but I donĀ“t want unconfigure whole system... 2009/9/30 John R Pierce : > happymaster23 wrote: >> No this is not solution. I have tried to run firstboot but without >> result. There should be some script, that is making these files >> (including writing MAC address and

Re: [CentOS] How to autoconfigure network?

2009-09-30 Thread happymaster23
Thank you, I am trying to make list of needed changes. So - first line of ifcfg-eth* is commented full name of adapter (no sense). Only one think that should be changed is HWADDR. This file is in three directories (/etc/sysconfig/network-script/ifcfg-eth*, /etc/sysconfig/networking/devices/ifcfg-e

Re: [CentOS] How to autoconfigure network?

2009-09-30 Thread John R Pierce
happymaster23 wrote: > Thank you, > > I am trying to make list of needed changes. So - first line of > ifcfg-eth* is commented full name of adapter (no sense). Only one > think that should be changed is HWADDR. This file is in three > directories (/etc/sysconfig/network-script/ifcfg-eth*, > /etc/sy

Re: [CentOS] How to autoconfigure network?

2009-09-30 Thread Les Mikesell
happymaster23 wrote: > Thank you, > > I am trying to make list of needed changes. So - first line of > ifcfg-eth* is commented full name of adapter (no sense). Only one > think that should be changed is HWADDR. This file is in three > directories (/etc/sysconfig/network-script/ifcfg-eth*, > /etc/s

Re: [CentOS] How to autoconfigure network?

2009-09-30 Thread happymaster23
Yes, you are right. You can delete all three files and make new one in /etc/sysconfig/network-scripts/. Other two files are automatically "created" by running setup command (choose device and then save properties). So, thank you very much everybody. I think, that now is everything OK (changes in

Re: [CentOS] How to autoconfigure network?

2009-09-30 Thread Marcelo M. Garcia
happymaster23 wrote: > Hello, > > I have installed new network card under CentOS 5.3, but there are some > problems. I want delete existing ifcfg-eth0 and automatically make new > on as it is during OS installation process. Is it possible? > > Thank you Hi I'm not sure if I understood your probl