<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18812"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Hi Rajitha,</DIV>
<DIV> </DIV>
<DIV>It's a good step to install dhcperf on the same host as the dhcp daemon runs on - that indicates to me that your DHCP server doesn't want to give addresses to random clients perhaps? Our DHCP server only responds to known hosts, so when I want to run dhcperf I have to add another network, define a class of hosts to test with (so that they'd be known), and allow the class within the range for load testing (implicitly denying the rest of my known clients). The config looks something like this:</DIV>
<DIV> </DIV>
<DIV>class "loadtest" { match if (option agent.remote-id = 6d:61:72:63:63:70); }<BR></DIV>
<DIV>        subnet 10.170.0.0 netmask 255.255.0.0 { #LOAD TEST<BR>                authoritative;<BR>                option routers 10.170.0.1;<BR>                option subnet-mask 255.255.0.0;<BR>                option broadcast-address 10.170.255.255;<BR>                pool { authoritative; range 10.170.1.1 10.170.254.255; allow members of "loadtest";}<BR>        }<BR><BR>you could also make a host entry (by mac or other identifier) to match with instead of using a class, if that's easier.</DIV>
<DIV> </DIV>
<DIV>This is based on the assumption that your DHCP server is somewhat locked down to the clients that it supports - if that's not the case, what are you seeing in the logs when you attempt the dhcperf?</DIV>
<DIV> </DIV>
<DIV>dhcperf should work against any DHCP server - it simply pretends to be many dozens/hundreds/thousands of clients coming from a certain network segment - it just so happens that all that happens as emulation from a single host.</DIV>
<DIV> </DIV>
<DIV>HTH,</DIV>
<DIV> </DIV>
<DIV>--Marc</DIV><BR>>And then, to account for the drawback in the following post in the groups, i <BR>>installed dhcperf on the same machine that has the dhcp server. but still, it <BR>>gives the same problem. That means, something else is wrong here. any help is <BR>>appreciated.</BODY></HTML>