1832535 Members
7652 Online
110043 Solutions
New Discussion

Re: IPv6 Conversion

 
Karthick K S
Frequent Advisor

IPv6 Conversion

What are all the impact for conversion of IPv4 to IPv6?
6 REPLIES 6
Arunvijai_4
Honored Contributor

Re: IPv6 Conversion

You mean in Network or Application porting ?

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Karthick K S
Frequent Advisor

Re: IPv6 Conversion

for both
Adisuria Wangsadinata_1
Honored Contributor

Re: IPv6 Conversion

Hi,

Check this url below :

1. docID : UTRANIPv6002, about 'What are the major differences between IPv4 and IPv6?' :

http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080075730

2. docID : UTRANIPv6028, about 'Why should I move to IPv6 now?' :

http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080075712

3. docID : UTRANIPv6020, about 'What is ICMPv6?' :

http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080075718

4. docID : UTRANIPv6031, about 'Can IPv4 and IPv6 operate simultaneously?' :

http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063198124

5. docID : UTRANIPv6033, about 'What mechanisms allow IPv4 and IPv6 to interoperate?' :

http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063198130

Others related information, can be found at this url below :

http://www2.itrc.hp.com/service/james/search.do?searchtext=ipv4+ipv6+&searchcriteria=allwords&searchtype=SEARCH_TECH_DOCS&rn=25&presort=rank

Hope this information can help you.

Cheers,
AW
now working, next not working ... that's unix
Arunvijai_4
Honored Contributor

Re: IPv6 Conversion

http://docs.hp.com/en/5990-7278/ch07s02.html

Migrating from IPv4 to IPv6

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Karthick K S
Frequent Advisor

Re: IPv6 Conversion

i am using IPv6 for Application porting>

what are the problem will come.
rick jones
Honored Contributor

Re: IPv6 Conversion

i suspect most of the things you will need to change will be covered somewhere in that list of docs. in the main, it boils down to changes wherever you manipulate IP addresses - so, you replace gethostbyname with getaddrinfo, sockaddr_in with sockaddr_storage (IIRC) and the like.

the 2.4.x versions of netperf are "ambidextrous" (ie will work for both IPv4 and IPv6) and you can look at them for examples if you like www.netperf.org (ignore the old nettest_ipv6.c stuff, its functionality is absorbed into nettest_bsd.c...)
there is no rest for the wicked yet the virtuous have no pillows