[EMAIL PROTECTED] (SI Reasoning) writes: > --- Florin <[EMAIL PROTECTED]> wrote: > > Hi again, > > > > I have nothing to say about your dhcpd.conf file ... > > but can you type on a > > Linux client the following command : > > > > "ps auwx |grep dhcpcd" and make sure you're using > > the -h argument ? > > > > [sczjd@sidereal sczjd]$ ps auwx |grep dhcpcd > sczjd 15798 0.0 0.1 1748 588 pts/0 S > 05:54 0:00 grep dhcpcd > > I am unclear by what you mean by the -h argument. I > have not modified the dhcpd client so it is pretty > much running "out of the box". > > cheers, > > -- > > Florin http://www.mandrakesoft.com > >
You said that the linux client uses dhcpcd in order to connect to your dhcp server. Run the ifdown eth0 and then ifup eth0 in order to request another IP address for your linux box (using eth0). make sure you have an dhcp client installed (check that with the "rpm -qa|grep" dhcp command) cheers, -- Florin http://www.mandrakesoft.com
