You can tell dhcpd which interface to start on:

dhcpd eth0

I aksed this about 2-3 weeks ago!

--rdp


On Fri, 29 Sep 2000, Robert W. Fowler III wrote:

> hi all
> i have a problem with one of our client's server, we use
> dhcpd to provide dynamic ip's but we need to block the dhcpd
> daemon from using/sending requests from our external DSL ip,
> and just making an empty subnet declaration doesn't seem to
> work ..  heres is a clip from the dhcpd.conf file
> ***********  snip *****************
> subnet 192.168.10.0 netmask 255.255.255.0 {
> 
>         range 192.168.10.100 192.168.10.199;
>         default-lease-time      86400;
>         max-lease-time          86400;
> 
>         option subnet-mask              255.255.255.0;
>         option routers                  192.168.10.1;
>         option broadcast-address        192.168.10.255;
>         option domain-name              "domain";
>         option domain-name-servers      192.168.10.1;
> }
> subnet "would-be-outside-ip" netmask 255.255.255.192 {
> deny bootp;
> deny unknown-clients;
> }
> 
> ********** end snip **************
> 
> the names/ip has been omitted to protect the innocent
> 
> im sure there is an easy few lines to do this ...  ive look
> through the archive and wasn't able to see the solution ?
> TIA  Rob F.
> 
> 
> 
> **********************************************************
> To unsubscribe from this list, send mail to
> [EMAIL PROTECTED] with the following text in the
> *body* (*not* the subject line) of the letter:
> unsubscribe gnhlug
> **********************************************************
> 

-- 
Rich Payne
[EMAIL PROTECTED]                   www.alphalinux.org


**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to