Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [subversive-dev] Specification of IPv6(Native)

Dear Hirotsugu Okabayashi,

I checked this topic and found that Subversive doesn't allow to use IPv6 addresses as the host name in a repository's URL. So, there is a bug report for this issue:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=418301

The fix for this issue will definitely be included into the Luna simultaneous release build.

Also there are some JVM properties that may be required to be set in order to allow IPv6 usage:

http://docs.oracle.com/javase/1.5.0/docs/guide/net/properties.html

especially the

-Djava.net.preferIP​v6Addresses=true

property.
Otherwise I guess it should work fine, since Java provides support for IPv6.

Best regards,
Alexander Gurov,
Subversive Team.

27.09.2013 11:45, Okabayashi, Hirotsugu пишет:
Dear Developers,

Do you have any plans to adapt Subversive to communicate with Native-IPv6 ?
Now, Subversive can communicate with IPv6 via NAT64.(Client-NAT64 is IPv6 and NAT64-Server is IPv4) But Subversive can't communicate with Native-IPv6.
Sony will expand IPv6 environment. So, we want to know your IPv6's plans.

Regards,

******************************************
Sony Global Solutions Inc.
Global Application Delivery Division
GADC Promotion Department
Technology Promotion Section
Hirotsugu Okabayashi
Tel: 03-5479-6566(ext: 9-337-6566)
Mail:<Hirotsugu.Okabayashi@xxxxxxxxxxx>
******************************************


_______________________________________________
subversive-dev mailing list
subversive-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/subversive-dev


--
Best regards,
Alexander Gurov,
Subversive Team.



Back to the top