Hello Alfred,<br><br>thanx a lot. But I also have another problem. Even if the client get only 1 lease but this lease he got 590.000 times - he write a lot of lines in the log. So the log got very big.<br><br>What I look for is that the server sees "ah this is the same mac and the client has already an IPAdress that I gaive him 0.1 sec before, so I ignore him". So a kind of intelligence :-)<br>
<br>have a nice day,<br>cheers,<br><br><br><div class="gmail_quote">2011/2/3 Alfred Nagl <span dir="ltr"><<a href="mailto:nagl@wu.ac.at">nagl@wu.ac.at</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">On Thursday 03 February 2011, Jürgen Dietl wrote:<br>
> Hello,<br>
><br>
> I am new to this mailing list. So I see a big "Hello World" and I hope to<br>
> meet interesting people here.<br>
><br>
> I have the following question:<br>
><br>
> I am running ISC DHCP and BIND latest Version and I have a printer that<br>
> even if it owns an IP-Address it makes thousands of DHCP-Requests per<br>
> seconds. Till somebody powered off the printer the dhcp server got 590.000<br>
> dhcp requests. Of course the pool was empty. I know I can prevent such<br>
> things with enabling dhcp snooping on network equipment but is there any<br>
> mechanism that I can do some protection on the server. For example if the<br>
> server would notice that it is always the same client that asked for an<br>
> address it should say NO and ignore the client, or put him in a database<br>
> to refuse any action etc. Is there a way to implement this? Is there any<br>
> mechanisem?<br>
<br>
<br>
</div></div>Maybe  these 2 options<br>
<br>
deny duplicates;                #       only one lease per MAC<br>
one-lease-per-client on;        #       force only one lease per client<br>
<br>
would help giving out only one lease.<br>
<br>
<br>
                regards<br>
                                --alfred<br>
<br>
<br>
--<br>
Alfred Nagl<br>
IT-Services / Network Administration<br>
<br>
WU<br>
Wirtschaftsuniversität Wien<br>
Vienna University of Economics and Business<br>
Augasse 2-6, A-1090 Vienna, Austria<br>
<br>
Phone: +43 1 313 36 / 4811<br>
Fax:   +43 1 313 36 / 904811<br>
</blockquote></div><br>