<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
            <title>N9 Developer - IPv6 enabler-tool available</title>  
        <link rel="alternate" type="text/html" hreflang="en" href="http://www.developer.nokia.com/Community/Blogs/blog/n9-developer/2011/11/01/ipv6-enabler-tool-available" />
                        <updated>2011-11-03T08:14:59Z</updated>
    <id>http://blogs.forum.nokia.com,8.9/</id>
    <rights>Copyright (c) 2008 Nokia</rights> 
    <generator uri="http://www.lifetype.net/" version="1.2">LifeType</generator> 

                                    <entry>
            <title>Re: How did you check you have no IPv6 address?</title>
            <link rel="alternate" type="text/html" href="http://www.developer.nokia.com/Community/Blogs/blog/n9-developer/2011/11/01/ipv6-enabler-tool-available#comment30112" />
            <id>tag:www.developer.nokia.com,2011-11-03:30112</id>
                        <updated>2011-11-03T08:14:59Z</updated>
            <published>2011-11-03T08:14:59Z</published>
            <summary type="html"> It was my bad. I had checked the ipv6 connectivity on my n900 just 10 minutes before, and then i had a crash on my ipv6 connection at home just after that, before i played around with the N9.. :P ...</summary>
            <author>
                <name>larsxsamuelsson</name>
                <uri>http://www.developer.nokia.com/Community/Blogs/blog/n9-developer</uri>
            </author>
            <content type="text/html" xml:lang="en" xml:base="http://www.developer.nokia.com/Community/Blogs/blog/n9-developer">
                &lt;p&gt;It was my bad. I had checked the ipv6 connectivity on my n900 just 10 minutes before, and then i had a crash on my ipv6 connection at home just after that, before i played around with the N9.. :P&lt;/p&gt;
&lt;p&gt;I feel a little bit ashamed for not checking up on that. :)&lt;/p&gt;
&lt;p&gt;Cheers and kiitos for the assistance! :)&lt;/p&gt;

            </content>
        </entry>
                                    <entry>
            <title>How did you check you have no IPv6 address?</title>
            <link rel="alternate" type="text/html" href="http://www.developer.nokia.com/Community/Blogs/blog/n9-developer/2011/11/01/ipv6-enabler-tool-available#comment30110" />
            <id>tag:www.developer.nokia.com,2011-11-02:30110</id>
                        <updated>2011-11-02T17:18:56Z</updated>
            <published>2011-11-02T17:18:56Z</published>
            <summary type="html"> Did you check the address with &quot;ip addr show&quot; instead of &quot;ifconfig&quot; or did you try browsing for example to www.testipv6.com? (busybox is not IPv6 enabled at the moment and that&#039;s why you should ...</summary>
            <author>
                <name>tsavo</name>
                <uri>http://www.developer.nokia.com/Community/Blogs/blog/n9-developer</uri>
            </author>
            <content type="text/html" xml:lang="en" xml:base="http://www.developer.nokia.com/Community/Blogs/blog/n9-developer">
                &lt;p&gt;Did you check the address with &quot;ip addr show&quot; instead of &quot;ifconfig&quot; or did you try browsing for example to www.testipv6.com? (busybox is not IPv6 enabled at the moment and that&#039;s why you should not assume IPv6 address is not configured just because it is not shown by by ifconfig:-).&lt;/p&gt;

            </content>
        </entry>
                                    <entry>
            <title>Same as the first post</title>
            <link rel="alternate" type="text/html" href="http://www.developer.nokia.com/Community/Blogs/blog/n9-developer/2011/11/01/ipv6-enabler-tool-available#comment30108" />
            <id>tag:www.developer.nokia.com,2011-11-02:30108</id>
                        <updated>2011-11-02T09:08:50Z</updated>
            <published>2011-11-02T09:08:50Z</published>
            <summary type="html"> Hi, 
 Yeah, i noticed the same thing yesterday. Even though the ipv6 module was loaded into the kernel on my n9 it did not receive a ipv6 adress, although the rest of my network devices all got ...</summary>
            <author>
                <name>larsxsamuelsson</name>
                <uri>http://www.developer.nokia.com/Community/Blogs/blog/n9-developer</uri>
            </author>
            <content type="text/html" xml:lang="en" xml:base="http://www.developer.nokia.com/Community/Blogs/blog/n9-developer">
                &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yeah, i noticed the same thing yesterday. Even though the ipv6 module was loaded into the kernel on my n9 it did not receive a ipv6 adress, although the rest of my network devices all got them.&lt;/p&gt;
&lt;p&gt;I&#039;ll try to dig a little deeper into it tonight, but it seems that me and lihamakaroonilaatikko bumped into the same issue. :-[&lt;/p&gt;

            </content>
        </entry>
                                    <entry>
            <title>Re: Works just for Cellular networks?</title>
            <link rel="alternate" type="text/html" href="http://www.developer.nokia.com/Community/Blogs/blog/n9-developer/2011/11/01/ipv6-enabler-tool-available#comment30105" />
            <id>tag:www.developer.nokia.com,2011-11-01:30105</id>
                        <updated>2011-11-01T16:34:50Z</updated>
            <published>2011-11-01T16:34:50Z</published>
            <summary type="html"> This works in WiFi as well. IPv6 kernel module is loaded at any network attachment (by 00_enable_ipv6 script), be that WiFi or cellular. The more complex script (01_enable_apn_ipv6) is required ...</summary>
            <author>
                <name>tsavo</name>
                <uri>http://www.developer.nokia.com/Community/Blogs/blog/n9-developer</uri>
            </author>
            <content type="text/html" xml:lang="en" xml:base="http://www.developer.nokia.com/Community/Blogs/blog/n9-developer">
                &lt;p&gt;This works in WiFi as well. IPv6 kernel module is loaded at any network attachment (by 00_enable_ipv6 script), be that WiFi or cellular. The more complex script (01_enable_apn_ipv6) is required to setup IPv6 PDP in the case of cellular networks.&lt;/p&gt;
&lt;p&gt;Try close/start WiFi and see if it helps.&lt;/p&gt;
&lt;p&gt;You might also want to check what addresses are configured by &quot;ip addr show&quot; command in Terminal, there should be IPv6 addresses on wlan0 interface if your network has IPv6 enabled.&lt;/p&gt;
&lt;p&gt;You can also check with &quot;lsmod | grep ipv6&quot; that the IPv6 kernel module is loaded.&lt;/p&gt;
&lt;p&gt;-Teemu&lt;/p&gt;

            </content>
        </entry>
                                    <entry>
            <title>Works just for Cellular networks?</title>
            <link rel="alternate" type="text/html" href="http://www.developer.nokia.com/Community/Blogs/blog/n9-developer/2011/11/01/ipv6-enabler-tool-available#comment30104" />
            <id>tag:www.developer.nokia.com,2011-11-01:30104</id>
                        <updated>2011-11-01T15:39:07Z</updated>
            <published>2011-11-01T15:39:07Z</published>
            <summary type="html"> I have IPv6 at home but my N9, despite of having installed the ipv6 support, does not get any IPv6 address. I was checking the scripts in the phone just to find out that the IPv6 seems to be ...</summary>
            <author>
                <name>lihamakaroonilaatikko</name>
                <uri>http://www.developer.nokia.com/Community/Blogs/blog/n9-developer</uri>
            </author>
            <content type="text/html" xml:lang="en" xml:base="http://www.developer.nokia.com/Community/Blogs/blog/n9-developer">
                &lt;p&gt;I have IPv6 at home but my N9, despite of having installed the ipv6 support, does not get any IPv6 address. I was checking the scripts in the phone just to find out that the IPv6 seems to be activated only when in cellular network. Is this the case?&lt;/p&gt;

            </content>
        </entry>
    </feed>