How to maintain both DHCP and PPPoE assigned IP Addresses

E

en.nui

Hi,

How can I maintain two IP addresses on the same NIC card, one assigned
by
the DHCP server and the other assigned by PPPoE? In our current
implementation, if PPPoE is
performed, the DHCP assigned addressed is lost (and vice versa).

The AddIPAddress() API only works if you want to add static IP address.
What
are the other alternatives?

Thanks,
ennui
 
K

Kurt

Hi,

How can I maintain two IP addresses on the same NIC card, one assigned
by
the DHCP server and the other assigned by PPPoE? In our current
implementation, if PPPoE is
performed, the DHCP assigned addressed is lost (and vice versa).

The AddIPAddress() API only works if you want to add static IP address.
What
are the other alternatives?

Thanks,
ennui
That's it. You can only have one dynamically assigned IP address. If you
need multiples, you'll have to assign them statically. The only other
option is to have a NIC on each segment (subnet).

....kurt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top