I am in the urgent need of the following information.

I have v4 network. Here i am using DHCP server for allocating the Ip addresses to Clients in the network. For management purpose i have one standalone java application. This will send DHCP lease Query to DHCP Server by passing the Ip address of the client. Now the server will return the lease information about the client to the application.

Same way, now in my java application i need to support DHCPv6 lease query also. Consider instead of IPv4 network i am having IPv6 network. here the same way i will use DHCPv6 server to allocate IP address to clients in the network. Like below.

Java application(Ipv4 mode) DHCPv4 Lease Query --- IPv4 communicaton*------->** DHCP v4 Server

From My java application i need to send DHCPv6 lease query by passing the IPv6 address to DHCPv6 server. If My java application runs on IPv6 mode i can able to send lease query to DHCPv6 server and it will work. Like below.

Java application(Ipv6 mode) DHCPv6 Lease Query -----*IPv6 communicaton-----> DHCP v6 Server

Just consider my java application still runs on IPv4 mode... but i need to get the lease information about the IPv6 client.

Java application(Ipv4 mode) DHCPv6 Lease Query ---- here by using any method like tunneling? can i communicate server*------>* DHCP v6 Server

here is that possible to send DHCPv6 lease query from the same IPv4 node(requester) by using some Tunneling technique in between DHCPv6 server and DHCPv6 lease query requester.

Please reply and let me know if nay other details need.

link|improve this question
Sorry but your question is very difficult to understand. As it stands it's likely to be closed, so if you can try and make it clearer, it would help. – Mark Henderson Dec 28 '11 at 11:11
Thanks Mark..Updated the question,,please see now.. – Sivakumar Dec 28 '11 at 11:51
I'm genuinely interested why your java application needs to know about dhcp leases. – Chopper3 Dec 28 '11 at 12:02
please give any suggestion.it is urgent – Sivakumar Dec 29 '11 at 11:24
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.