<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Topic &#x27;Recieving /128 Address (OpenWRT)&#x27; in forum &#x27;Comcast HSI&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/Recieving-128-Address-OpenWRT-27930365</link>
<description></description>
<language>en</language>
<pubDate>Tue, 21 May 2013 21:45:19 EDT</pubDate>
<lastBuildDate>Tue, 21 May 2013 21:45:19 EDT</lastBuildDate>

<item>
<title>Re: Recieving /128 Address (OpenWRT)</title>
<link>http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27943284</link>
<description><![CDATA[NetDog posted : I really hate to say this but can you try and disable ip6tables for a little bit to see if you get all the traffic working?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27943284</guid>
<pubDate>Thu, 24 Jan 2013 13:50:09 EDT</pubDate>
</item>

<item>
<title>Re: Recieving /128 Address (OpenWRT)</title>
<link>http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27942496</link>
<description><![CDATA[NetFixer posted : If there is anything in the ip6tables information that you posted that would keep your router from processing LAN to WAN IPv6 traffic, I don't see it; but perhaps someone with a keener eye (and more IPv6 experience)<B>*</B> will look at it and let you know definitively.<br><br><B>*</B>When I was actively providing network support before my retirement last year, I did not get involved with native IPv6 support because none of the ISPs I worked with offered it (and I did not even have any clients who needed/used IPv6 tunnels). I have therefore only been involved with my own IPv6 connections, and I have had to learn what I know about IPv6 the hard way. <br><small>--<br>A well-regulated militia, being necessary to the security of a free State, the right of the people to keep and bear arms shall not be infringed.<br><br>When governments fear people, there is liberty. When the people fear the government, there is tyranny.</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27942496</guid>
<pubDate>Thu, 24 Jan 2013 09:44:10 EDT</pubDate>
</item>

<item>
<title>Re: Recieving /128 Address (OpenWRT)</title>
<link>http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27941637</link>
<description><![CDATA[GmDude66 posted : I am thinking this is a firewall issue. <br><br>Can you please look over this config?<br><br><pre class="brush: text">root@OpenWrt:~# ip6tables -L&#012;Chain INPUT (policy ACCEPT)&#012;target     prot opt source               destination         &#012;ACCEPT     all      anywhere             anywhere            ctstate RELATED,ESTABLISHED &#012;ACCEPT     all      anywhere             anywhere            &#012;syn_flood  tcp      anywhere             anywhere            tcp flags:FIN,SYN,RST,ACK/SYN &#012;input_rule  all      anywhere             anywhere            &#012;input      all      anywhere             anywhere            &#012; &#012;Chain FORWARD (policy DROP)&#012;target     prot opt source               destination         &#012;ACCEPT     all      anywhere             anywhere            ctstate RELATED,ESTABLISHED &#012;forwarding_rule  all      anywhere             anywhere            &#012;forward    all      anywhere             anywhere            &#012;reject     all      anywhere             anywhere            &#012; &#012;Chain OUTPUT (policy ACCEPT)&#012;target     prot opt source               destination         &#012;ACCEPT     all      anywhere             anywhere            ctstate RELATED,ESTABLISHED &#012;ACCEPT     all      anywhere             anywhere            &#012;output_rule  all      anywhere             anywhere            &#012;output     all      anywhere             anywhere            &#012; &#012;Chain forward (1 references)&#012;target     prot opt source               destination         &#012;zone_lan_forward  all      anywhere             anywhere            &#012;zone_wan_forward  all      anywhere             anywhere            &#012; &#012;Chain forwarding_lan (1 references)&#012;target     prot opt source               destination         &#012; &#012;Chain forwarding_rule (1 references)&#012;target     prot opt source               destination         &#012; &#012;Chain forwarding_wan (1 references)&#012;target     prot opt source               destination         &#012; &#012;Chain input (1 references)&#012;target     prot opt source               destination         &#012;zone_lan   all      anywhere             anywhere            &#012;zone_wan   all      anywhere             anywhere            &#012; &#012;Chain input_lan (1 references)&#012;target     prot opt source               destination         &#012; &#012;Chain input_rule (1 references)&#012;target     prot opt source               destination         &#012; &#012;Chain input_wan (1 references)&#012;target     prot opt source               destination         &#012; &#012;Chain output (1 references)&#012;target     prot opt source               destination         &#012;zone_lan_ACCEPT  all      anywhere             anywhere            &#012;zone_wan_ACCEPT  all      anywhere             anywhere            &#012; &#012;Chain output_rule (1 references)&#012;target     prot opt source               destination         &#012; &#012;Chain reject (5 references)&#012;target     prot opt source               destination         &#012;REJECT     tcp      anywhere             anywhere            reject-with tcp-reset &#012;REJECT     all      anywhere             anywhere            reject-with icmp6-port-unreachable &#012; &#012;Chain syn_flood (1 references)&#012;target     prot opt source               destination         &#012;RETURN     tcp      anywhere             anywhere            tcp flags:FIN,SYN,RST,ACK/SYN limit: avg 25/sec burst 50 &#012;DROP       all      anywhere             anywhere            &#012; &#012;Chain zone_lan (1 references)&#012;target     prot opt source               destination         &#012;input_lan  all      anywhere             anywhere            &#012;zone_lan_ACCEPT  all      anywhere             anywhere            &#012; &#012;Chain zone_lan_ACCEPT (2 references)&#012;target     prot opt source               destination         &#012;ACCEPT     all      anywhere             anywhere            &#012;ACCEPT     all      anywhere             anywhere            &#012; &#012;Chain zone_lan_DROP (0 references)&#012;target     prot opt source               destination         &#012;DROP       all      anywhere             anywhere            &#012;DROP       all      anywhere             anywhere            &#012; &#012;Chain zone_lan_REJECT (1 references)&#012;target     prot opt source               destination         &#012;reject     all      anywhere             anywhere            &#012;reject     all      anywhere             anywhere            &#012; &#012;Chain zone_lan_forward (1 references)&#012;target     prot opt source               destination         &#012;zone_wan_ACCEPT  all      anywhere             anywhere            &#012;forwarding_lan  all      anywhere             anywhere            &#012;zone_lan_REJECT  all      anywhere             anywhere            &#012; &#012;Chain zone_wan (1 references)&#012;target     prot opt source               destination         &#012;ACCEPT     udp      fe80::/10            fe80::/10           udp spt:dhcpv6-server dpt:dhcpv6-client &#012;ACCEPT     ipv6-icmp    anywhere             anywhere            ipv6-icmp echo-request limit: avg 1000/sec burst 5 &#012;ACCEPT     ipv6-icmp    anywhere             anywhere            ipv6-icmp echo-reply limit: avg 1000/sec burst 5 &#012;ACCEPT     ipv6-icmp    anywhere             anywhere            ipv6-icmp destination-unreachable limit: avg 1000/sec burst 5 &#012;ACCEPT     ipv6-icmp    anywhere             anywhere            ipv6-icmp packet-too-big limit: avg 1000/sec burst 5 &#012;ACCEPT     ipv6-icmp    anywhere             anywhere            ipv6-icmp time-exceeded limit: avg 1000/sec burst 5 &#012;ACCEPT     ipv6-icmp    anywhere             anywhere            ipv6-icmp bad-header limit: avg 1000/sec burst 5 &#012;ACCEPT     ipv6-icmp    anywhere             anywhere            ipv6-icmp unknown-header-type limit: avg 1000/sec burst 5 &#012;ACCEPT     ipv6-icmp    anywhere             anywhere            ipv6-icmp router-solicitation limit: avg 1000/sec burst 5 &#012;ACCEPT     ipv6-icmp    anywhere             anywhere            ipv6-icmp neighbour-solicitation limit: avg 1000/sec burst 5 &#012;ACCEPT     ipv6-icmp    anywhere             anywhere            ipv6-icmp router-advertisement limit: avg 1000/sec burst 5 &#012;ACCEPT     ipv6-icmp    anywhere             anywhere            ipv6-icmp neighbour-advertisement limit: avg 1000/sec burst 5 &#012;input_wan  all      anywhere             anywhere            &#012;zone_wan_REJECT  all      anywhere             anywhere            &#012; &#012;Chain zone_wan_ACCEPT (2 references)&#012;target     prot opt source               destination         &#012;ACCEPT     all      anywhere             anywhere            &#012;ACCEPT     all      anywhere             anywhere            &#012; &#012;Chain zone_wan_DROP (0 references)&#012;target     prot opt source               destination         &#012;DROP       all      anywhere             anywhere            &#012;DROP       all      anywhere             anywhere            &#012; &#012;Chain zone_wan_REJECT (2 references)&#012;target     prot opt source               destination         &#012;reject     all      anywhere             anywhere            &#012;reject     all      anywhere             anywhere            &#012; &#012;Chain zone_wan_forward (1 references)&#012;target     prot opt source               destination         &#012;ACCEPT     ipv6-icmp    anywhere             anywhere            ipv6-icmp echo-request limit: avg 1000/sec burst 5 &#012;ACCEPT     ipv6-icmp    anywhere             anywhere            ipv6-icmp echo-reply limit: avg 1000/sec burst 5 &#012;ACCEPT     ipv6-icmp    anywhere             anywhere            ipv6-icmp destination-unreachable limit: avg 1000/sec burst 5 &#012;ACCEPT     ipv6-icmp    anywhere             anywhere            ipv6-icmp packet-too-big limit: avg 1000/sec burst 5 &#012;ACCEPT     ipv6-icmp    anywhere             anywhere            ipv6-icmp time-exceeded limit: avg 1000/sec burst 5 &#012;ACCEPT     ipv6-icmp    anywhere             anywhere            ipv6-icmp bad-header limit: avg 1000/sec burst 5 &#012;ACCEPT     ipv6-icmp    anywhere             anywhere            ipv6-icmp unknown-header-type limit: avg 1000/sec burst 5 &#012;forwarding_wan  all      anywhere             anywhere            &#012;zone_wan_REJECT  all      anywhere             anywhere&#012; &#012;</pre><!--end code block-->]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27941637</guid>
<pubDate>Wed, 23 Jan 2013 22:51:48 EDT</pubDate>
</item>

<item>
<title>Re: Recieving /128 Address (OpenWRT)</title>
<link>http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27938377</link>
<description><![CDATA[NetFixer posted : <div class="bquote"><said>said by <a href="/profile/1485385" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=1485385');">GmDude66</a>:</said><p>Have not found any results. Thinking about switching back to DD-WRT :P<br> </p></div>Sorry that I took so long to get back to you, but my notebook was in use by someone else, and that is the only reasonably convenient box I have to access my Netgear guest router.<br><br>Once I had it connected, I found that there was no clearly defined config for ICMP6 except for the ip6table rules.<br><br>Just for grins, I did an "ip6tables -F" command in the router which cleared the ipv6 firewall rules. That effectively killed LAN to WAN IPv6 traffic in that router. I then did the traceroute below from the notebook:<br><small><br><br><pre class="brush: text">C:\&gt;tracert6 ipv6.speedtest.comcast.net&#012; &#012;Tracing route to ipv6.speedtest.g.comcast.net &#91;2001:558:1010:5:68:87:73:52&#93;&#012;from 2601:5:c80:85:3c63:a145:83e4:bb93 over a maximum of 30 hops:&#012; &#012;  1        1 ms     1 ms     1 ms  2601:5:c80:85:a221:b7ff:fe9c:602&#012;  2        *        *        *     Request timed out.&#012;  3        *        *        *     Request timed out.&#012;  4        *        *        *     Request timed out.&#012;  5        *        *     ^C&#012; &#012;</pre><!--end code block--><br></small><br><br>As you can see, I was no longer able to do a traceroute to an IPv6 server on the Internet, but my Netgear router still responded to the traceroute ICMP6 echo request on its LAN. Since your router did not respond to the ICMP6 echo request, that would seem to indicate that your problem is not necessarily related to a lack of ICMP6 rules. However, you could do a "ip6tables -L" command in your router to see what rules (if any) are present. Here is what I saw after I flushed the ip6tables in my router:<br><small><br><br><pre class="brush: text">root@WNR1000v2:/# ip6tables -L&#012;Chain INPUT (policy ACCEPT)&#012;target     prot opt source               destination&#012; &#012;Chain FORWARD (policy ACCEPT)&#012;target     prot opt source               destination&#012; &#012;Chain OUTPUT (policy ACCEPT)&#012;target     prot opt source               destination&#012; &#012;</pre><!--end code block--><br></small><br><br>If you don't have any ip6tables rules in your router, that would definitely be a problem, but that may or may not be the only problem. FWIW, here are the ip6tables that are normally in my router:<br><small><br><br><pre class="brush: text">root@WNR1000v2:/# ip6tables -L&#012;Chain INPUT (policy ACCEPT)&#012;target     prot opt source               destination&#012;DROP       ipv6-icmp    anywhere             ::1/128            &#91;8 bytes of unknown target data&#93;&#012;DROP       ipv6-icmp    anywhere             ::1/128            &#91;8 bytes of unknown target data&#93;&#012;IPv6-CONE  all      anywhere             anywhere           &#91;8 bytes of unknown target data&#93;&#012; &#012;Chain FORWARD (policy ACCEPT)&#012;target     prot opt source               destination&#012;DROP       all     !2601:5:c80:85::/64   anywhere           &#91;8 bytes of unknown target data&#93;&#012;DROP       tcp      ::1/128              ::2/128            UNKNOWN match `tcp' &#91;8 bytes of unknown target data&#93;&#012;ACCEPT     udp      ::3/128              ::4/128            UNKNOWN match `udp' &#91;8 bytes of unknown target data&#93;&#012;DROP       ipv6-icmp    ::5/128              ::6/128            ipv6-icmp echo-reply UNKNOWN match `limit' &#91;8 bytes of&#012;ACCEPT     ipv6-icmp    ::5/128              ::6/128            ipv6-icmp echo-reply &#91;8 bytes of unknown target data&#93;&#012;DROP       all      ::7/128              anywhere           &#91;8 bytes of unknown target data&#93;&#012;IPv6-CONE  all      anywhere             anywhere           &#91;8 bytes of unknown target data&#93;&#012; &#012;Chain OUTPUT (policy ACCEPT)&#012;target     prot opt source               destination&#012; &#012;</pre><!--end code block--><br></small><br><br>If you would like to see any specific config or script file on my router, let me know and I will try to find it and post it. I say "try" because even though the router does run on OpenWrt, it is still a Netgear specific version of OpenWrt, and they seem to be doing some rather obfuscated things. Most of the config files that I see are created on the fly by script files on bootup, so I don't see the usual generic config files that are present in public OpenWrt distributions.<br><br><small>--<br>A well-regulated militia, being necessary to the security of a free State, the right of the people to keep and bear arms shall not be infringed.<br><br>When governments fear people, there is liberty. When the people fear the government, there is tyranny.</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27938377</guid>
<pubDate>Wed, 23 Jan 2013 02:25:20 EDT</pubDate>
</item>

<item>
<title>Re: Recieving /128 Address (OpenWRT)</title>
<link>http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27938026</link>
<description><![CDATA[GmDude66 posted : Have not found any results. Thinking about switching back to DD-WRT :P]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27938026</guid>
<pubDate>Tue, 22 Jan 2013 22:32:22 EDT</pubDate>
</item>

<item>
<title>Re: Recieving /128 Address (OpenWRT)</title>
<link>http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27934103</link>
<description><![CDATA[GmDude66 posted : Yes, please post your configuration. In the meantime, I am searching!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27934103</guid>
<pubDate>Mon, 21 Jan 2013 20:21:57 EDT</pubDate>
</item>

<item>
<title>Re: Recieving /128 Address (OpenWRT)</title>
<link>http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27934057</link>
<description><![CDATA[NetFixer posted : <div class="bquote"><said>said by <a href="/profile/1485385" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=1485385');">GmDude66</a>:</said><p>Also, just found this in my kernel log:<br>[93708.410000] icmpv6_send: no reply to icmp error<br> </p></div>The icmpv6 config in your router is where I was just about to suggest that you look; that is why I had requested the IPv6 traceroutes and pings, so that I could see if your router responded on its LAN interface. The fact that your MacBook does not get a reply from your router's LAN when doing a traceroute6 to an Internet location says that something is wonky in your router's icmpv6 config.<br><br>Here is a traceroute I just did to ipv6.speedtest.comcast.net after temporarily disabling IPv6 routing in my D-Link DIR655 by disabling its default allow LAN to WAN IPv6 firewall rule. Following that traceroute is a ping to the router's IPv6 LAN address:<br><small><br><br><pre class="brush: text">C:\&gt;tracert ipv6.speedtest.comcast.net&#012; &#012;Tracing route to ipv6.speedtest.g.comcast.net &#91;2001:558:1010:5:68:87:73:52&#93;&#012;over a maximum of 30 hops:&#012; &#012;  1     1 ms    &lt;1 ms    &lt;1 ms  2601:5:c80:90:1e7e:e5ff:fe4c:e6ff&#012;  2     *        *        *     Request timed out.&#012;  3     *        *        *     Request timed out.&#012;  4     *        *        *     Request timed out.&#012;  5     *     ^C&#012; &#012;C:\&gt;ping 2601:5:c80:90:1e7e:e5ff:fe4c:e6ff&#012; &#012;Pinging 2601:5:c80:90:1e7e:e5ff:fe4c:e6ff with 32 bytes of data:&#012; &#012;Reply from 2601:5:c80:90:1e7e:e5ff:fe4c:e6ff: time&lt;1ms&#012;Reply from 2601:5:c80:90:1e7e:e5ff:fe4c:e6ff: time&lt;1ms&#012;Reply from 2601:5:c80:90:1e7e:e5ff:fe4c:e6ff: time&lt;1ms&#012;Reply from 2601:5:c80:90:1e7e:e5ff:fe4c:e6ff: time&lt;1ms&#012; &#012;Ping statistics for 2601:5:c80:90:1e7e:e5ff:fe4c:e6ff:&#012;    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),&#012;Approximate round trip times in milli-seconds:&#012;    Minimum = 0ms, Maximum = 0ms, Average = 0ms&#012; &#012;</pre><!--end code block--><br></small><br><br>Even with the internal IPv6 routing blocked inside the router, I can still get an ICMP echo response on its LAN interface. Right at this moment it is not convenient for me to connect to my Netgear router to check its icmpv6 config and post some things for you to look for, but later this evening I should be able to do that (if you have not already found the problem in your config before then).<br><br><small>--<br>A well-regulated militia, being necessary to the security of a free State, the right of the people to keep and bear arms shall not be infringed.<br><br>When governments fear people, there is liberty. When the people fear the government, there is tyranny.</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27934057</guid>
<pubDate>Mon, 21 Jan 2013 20:06:31 EDT</pubDate>
</item>

<item>
<title>Re: Recieving /128 Address (OpenWRT)</title>
<link>http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27933961</link>
<description><![CDATA[GmDude66 posted : Also, just found this in my kernel log:<br>[93708.410000] icmpv6_send: no reply to icmp error]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27933961</guid>
<pubDate>Mon, 21 Jan 2013 19:36:04 EDT</pubDate>
</item>

<item>
<title>Re: Recieving /128 Address (OpenWRT)</title>
<link>http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27933756</link>
<description><![CDATA[GmDude66 posted : I cannot ping6 from any computer connected to LAN.<br><br>I can ping6 anything directly from router.<br><br>I disabled the firewall on Mac and on the router (Allow Any From Any To Any).<br><br>I ran a traceroute6:<br><pre class="brush: text">dereks-macbook:~ derek$ traceroute6 ipv6.speedtest.comcast.net&#012;traceroute6 to ipv6.speedtest.g.comcast.net (2001:558:1010:5:68:87:73:52) from 2601:1:b80:53:449c:1b65:79a8:3890, 64 hops max, 12 byte packets&#012; 1  * * *&#012; 2  * * *&#012;^C&#012;dereks-macbook:~ derek$ &#012; &#012;</pre><!--end code block--><br>I noticed on the routes page something funky:<br><pre class="brush: text">Active IPv4-Routes&#012; &#012; &#012; &#012; &#012;Network&#012;Target&#012;IPv4-Gateway&#012;Metric&#012; &#012; &#012; &#012;wan&#012;0.0.0.0/0&#012;98.237.12.1&#012;0&#012; &#012; &#012; &#012;wan&#012;98.237.12.0/22&#012;0.0.0.0&#012;0&#012; &#012; &#012; &#012;lan&#012;192.168.1.0/24&#012;0.0.0.0&#012;0&#012; &#012; &#012; &#012; &#012; &#012; &#012; &#012; &#012; &#012;Active IPv6-Routes&#012; &#012; &#012; &#012; &#012;Network&#012;Target&#012;IPv6-Gateway&#012;Metric&#012; &#012; &#012; &#012;wan&#012;2001:558:6031:17:7C6F:C57F:8412:9424&#012;0:0:0:0:0:0:0:0/0&#012;00000100&#012; &#012; &#012; &#012;wan&#012;2001:558:FEED:0:0:0:0:1&#012;0:0:0:0:0:0:0:0/0&#012;00000000&#012; &#012; &#012; &#012;wan&#012;2001:558:FEED:0:0:0:0:2&#012;0:0:0:0:0:0:0:0/0&#012;00000000&#012; &#012; &#012; &#012;loopback&#012;2601:1:B80:4E:0:0:0:0/64&#012;0:0:0:0:0:0:0:0/0&#012;00000100&#012; &#012; &#012; &#012;loopback&#012;2601:1:B80:53:449C:1B65:79A8:3890&#012;0:0:0:0:0:0:0:0/0&#012;00000000&#012; &#012; &#012; &#012;loopback&#012;2601:1:B80:53:0:0:0:0/64&#012;0:0:0:0:0:0:0:0/0&#012;00000100&#012; &#012; &#012; &#012;lan&#012;2601:1:B80:53:0:0:0:0/64&#012;0:0:0:0:0:0:0:0/0&#012;00000100&#012; &#012; &#012; &#012;wan&#012;2607:F8B0:4006:800:0:0:0:1000&#012;0:0:0:0:0:0:0:0/0&#012;00000000&#012; &#012; &#012; &#012;wan&#012;2607:F8B0:4006:803:0:0:0:1005&#012;0:0:0:0:0:0:0:0/0&#012;00000000&#012; &#012; &#012; &#012;wan&#012;0:0:0:0:0:0:0:0/0&#012;0:0:0:0:0:0:0:0/0&#012;00000400&#012; &#012; &#012; &#012;loopback&#012;0:0:0:0:0:0:0:0/0&#012;0:0:0:0:0:0:0:0/0&#012;FFFFFFFF&#012; &#012;</pre><!--end code block--><br>There is no ipv6 gateway listed for anything. <br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27933756</guid>
<pubDate>Mon, 21 Jan 2013 18:25:27 EDT</pubDate>
</item>

<item>
<title>Re: Recieving /128 Address (OpenWRT)</title>
<link>http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27931507</link>
<description><![CDATA[graysonf posted : <div class="bquote"><said>said by <a href="/profile/1030204" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=1030204');">NetFixer</a>:</said><p>The problem in my case was that the IPv6 firewall in the DIR655 did not have a default allow outbound rule (unlike any router's firewall I have ever seen). </p></div>m0n0wall also does not have a default "allow outbound to any" rule for IPv6 internal interfaces.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27931507</guid>
<pubDate>Mon, 21 Jan 2013 00:01:03 EDT</pubDate>
</item>

<item>
<title>Re: Recieving /128 Address (OpenWRT)</title>
<link>http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27931412</link>
<description><![CDATA[NetFixer posted : <div class="bquote"><said>said by <a href="/profile/1485385" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=1485385');">GmDude66</a>:</said><p>Hmm my Mac was assigned both ipv6 and ipv4 addresses. Still cannot ping on 6.<br> </p></div>Interesting, it looks as if it should be working. <br><br>Can you ping6 your router's LAN IPv6 address [2601:1:b80:4e:126f:3fff:fe02:c1ca]?<br><br>Does a traceroute6 to a known public IPv6 host like ipv6.speedtest.comcast.net reach your router's LAN interface and stop there? Does it even reach your router's LAN interface? <br><br>I know these seem like dumb questions, but I am just trying to see where the blockage occurs. Since you say you can get internet IPv6 connectivity from inside your router, and since the router and your MacBook both have IPv6 address assignments, I am thinking that this may be a firewall problem. The question would be is it the MacBook's firewall or the router's firewall. <br><br>I ran into a similar scenario when I first enabled the IPv6 firewall in my D-Link DIR655. The router and attached devices had IPv6 addresses, and I could do IPv6 pings to the internet from inside the router, but IPv6 connectivity from attached devices stopped at the DIR655's LAN interface. The problem in my case was that the IPv6 firewall in the DIR655 did not have a default allow outbound rule (unlike any router's firewall I have ever seen). As soon as I created a default allow outbound rule in its IPv6 firewall, I had IPv6 connectivity.<br><small>--<br>A well-regulated militia, being necessary to the security of a free State, the right of the people to keep and bear arms shall not be infringed.<br><br>When governments fear people, there is liberty. When the people fear the government, there is tyranny.</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27931412</guid>
<pubDate>Sun, 20 Jan 2013 23:15:04 EDT</pubDate>
</item>

<item>
<title>Re: Recieving /128 Address (OpenWRT)</title>
<link>http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27931184</link>
<description><![CDATA[GmDude66 posted : Hmm my Mac was assigned both ipv6 and ipv4 addresses. Still cannot ping on 6.<br><br><pre class="brush: text">dereks-macbook:~ derek$ ifconfig&#012;lo0: flags=8049&lt;UP,LOOPBACK,RUNNING,MULTICAST&gt; mtu 16384&#012;options=3&lt;RXCSUM,TXCSUM&gt;&#012;inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 &#012;inet 127.0.0.1 netmask 0xff000000 &#012;inet6 ::1 prefixlen 128 &#012;gif0: flags=8010&lt;POINTOPOINT,MULTICAST&gt; mtu 1280&#012;stf0: flags=0&lt;&gt; mtu 1280&#012;en0: flags=8863&lt;UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST&gt; mtu 1500&#012;options=27&lt;RXCSUM,TXCSUM,VLAN_MTU,TSO4&gt;&#012;ether 00:23:32:d1:22:1e &#012;media: autoselect&#012;status: inactive&#012;en1: flags=8863&lt;UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST&gt; mtu 1500&#012;ether 00:23:6c:81:2c:25 &#012;inet6 fe80::223:6cff:fe81:2c25%en1 prefixlen 64 scopeid 0x5 &#012;inet 192.168.1.189 netmask 0xffffff00 broadcast 192.168.1.255&#012;inet6 2601:1:b80:4e:223:6cff:fe81:2c25 prefixlen 64 autoconf &#012;inet6 2601:1:b80:4e:9861:914f:fd8f:2e5c prefixlen 64 autoconf temporary &#012;media: autoselect&#012;status: active&#012;p2p0: flags=8843&lt;UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST&gt; mtu 2304&#012;ether 02:23:6c:81:2c:25 &#012;media: autoselect&#012;status: inactive&#012; &#012;</pre><!--end code block--><br><pre class="brush: text">dereks-macbook:~ derek$ ping www.comcast.net&#012;PING a1526.dscg.akamai.net (184.51.126.43): 56 data bytes&#012;64 bytes from 184.51.126.43: icmp_seq=0 ttl=55 time=26.557 ms&#012;64 bytes from 184.51.126.43: icmp_seq=1 ttl=55 time=27.885 ms&#012;64 bytes from 184.51.126.43: icmp_seq=2 ttl=55 time=28.937 ms&#012;64 bytes from 184.51.126.43: icmp_seq=3 ttl=55 time=31.577 ms&#012;^C&#012;--- a1526.dscg.akamai.net ping statistics ---&#012;4 packets transmitted, 4 packets received, 0.0% packet loss&#012;round-trip min/avg/max/stddev = 26.557/28.739/31.577/1.843 ms&#012;dereks-macbook:~ derek$ ping6 www.comcast.net&#012;PING6(56=40+8+8 bytes) 2601:1:b80:4e:9861:914f:fd8f:2e5c --&gt; 2001:559:0:5c::1743:3e40&#012;^C&#012;--- a1526.dscg.akamai.net ping6 statistics ---&#012;141 packets transmitted, 0 packets received, 100.0% packet loss&#012; &#012;dereks-macbook:~ derek$ ping6 ipv6.google.com&#012;PING6(56=40+8+8 bytes) 2601:1:b80:4e:9861:914f:fd8f:2e5c --&gt; 2607:f8b0:400c:c01::67&#012;^C&#012;--- ipv6.l.google.com ping6 statistics ---&#012;23 packets transmitted, 0 packets received, 100.0% packet loss&#012; &#012; &#012;</pre><!--end code block-->]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27931184</guid>
<pubDate>Sun, 20 Jan 2013 21:55:12 EDT</pubDate>
</item>

<item>
<title>Re: Recieving /128 Address (OpenWRT)</title>
<link>http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27931115</link>
<description><![CDATA[NetFixer posted : It looks to me as if it should be working OK.<br><br>On your WAN you have 2001:558:6031:17:xxxx:xxxx:xxxx:xxxx/128<br>On your LAN you have 2601:1:b80:4e:126f:xxxx:xxxx:xxxx/64<br><br>Here are the similar results from my Netgear WNR1000v2-VC which runs Netgears' implementation of OpenWRT:<br><small><br><br><pre class="brush: text">BusyBox v1.4.2 (2012-04-17 12:26:16 EDT) Built-in shell (ash)&#012;Enter 'help' for a list of built-in commands.&#012; &#012;  _______                     ________        __&#012; |       |.-----.-----.-----.|  |  |  |.----.|  |_&#012; |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|&#012; |_______||   __|_____|__|__||________||__|  |____|&#012;          |__| W I R E L E S S   F R E E D O M&#012; KAMIKAZE (7.09) -----------------------------------&#012;  * 10 oz Vodka       Shake well with ice and strain&#012;  * 10 oz Triple sec  mixture into 10 shot glasses.&#012;  * 10 oz lime juice  Salute!&#012; ---------------------------------------------------&#012;root@WNR1000v2:/# ifconfig&#012;ath0      Link encap:Ethernet  HWaddr A0:21:B7:9C:06:02&#012;          inet6 addr: fe80::a221:b7ff:fe9c:602/64 Scope:Link&#012;          UP BROADCAST RUNNING MULTICAST  MTU:2290  Metric:1&#012;          RX packets:129598 errors:0 dropped:0 overruns:0 frame:0&#012;          TX packets:145453 errors:0 dropped:5643 overruns:0 carrier:0&#012;          collisions:0 txqueuelen:1000&#012;          RX bytes:51624197 (49.2 MiB)  TX bytes:149549679 (142.6 MiB)&#012; &#012;br0       Link encap:Ethernet  HWaddr A0:21:B7:9C:06:02&#012;          inet addr:192.168.10.1  Bcast:192.168.10.255  Mask:255.255.255.0&#012;          inet6 addr: 2601:5:c80:56:a221:b7ff:fe9c:602/64 Scope:Global&#012;          inet6 addr: fe80::a221:b7ff:fe9c:602/64 Scope:Link&#012;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&#012;          RX packets:129602 errors:0 dropped:0 overruns:0 frame:0&#012;          TX packets:150140 errors:0 dropped:0 overruns:0 carrier:0&#012;          collisions:0 txqueuelen:0&#012;          RX bytes:49809849 (47.5 MiB)  TX bytes:150169209 (143.2 MiB)&#012; &#012;eth0      Link encap:Ethernet  HWaddr A0:21:B7:9C:06:03&#012;          inet addr:67.177.173.18  Bcast:255.255.255.255  Mask:255.255.252.0&#012;          inet6 addr: fe80::a221:b7ff:fe9c:603/64 Scope:Link&#012;          inet6 addr: 2001:558:6016:19:2434:808:f8f1:f5b3/64 Scope:Global&#012;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&#012;          RX packets:10364834 errors:0 dropped:0 overruns:0 frame:0&#012;          TX packets:118415 errors:0 dropped:0 overruns:0 carrier:0&#012;          collisions:0 txqueuelen:1000&#012;          RX bytes:902017481 (860.2 MiB)  TX bytes:56475172 (53.8 MiB)&#012; &#012;eth1      Link encap:Ethernet  HWaddr A0:21:B7:9C:06:02&#012;          UP BROADCAST MULTICAST  MTU:1500  Metric:1&#012;          RX packets:0 errors:0 dropped:0 overruns:0 frame:0&#012;          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&#012;          collisions:0 txqueuelen:1000&#012;          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)&#012; &#012;lo        Link encap:Local Loopback&#012;          inet addr:127.0.0.1  Mask:255.0.0.0&#012;          inet6 addr: ::1/128 Scope:Host&#012;          UP LOOPBACK RUNNING  MTU:16436  Metric:1&#012;          RX packets:1207325 errors:0 dropped:0 overruns:0 frame:0&#012;          TX packets:1207325 errors:0 dropped:0 overruns:0 carrier:0&#012;          collisions:0 txqueuelen:0&#012;          RX bytes:56615788 (53.9 MiB)  TX bytes:56615788 (53.9 MiB)&#012; &#012;wifi0     Link encap:Ethernet  HWaddr A0:21:B7:9C:06:02&#012;          inet6 addr: fe80::a221:b7ff:fe9c:602/64 Scope:Link&#012;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&#012;          RX packets:0 errors:0 dropped:0 overruns:0 frame:0&#012;          TX packets:0 errors:22 dropped:0 overruns:0 carrier:0&#012;          collisions:0 txqueuelen:1000&#012;          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)&#012;          Interrupt:48 Memory:b0000000-b0010000&#012; &#012;root@WNR1000v2:/# ps&#012;  PID  Uid     VmSize Stat Command&#012;    1 root        364 S   init&#012;    2 root            SWN &#91;ksoftirqd/0&#93;&#012;    3 root            SW&lt; &#91;events/0&#93;&#012;    4 root            SW&lt; &#91;khelper&#93;&#012;    5 root            SW&lt; &#91;kthread&#93;&#012;    8 root            SW&lt; &#91;kblockd/0&#93;&#012;   36 root            SW  &#91;pdflush&#93;&#012;   37 root            SW  &#91;pdflush&#93;&#012;   39 root            SW&lt; &#91;aio/0&#93;&#012;   38 root            SW  &#91;kswapd0&#93;&#012;   50 root            SW  &#91;mtdblockd&#93;&#012;  140 root        264 S   klogd&#012;  144 root        296 S   datalib&#012;  237 root        108 S   /usr/sbin/potval&#012;  338 root        296 S   udhcpd /tmp/udhcpd.conf&#012;  342 root        228 S   /usr/sbin/net-scan&#012;  355 root        128 S   /usr/sbin/hnapd&#012;  386 root        424 S   /usr/sbin/dnsmasq -r /tmp/resolv.conf --wan-interface&#012;  470 root        240 S   udhcpc -b -i eth0 -h ap2 -r 192.168.9.10 -N 192.168.9&#012;  504 root        332 S   /usr/sbin/ez-ipupdate -c /tmp/ez-ipupd.conf -b /tmp/e&#012; 1714 root        632 S   hostapd /var/run/topology.conf&#012; 1723 root        208 S   /usr/bin/wlanlog&#012; 1744 root        352 S   syslogd -m 0 -T GMT+6GMT,M3.2.0/2:00,M11.1.0/2:00 -c&#012; 1760 root        304 S   /usr/sbin/ntpclient&#012; 1765 root        360 S   crond -c /tmp/etc/crontabs -T GMT+6GMT,M3.2.0/2:00,M1&#012; 1783 root        880 S   uhttpd -e /usr/sbin/detwan&#012; 1786 root        140 S   inetd&#012; 1791 root        216 S   /usr/bin/detcable 2&#012; 1793 root        424 S   /bin/sh /sbin/button_detecte&#012; 1828 root        280 S   lld2d br0&#012; 1853 root        296 S   /sbin/traffic_meter&#012; 1861 root        208 S   init&#012;15576 root        480 S   /sbin/deamonv6 eth0&#012;15829 root        364 S   /usr/sbin/radvd -C /tmp/radvd.conf&#012;15834 root        408 S   /usr/sbin/dhcp6s -3 -c /tmp/dhcp6s.conf -i br0&#012;15841 root        652 S   /usr/sbin/ripngd -d -f /etc/ripngd.conf&#012;15852 root        596 S   /usr/sbin/zebra -dk -f /etc/zebra.conf&#012;31049 root        260 S   /usr/sbin/utelnetd -d -i br0&#012;20205 root        460 S   /bin/ash --login&#012;20262 root        288 S   /bin/sleep 1&#012;20263 root        380 R   ps&#012; &#012;</pre><!--end code block--><br></small><br><br>The WNR1000v2-VC does have a /64 on its WAN instead of a /128, but it really should be a /128 (there is a bug in the firmware).<br><br>Does an IPv6 compatible PC connected to the router's LAN not get a IPv4 and IPv6 addresses assigned?<br><br>Here is the ipconfig and netsh information (and a couple of IPv6 and IPv4 ping tests) from the notebook that is currently using my Netgear WNR1000v2-VC router:<br><small><br><br><pre class="brush: text">C:\&gt;ipconfig&#012; &#012;Windows IP Configuration&#012; &#012;Ethernet adapter Wireless Network Connection 8:&#012; &#012;        Connection-specific DNS Suffix  . :&#012;        IP Address. . . . . . . . . . . . : 192.168.10.18&#012;        Subnet Mask . . . . . . . . . . . : 255.255.255.0&#012;        IP Address. . . . . . . . . . . . : 2601:5:c80:56:9c32:127f:a63e:188e&#012;        IP Address. . . . . . . . . . . . : 2601:5:c80:56:21a:73ff:fe67:2cdc&#012;        IP Address. . . . . . . . . . . . : fe80::21a:73ff:fe67:2cdc%8&#012;        Default Gateway . . . . . . . . . : 192.168.10.1&#012;                                            fe80::a221:b7ff:fe9c:602%8&#012; &#012;Tunnel adapter Teredo Tunneling Pseudo-Interface:&#012; &#012;        Connection-specific DNS Suffix  . :&#012;        IP Address. . . . . . . . . . . . : fe80::ffff:ffff:fffd%5&#012;        Default Gateway . . . . . . . . . :&#012; &#012;Tunnel adapter Automatic Tunneling Pseudo-Interface:&#012; &#012;        Connection-specific DNS Suffix  . :&#012;        IP Address. . . . . . . . . . . . : fe80::5efe:192.168.10.18%2&#012;        Default Gateway . . . . . . . . . :&#012; &#012;C:\&gt;netsh int ipv6 show addr&#012;Querying active state...&#012; &#012;Interface 8: Wireless Network Connection 8&#012; &#012;Addr Type  DAD State  Valid Life   Pref. Life   Address&#012;---------  ---------- ------------ ------------ -----------------------------&#012;Temporary  Preferred     23h59m56s    19h57m40s 2601:5:c80:56:9c32:127f:a63e:188e&#012;Public     Preferred     23h59m56s    23h59m56s 2601:5:c80:56:21a:73ff:fe67:2cdc&#012;Link       Preferred      infinite     infinite fe80::21a:73ff:fe67:2cdc&#012; &#012;Interface 5: Teredo Tunneling Pseudo-Interface&#012; &#012;Addr Type  DAD State  Valid Life   Pref. Life   Address&#012;---------  ---------- ------------ ------------ -----------------------------&#012;Link       Preferred      infinite     infinite fe80::ffff:ffff:fffd&#012; &#012;Interface 2: Automatic Tunneling Pseudo-Interface&#012; &#012;Addr Type  DAD State  Valid Life   Pref. Life   Address&#012;---------  ---------- ------------ ------------ -----------------------------&#012;Link       Preferred      infinite     infinite fe80::5efe:192.168.10.18&#012; &#012;Interface 1: Loopback Pseudo-Interface&#012; &#012;Addr Type  DAD State  Valid Life   Pref. Life   Address&#012;---------  ---------- ------------ ------------ -----------------------------&#012;Loopback   Preferred      infinite     infinite ::1&#012;Link       Preferred      infinite     infinite fe80::1&#012; &#012;C:\&gt;ping www.comcast.net&#012; &#012;Pinging a1526.dscg.akamai.net &#91;2001:559:0:501::48f6:2d1b&#93; with 32 bytes of data:&#012; &#012;Reply from 2001:559:0:501::48f6:2d1b: time=31ms&#012;Reply from 2001:559:0:501::48f6:2d1b: time=32ms&#012;Reply from 2001:559:0:501::48f6:2d1b: time=31ms&#012;Reply from 2001:559:0:501::48f6:2d1b: time=31ms&#012; &#012;Ping statistics for 2001:559:0:501::48f6:2d1b:&#012;    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),&#012;Approximate round trip times in milli-seconds:&#012;    Minimum = 31ms, Maximum = 32ms, Average = 31ms&#012; &#012;C:\&gt;ping -4 www.comcast.net&#012; &#012;Pinging a1526.dscg.akamai.net &#91;23.62.111.185&#93; with 32 bytes of data:&#012; &#012;Reply from 23.62.111.185: bytes=32 time=19ms TTL=58&#012;Reply from 23.62.111.185: bytes=32 time=20ms TTL=58&#012;Reply from 23.62.111.185: bytes=32 time=18ms TTL=58&#012;Reply from 23.62.111.185: bytes=32 time=19ms TTL=58&#012; &#012;Ping statistics for 23.62.111.185:&#012;    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),&#012;Approximate round trip times in milli-seconds:&#012;    Minimum = 18ms, Maximum = 20ms, Average = 19ms&#012; &#012;</pre><!--end code block--><br></small><br><br><small>--<br>A well-regulated militia, being necessary to the security of a free State, the right of the people to keep and bear arms shall not be infringed.<br><br>When governments fear people, there is liberty. When the people fear the government, there is tyranny.</small><br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27931115</guid>
<pubDate>Sun, 20 Jan 2013 21:30:13 EDT</pubDate>
</item>

<item>
<title>Re: Recieving /128 Address (OpenWRT)</title>
<link>http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27930877</link>
<description><![CDATA[GmDude66 posted : <pre class="brush: text">root@OpenWrt:~# ifconfig&#012;br-lan    Link encap:Ethernet  HWaddr 10:6F:3F:02:C1:CA  &#012;          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0&#012;          inet6 addr: 2601:1:b80:4e:126f:xxxx:xxxx:xxxx/64 Scope:Global&#012;          inet6 addr: fe80::126f:3fff:fe02:c1ca/64 Scope:Link&#012;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&#012;          RX packets:78895 errors:0 dropped:0 overruns:0 frame:0&#012;          TX packets:83868 errors:0 dropped:0 overruns:0 carrier:0&#012;          collisions:0 txqueuelen:0 &#012;          RX bytes:12161524 (11.5 MiB)  TX bytes:73301550 (69.9 MiB)&#012; &#012;eth0      Link encap:Ethernet  HWaddr 10:6F:3F:02:C1:CA  &#012;          inet6 addr: fe80::126f:xxxx:xxxx:xxxx/64 Scope:Link&#012;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&#012;          RX packets:274691 errors:0 dropped:10 overruns:0 frame:0&#012;          TX packets:84564 errors:0 dropped:0 overruns:0 carrier:0&#012;          collisions:0 txqueuelen:1000 &#012;          RX bytes:86672260 (82.6 MiB)  TX bytes:14455055 (13.7 MiB)&#012;          Interrupt:4 &#012; &#012;eth0.1    Link encap:Ethernet  HWaddr 10:6F:3F:02:C1:CA  &#012;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&#012;          RX packets:0 errors:0 dropped:0 overruns:0 frame:0&#012;          TX packets:3549 errors:0 dropped:0 overruns:0 carrier:0&#012;          collisions:0 txqueuelen:0 &#012;          RX bytes:0 (0.0 B)  TX bytes:1074767 (1.0 MiB)&#012; &#012;eth0.2    Link encap:Ethernet  HWaddr 10:6F:3F:02:C1:CA  &#012;          inet addr:98.237.xxx.xxx  Bcast:98.237.xxx.xxx  Mask:255.255.252.0&#012;          inet6 addr: fe80::126f:xxxx:xxxx:xxxx/64 Scope:Link&#012;          inet6 addr: 2001:558:6031:17:xxxx:xxxx:xxxx:xxxx/128 Scope:Global&#012;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&#012;          RX packets:274662 errors:0 dropped:0 overruns:0 frame:0&#012;          TX packets:81007 errors:0 dropped:0 overruns:0 carrier:0&#012;          collisions:0 txqueuelen:0 &#012;          RX bytes:81725969 (77.9 MiB)  TX bytes:13041376 (12.4 MiB)&#012; &#012;lo        Link encap:Local Loopback  &#012;          inet addr:127.0.0.1  Mask:255.0.0.0&#012;          inet6 addr: ::1/128 Scope:Host&#012;          inet6 addr: 2601:1:b80:4e:200:ff:fe00:0/64 Scope:Global&#012;          UP LOOPBACK RUNNING  MTU:16436  Metric:1&#012;          RX packets:16 errors:0 dropped:0 overruns:0 frame:0&#012;          TX packets:16 errors:0 dropped:0 overruns:0 carrier:0&#012;          collisions:0 txqueuelen:0 &#012;          RX bytes:1648 (1.6 KiB)  TX bytes:1648 (1.6 KiB)&#012; &#012;wlan0     Link encap:Ethernet  HWaddr 10:6F:3F:02:XX:XX  &#012;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&#012;          RX packets:86980 errors:0 dropped:0 overruns:0 frame:0&#012;          TX packets:92123 errors:0 dropped:0 overruns:0 carrier:0&#012;          collisions:0 txqueuelen:32 &#012;          RX bytes:14619439 (13.9 MiB)  TX bytes:76024312 (72.5 MiB)&#012; &#012; &#012;</pre><!--end code block--><br><pre class="brush: text">root@OpenWrt:~# ps&#012;  PID USER       VSZ STAT COMMAND&#012;    1 root      1504 S    init&#012;    2 root         0 SW   &#91;kthreadd&#93;&#012;    3 root         0 SW   &#91;ksoftirqd/0&#93;&#012;    4 root         0 SW   &#91;kworker/0:0&#93;&#012;    5 root         0 SW   &#91;kworker/u:0&#93;&#012;    6 root         0 SW&lt;  &#91;khelper&#93;&#012;    7 root         0 SW   &#91;kworker/u:1&#93;&#012;   63 root         0 SW   &#91;sync_supers&#93;&#012;   65 root         0 SW   &#91;bdi-default&#93;&#012;   67 root         0 SW&lt;  &#91;kblockd&#93;&#012;   98 root         0 SW   &#91;kswapd0&#93;&#012;  146 root         0 SW   &#91;fsnotify_mark&#93;&#012;  176 root         0 SW&lt;  &#91;ath79-spi&#93;&#012;  190 root         0 SW   &#91;mtdblock0&#93;&#012;  197 root         0 SW   &#91;mtdblock1&#93;&#012;  226 root         0 SW   &#91;mtdblock2&#93;&#012;  231 root         0 SW   &#91;mtdblock3&#93;&#012;  236 root         0 SW   &#91;mtdblock4&#93;&#012;  241 root         0 SW   &#91;mtdblock5&#93;&#012;  246 root         0 SW   &#91;mtdblock6&#93;&#012;  251 root         0 SW   &#91;mtdblock7&#93;&#012;  256 root         0 SW   &#91;mtdblock8&#93;&#012;  261 root         0 SW   &#91;mtdblock9&#93;&#012;  463 root         0 SWN  &#91;jffs2_gcd_mtd7&#93;&#012;  481 root      1504 S    init&#012;  519 root         0 SW&lt;  &#91;cfg80211&#93;&#012;  527 root         0 SW   &#91;khubd&#93;&#012;  611 root      1508 S    /sbin/syslogd -l 8 -C16&#012;  613 root      1492 S    /sbin/klogd&#012;  615 root       860 S    /sbin/hotplug2 --override --persistent --set-rules-f&#012;  621 root       868 S    /sbin/ubusd&#012;  625 root      1524 S    /sbin/netifd&#012;  673 root      1508 S    udhcpc -p /var/run/udhcpc-eth0.2.pid -s /lib/netifd/&#012;  867 root      1500 S    /sbin/watchdog -t 5 /dev/watchdog&#012;  962 root      1428 S    hostapd -P /var/run/wifi-phy0.pid -B /var/run/hostap&#012; 1044 root       932 S    /usr/sbin/dhcp6c -c /var/etc/dhcp6c.conf eth0.2&#012; 1273 root       940 S    /usr/sbin/radvd -C /var/etc/radvd.conf -m stderr_sys&#012; 1275 root       940 S    /usr/sbin/radvd -C /var/etc/radvd.conf -m stderr_sys&#012; 1344 root       932 S    /usr/sbin/miniupnpd -f /var/etc/miniupnpd.conf&#012; 1512 root      1152 S    /usr/sbin/dropbear -P /var/run/dropbear.1.pid -p 22&#012; 1547 root      1152 S    /usr/sbin/uhttpd -f -h /www -r OpenWrt -x /cgi-bin -&#012; 1577 nobody     960 S    /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf&#012; 1591 root      1500 S    /usr/sbin/ntpd -n -p 0.openwrt.pool.ntp.org -p 1.ope&#012; 1596 root         0 SW   &#91;kworker/0:2&#93;&#012; 4624 root      1220 S    /usr/sbin/dropbear -P /var/run/dropbear.1.pid -p 22&#012; 4625 root      1504 S    -ash&#012; 4630 root         0 SW   &#91;kworker/0:1&#93;&#012; 4632 root      1496 R    ps&#012; &#012;</pre><!--end code block-->]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27930877</guid>
<pubDate>Sun, 20 Jan 2013 20:03:44 EDT</pubDate>
</item>

<item>
<title>Re: Recieving /128 Address (OpenWRT)</title>
<link>http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27930703</link>
<description><![CDATA[NetFixer posted : Actually, Comcast normally assigns a /128 IPv6 address to a router's WAN interface, and a /64 (or perhaps a /60 depending on your router's capability) to the router's LAN using DHCP6-PD. Your problem is probably with your DHCP6-PD implementation. However, you did not post any config settings that tell us how you are doing your IPv6 connection.<br><br>For starters, show us the results of an "ifconfig" command and a "ps" command so that we can see how each interface is currently configured, and so that we can see what modules are running.<br><small>--<br>A well-regulated militia, being necessary to the security of a free State, the right of the people to keep and bear arms shall not be infringed.<br><br>When governments fear people, there is liberty. When the people fear the government, there is tyranny.</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27930703</guid>
<pubDate>Sun, 20 Jan 2013 18:58:32 EDT</pubDate>
</item>

<item>
<title>Re: Recieving /128 Address (OpenWRT)</title>
<link>http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27930383</link>
<description><![CDATA[GmDude66 posted : I have an SB6120 with 4/3 Bonding ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27930383</guid>
<pubDate>Sun, 20 Jan 2013 16:54:20 EDT</pubDate>
</item>

<item>
<title>Re: Recieving /128 Address (OpenWRT)</title>
<link>http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27930376</link>
<description><![CDATA[tshirt posted :  what modem do you have?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Recieving-128-Address-OpenWRT-27930376</guid>
<pubDate>Sun, 20 Jan 2013 16:52:11 EDT</pubDate>
</item>

<item>
<title>Recieving /128 Address (OpenWRT)</title>
<link>http://www.dslreports.com/forum/Recieving-128-Address-OpenWRT-27930365</link>
<description><![CDATA[GmDude66 posted : Hello, any reason my router is receiving a /128 address? <br><br>I can ping perfectly fine from the router. <br><br>Everything else is a no-go.<br><br>I have a Buffalo WZR-HP-300GH2 running OpenWRT Attitude Adjustment. <br><br><pre class="brush: text">root@OpenWrt:~# cat /etc/config/network&#012; &#012;config interface 'loopback'&#012;option ifname 'lo'&#012;option proto 'static'&#012;option ipaddr '127.0.0.1'&#012;option netmask '255.0.0.0'&#012; &#012;config interface 'lan'&#012;option ifname 'eth0.1'&#012;option type 'bridge'&#012;option proto 'static'&#012;option ipaddr '192.168.1.1'&#012;option netmask '255.255.255.0'&#012;option ip6assign '64'&#012; &#012; &#012;config interface 'wan'&#012;option ifname 'eth0.2'&#012;option proto 'dhcp'&#012;option accept_ra '1'&#012; &#012;config switch&#012;option name 'eth0'&#012;option reset '1'&#012;option enable_vlan '1'&#012; &#012;config switch_vlan&#012;option device 'eth0'&#012;option vlan '1'&#012;option ports '0t 1 3 4 5'&#012; &#012;config switch_vlan&#012;option device 'eth0'&#012;option vlan '2'&#012;option ports '0t 2'&#012; &#012;</pre><!--end code block--><br><pre class="brush: text">root@OpenWrt:~# cat /etc/config/firewall&#012;config defaults&#012;option syn_flood1&#012;option inputACCEPT&#012;option outputACCEPT&#012;option forwardREJECT&#012;# Uncomment this line to disable ipv6 rules&#012;#option disable_ipv61&#012; &#012;config zone&#012;option namelan&#012;option network'lan'&#012;option inputACCEPT&#012;option outputACCEPT&#012;option forwardREJECT&#012; &#012;config zone&#012;option namewan&#012;option network'wan'&#012;option inputREJECT&#012;option outputACCEPT&#012;option forwardREJECT&#012;option masq1&#012;option mtu_fix1&#012; &#012;config forwarding&#012;option srclan&#012;option destwan&#012; &#012;# We need to accept udp packets on port 68,&#012;# see https://dev.openwrt.org/ticket/4108&#012;config rule&#012;option nameAllow-DHCP-Renew&#012;option srcwan&#012;option protoudp&#012;option dest_port68&#012;option targetACCEPT&#012;option familyipv4&#012; &#012;# Allow IPv4 ping&#012;config rule&#012;option nameAllow-Ping&#012;option srcwan&#012;option protoicmp&#012;option icmp_typeecho-request&#012;option familyipv4&#012;option targetACCEPT&#012; &#012;# Allow DHCPv6 replies&#012;# see https://dev.openwrt.org/ticket/10381&#012;config rule&#012;option nameAllow-DHCPv6&#012;option srcwan&#012;option protoudp&#012;option src_ipfe80::/10&#012;option src_port547&#012;option dest_ipfe80::/10&#012;option dest_port546&#012;option familyipv6&#012;option targetACCEPT&#012; &#012;# Allow essential incoming IPv6 ICMP traffic&#012;config rule&#012;option nameAllow-ICMPv6-Input&#012;option srcwan&#012;option protoicmp&#012;list icmp_typeecho-request&#012;list icmp_typeecho-reply&#012;list icmp_typedestination-unreachable&#012;list icmp_typepacket-too-big&#012;list icmp_typetime-exceeded&#012;list icmp_typebad-header&#012;list icmp_typeunknown-header-type&#012;list icmp_typerouter-solicitation&#012;list icmp_typeneighbour-solicitation&#012;list icmp_typerouter-advertisement&#012;list icmp_typeneighbour-advertisement&#012;option limit1000/sec&#012;option familyipv6&#012;option targetACCEPT&#012; &#012;# Allow essential forwarded IPv6 ICMP traffic&#012;config rule&#012;option nameAllow-ICMPv6-Forward&#012;option srcwan&#012;option dest*&#012;option protoicmp&#012;list icmp_typeecho-request&#012;list icmp_typeecho-reply&#012;list icmp_typedestination-unreachable&#012;list icmp_typepacket-too-big&#012;list icmp_typetime-exceeded&#012;list icmp_typebad-header&#012;list icmp_typeunknown-header-type&#012;option limit1000/sec&#012;option familyipv6&#012;option targetACCEPT&#012; &#012;# include a file with users custom iptables rules&#012;config include&#012;option path /etc/firewall.user&#012; &#012;</pre><!--end code block--><br><pre class="brush: text">root@OpenWrt:~# cat /etc/config/radvd&#012;config interface&#012;option interface'lan'&#012;option AdvSendAdvert1&#012;option AdvManagedFlag0&#012;option AdvOtherConfigFlag 0&#012;list client''&#012;option ignore0&#012; &#012;config prefix&#012;option interface'lan'&#012;# If not specified, a non-link-local prefix of the interface is used&#012;list prefix''&#012;option AdvOnLink1&#012;option AdvAutonomous1&#012;option AdvRouterAddr1&#012;option ignore0&#012; &#012;config route&#012;option interface'lan'&#012;list prefix''&#012;option ignore0&#012; &#012;config rdnss&#012;option interface'lan'&#012;# If not specified, the link-local address of the interface is used&#012;list addr''&#012;option ignore0&#012; &#012;config dnssl&#012;option interface'lan'&#012;list suffix''&#012;option ignore1&#012; &#012;</pre><!--end code block--><br>Thank you in advance for the help!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Recieving-128-Address-OpenWRT-27930365</guid>
<pubDate>Sun, 20 Jan 2013 16:45:09 EDT</pubDate>
</item>

</channel>
</rss>
