Hi Chirs,
I have seen that if i use "ipconfig" command in Windows 2008 then i got two different IP one is for IPv6 and another is IPv4. So there must be some way to get IPv4 IP in IPv6 computer. So, can you show me any way to get this IPv4 IP using C#? That can be solved my problem.
Thanks.
Main Topics
Browse All Topics





by: Chris-DentPosted on 2009-01-29 at 05:49:10ID: 23497123
You cannot. IPv4 addresses are not equivalent or related to IPv4 addresses. You can only convert when a relationship exists.
You can, of course, create networks based on IPv6 and have them talk to IPv4 networks. And you can tunnel IPv6 over an IPv4 network. However, neither of those involves conversion of address schemes.
Chris