|
-
Aug 5th, 2008, 06:29 AM
#1
Thread Starter
Fanatic Member
DHCP Server Code
I'm trying to create some DHCP software. I need to know how the DHCP protocol works.
I'm looking around for some code that will teach me how to make a DHCP Server program listen for DHCP requests, analyze them, then broadcast the IP address that gets assigned to the MAC address.
If someone already has code that does this it would be great . But other resources are fine too.
I Intend to use VB.Net/VB6 as the language, but would also settle for C++. But really any code would be useful.
-
Aug 5th, 2008, 01:05 PM
#2
Re: DHCP Server Code
Have you tried googling for "DHCP Protocol"? I just did and there seems to be a lot of resources available.
-
Aug 8th, 2008, 07:01 AM
#3
Re: DHCP Server Code
DHCP is based on the Bootstrap Protocol (BOOTP) [RFC 951] adding the capability of automatic allocation of reusable network addresses and additional configuration options [RFC 2131,RFC 2132].
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|