How to maintain both DHCP and PPPoE assigned IP Addresses

  • Thread starter Thread starter en.nui
  • Start date Start date
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
 
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
 
Back
Top