DHCP - WeOnlyDo Discussion board

DHCP (Other - free products)

by bearbear, Friday, April 24, 2009, 05:31 (5475 days ago)

Hi, all,
During implement my own DHCP server using your Active code, I have a question.

I have two network adpter, which is mapped to 192.168.80.1 and 192.168.90.1
And I wants allocate IP for these two adapters with one DHCP server.
Using this sample code, there is no problme to accept request from these two adpater, but to allocate differenct range of IP address, for example, the request from 192.168.80.1 should be 192.168.80.xxx
and the request from 192.168.90.1 should be 192.168.90.yyy.
So my question is that, how can I get the IP number which request comming from?
Could you help me?


Complete thread:

 

  • DHCP - bearbear, 2009-04-24, 05:31 [*]
    • Re: DHCP - woddrazen, 2009-04-24, 09:24