Re: [expert] DHCP Server + DHCP Client

2002-03-06 Thread James
Actually I modified the stock start script for dhcp in /etc/init.d/ old line daemon dhcpd new line daemon dhcpd -q Again thanks for your help. James On Wed, 06 Mar 2002 14:31:58 -0500 Mike Rambo <[EMAIL PROTECTED]> wrote: > James wrote: > > > > Mike if I understand you correctly

Re: [expert] DHCP Server + DHCP Client

2002-03-06 Thread Mike Rambo
James wrote: > > Mike if I understand you correctly I need to add. > default-lease-time 7200; > max-lease-time 82400; > option subnet-mask 255.255.255.0; > option broadcast-address 12.234.130.255; > option routers 12.234.130.1; > option domain-name-servers ; > option domain-name "linuxpda.biz"; >

RE: [expert] DHCP Server + DHCP Client

2002-03-01 Thread Darwin Gottfried
You need dhcpcd for your cable/dsl and dhcp _if_ your going to server IP's to other machines on your lan. deg Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] DHCP Server + DHCP Client

2002-03-01 Thread James
Mike if I understand you correctly I need to add. default-lease-time 7200; max-lease-time 82400; option subnet-mask 255.255.255.0; option broadcast-address 12.234.130.255; option routers 12.234.130.1; option domain-name-servers ; option domain-name "linuxpda.biz"; subnet 12.234.130.0 netmask 255.2

Re: [expert] DHCP Server + DHCP Client

2002-03-01 Thread Mike Rambo
James wrote: > > All, >So far all the man pages and How to's I've found (linuxdoc and > linuxgazette) talk about using a DHCP server OR using DHCP with your > cable/dsl modem. What for the life of me I can't find is something that > tells me how in the blue blazes to do both. I'm on cable s

[expert] DHCP Server + DHCP Client

2002-02-28 Thread James
All, So far all the man pages and How to's I've found (linuxdoc and linuxgazette) talk about using a DHCP server OR using DHCP with your cable/dsl modem. What for the life of me I can't find is something that tells me how in the blue blazes to do both. I'm on cable so that's DHCP and working