[teiid-issues] [JBoss JIRA] Resolved: (TEIID-951) Add/Verify ipv6 readiness

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Mon Sep 20 14:01:28 EDT 2010


     [ https://jira.jboss.org/browse/TEIID-951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramesh Reddy resolved TEIID-951.
--------------------------------

    Resolution: Done


Edit "run.conf" and add or modify to have these following parameters as Java properties

java.net.preferIPv4Stack=false 
java.net.preferIPv6Addresses=true

If your system does not already configured for IPv6, configure it so that it only assigns IPv6 address and then have DNS entry such that it can be used with "hostname", now start your JBoss AS as 

./run.sh -b hostname

That will make use of the IPv6 address underneath. In the Teiid JDBC URL, use the "hostname". If you do not have hostname, you are working directly with IPv6 bind address then use bind address in square brackets in JDBC URL like "[3ffe:ffff:100:f101::1]" as the hostname.

If your system is not configured for IPv6, on Linux you can run following to test

# setup two IPv6 addresses on two different interfaces
MYTESTIP6_0=3ffe:ffff:0100:f101::1
# creating IP addresses
echo "Creating address $MYTESTIP6_0 on eth0"
ip -6 addr add $MYTESTIP6_0 dev eth0
# flush IPv6 tables
echo "Flushing IPv6 tables"
ip6tables -F

Then start the JBoss AS as 
./run.sh -b[3ffe:ffff:0100:f101::1]

The access to the Teiid JDBC is same as defined above.

> Add/Verify ipv6 readiness
> -------------------------
>
>                 Key: TEIID-951
>                 URL: https://jira.jboss.org/browse/TEIID-951
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Documentation, Query Engine
>    Affects Versions: 6.2.0
>            Reporter: Marc Shirley
>            Assignee: Ramesh Reddy
>             Fix For: 7.1.1
>
>   Original Estimate: 2 weeks
>  Remaining Estimate: 2 weeks
>
> Received request for ipv6 support to comply with Federal Government transition.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list