DHCP config

Gideon Viator ktcisg at kaplantel.net
Sun Jun 24 21:58:48 UTC 2007


Ok guys. So i change my config to:

if substring( hardware, 0, 3 ) = 00:02:02 {
  ignore booting;
}
subnet 69.X.X.X netmask 255.255.255.252
{

        option routers 69.x.x.x;
        option broadcast-address 69.x.x.115;
        range 69.x.x.113 69.x.x.114;
        option subnet-mask 255.255.255.252;
}

subnet 69.X.X.X netmask 255.255.254.0
{
        if substring( hardware, 0, 3 ) = 00:02:02 {
  ignore booting;
}
{
        range 69.x.x.20 69.x.x.254;
        option subnet-mask 255.255.254.0;
        option broadcast-address 69.x.x.255;
        option routers 69.x.x.1;
        option domain-name-servers 69.x.x.9, 69.x.x.196;
        option domain-name "kaplantel.net";
}
ddns-update-style ad-hoc;

Looks correct?

----- Original Message ----- 
From: "Simon Hobson" <dhcp1 at thehobsons.co.uk>
To: <dhcp-users at isc.org>
Sent: Sunday, June 24, 2007 4:27 PM
Subject: Re: DHCP config


> Gideon Viator wrote:
>
>>Glenn,
>>
>>I see what you are saying. It's kinda what I want to do. But, i dont want 
>>to
>>deny booting, just deny requests all together to those devices so that it
>>will time out and the STB will obtain an IP address from the correct 
>>server.
>
> That's what deny booting does - tell the server not to send any 
> offers/acks.
>
> You may prefer ignore booting which does just the same but doesn't
> log a message each time. Other than the logging they are functionally
> identical.
>
>
>
>
> -- 
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.472 / Virus Database: 269.9.6/865 - Release Date: 6/24/2007 
> 8:33 AM
>
> 



More information about the dhcp-users mailing list