<font color='black' size='2' face='arial'><br>
<div style="font-size: 10pt; color: black;"><blockquote style="border-left-width: 2px; border-left-style: solid; border-left-color: blue; padding-left: 3px;"><pre><font face="Arial, Helvetica, sans-serif">Yes that was a type sorry for that.</font></pre></blockquote></div>
<br>
<br>
<div style="font-family: arial; clear: both;"><b>Regards,</b>
<div><b>Waqas Asghar</b></div>
<div><b>+923335495619</b></div>
</div>
<br>
<br>
<div style="font-family: arial, helvetica; font-size: 10pt; color: black;">-----Original Message-----<br>
From: dhcp-users-request <dhcp-users-request@lists.isc.org><br>
To: dhcp-users <dhcp-users@lists.isc.org><br>
Sent: Thu, May 15, 2014 2:37 am<br>
Subject: dhcp-users Digest, Vol 67, Issue 10<br>
<br>
<div id="AOLMsgPart_0_9e2289af-f182-4ff8-8c8e-5950a4440270" style="margin: 0px;font-family: Tahoma, Verdana, Arial, Sans-Serif;font-size: 12px;color: #000;background-color: #fff;">
<pre style="font-size: 9pt;"><tt>Send dhcp-users mailing list submissions to
<a href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a>
To subscribe or unsubscribe via the World Wide Web, visit
<a href="https://lists.isc.org/mailman/listinfo/dhcp-users" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a>
or, via email, send a message with subject or body 'help' to
<a href="mailto:dhcp-users-request@lists.isc.org">dhcp-users-request@lists.isc.org</a>
You can reach the person managing the list at
<a href="mailto:dhcp-users-owner@lists.isc.org">dhcp-users-owner@lists.isc.org</a>
When replying, please edit your Subject line so it is more specific
than "Re: Contents of dhcp-users digest..."
Today's Topics:
1. DHCPERF & ISC DHCP (Waqas Asghar)
2. Re: DHCPERF & ISC DHCP (Simon Hobson)
3. OMAPI ip-address lookup always fail (dan le bray)
----------------------------------------------------------------------
Message: 1
Date: Tue, 13 May 2014 14:45:49 -0400 (EDT)
From: Waqas Asghar <<a href="mailto:waqas.asghar@aol.com">waqas.asghar@aol.com</a>>
To: <a href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a>
Subject: DHCPERF & ISC DHCP
Message-ID: <<a href="mailto:8D13CF2B196A0C3-298C-3710@webmail-vm031.sysops.aol.com">8D13CF2B196A0C3-298C-3710@webmail-vm031.sysops.aol.com</a>>
Content-Type: text/plain; charset="us-ascii"
Hi
I have configured the latest version of ISC DHCP on a centos server and trying
to test it using dhcperf installed on another server.
I am using simple syntax for dhcperf in which I send a single dhcp discover to
the DHCP using the following syntax
./dhcperf --server 192.168.14.67 --discover
But I get no free leases message from my DHCP server.My DHCP is hosted on
192.168.14.66.
Furthermore I tried sending the DHCP request from a laptop and it worked fine
and got the IP.
Can someone plz guide as to what will be the correct syntax in this case.
Regards,
Waqas Asghar
+923335495619
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <<a href="https://lists.isc.org/pipermail/dhcp-users/attachments/20140513/84c4e65d/attachment-0001.html" target="_blank">https://lists.isc.org/pipermail/dhcp-users/attachments/20140513/84c4e65d/attachment-0001.html</a>>
------------------------------
Message: 2
Date: Tue, 13 May 2014 22:04:16 +0100
From: Simon Hobson <<a href="mailto:dhcp1@thehobsons.co.uk">dhcp1@thehobsons.co.uk</a>>
To: Users of ISC DHCP <<a href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a>>
Subject: Re: DHCPERF & ISC DHCP
Message-ID: <<a href="mailto:C879C22A-11C4-437B-BEEC-78A5BA12B7FA@thehobsons.co.uk">C879C22A-11C4-437B-BEEC-78A5BA12B7FA@thehobsons.co.uk</a>>
Content-Type: text/plain; charset=us-ascii
Waqas Asghar <<a href="mailto:waqas.asghar@aol.com">waqas.asghar@aol.com</a>> wrote:
> ./dhcperf --server 192.168.14.67 --discover
>
> But I get no free leases message from my DHCP server.My DHCP is hosted on
192.168.14.66.
Is that a typo, or are you trying to get a lease from the wrong address ?
------------------------------
Message: 3
Date: Wed, 14 May 2014 10:18:13 +0200
From: dan le bray <<a href="mailto:dlb@univ-lehavre.fr">dlb@univ-lehavre.fr</a>>
To: <a href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a>
Subject: OMAPI ip-address lookup always fail
Message-ID: <<a href="mailto:537326C5.5030304@univ-lehavre.fr">537326C5.5030304@univ-lehavre.fr</a>>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hello,
when trying to lookup a lease using an ip-address (as mentionned in the
omshell man page), the operation fails with the 'can't open object: not
found' error message. It does work well when looking up a host object
using either a 'name' or 'hardware address' atribute but always fail
when using the ip-address attribute of a lease object. The result is the
same whether the lease was created using OMAPI or defined in the dhcpd.conf.
I searched this list but didn't find any clue about this.
We're using ISC DCPd 4.2.2/x86_64 on Debian Wheezy (7.5).
Example#1: hardware address lookup:
> new host
obj: host
> set hardware-address = 00:50:56:aa:bb:ff
obj: host
hardware-address = 00:50:56:aa:bb:ff
> open
obj: host
hardware-address = 00:50:56:aa:bb:ff
ip-address = 0a:64:0a:64
name = "bidon"
hardware-type = 00:00:00:01
Example#2: name lookup:
> new host
obj: host
> set name = "bidon"
obj: host
name = "bidon"
> open
obj: host
name = "bidon"
ip-address = 0a:64:0a:64
hardware-address = 00:50:56:aa:bb:ff
hardware-type = 00:00:00:01
Example#3: ip address lookup:
> new lease
obj: lease
> set ip-address = 10.100.10.100
obj: lease
ip-address = 0a:64:0a:64
> open
can't open object: not found
obj: lease
ip-address = 0a:64:0a:64
Any help would be helpful.
--
Daniel Le Bray - CRI / P?le Systeme et Reseaux
Universite du Havre - 25 rue Philippe Lebon - 76600 Le Havre
------------------------------
_______________________________________________
dhcp-users mailing list
<a href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a>
<a href="https://lists.isc.org/mailman/listinfo/dhcp-users" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a>
End of dhcp-users Digest, Vol 67, Issue 10
******************************************
</tt></pre>
</div>
<!-- end of AOLMsgPart_0_9e2289af-f182-4ff8-8c8e-5950a4440270 -->
</div>
</font>