At my current place of employment, on my Windows box, when I do an ipconfig /all from my command prompt I see that I have both a static IP address as well as a dynamic IP address. Why could that be? I am trying to diagram our network structure for a new software project that I'm on...knowing the answer to this question could help out a lot.

link|improve this question

feedback

closed as off topic by EBGreen, Paul Tomblin, Adam Davis, Cade Roux, Tomalak Feb 27 '09 at 15:21

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

3 Answers

up vote 1 down vote accepted

You have multiple NICs and are multi-homed?

link|improve this answer
feedback

These are from different interfaces. You could be on a VPN, have a wireless connection, or have 2 network cards.

link|improve this answer
Or have a VMWare/VirtualBox client running. – Paul Tomblin Feb 27 '09 at 15:14
feedback

One possible reason is if you need to have multiple host names/IPs for a computer with a single NIC. See this link for more information. Personally I can't see why this would be necessary, but it seems that Windows does provide a means to do it anyways.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.