View Single Post
  #2 (permalink)  
Old 10-03-2008, 6:12 PM
JohnH's Avatar
JohnH JohnH is online now
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,328
Reputation: 1315
JohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond repute
Default

You can't, these are different address spaces that are not compatible. The 4 bytes ipv4 is too small to hold the 16 bytes ipv6 address, and ipv4 is not accurate enough for the larger ipv6 address. If someone asks you what's the time, "year 2008" is the ipv4 scope answer. There exist however so called ipv4 transition prefixes that is used in some cases when connecting these different network protocols, but this is usually only for router tunneling. This Wikipedia reading list may get you more details for your direction:
__________________
Reply With Quote