[09:44] *** ben1 is now known as mercutio [13:52] *** toeshred has quit IRC (Ping timeout: 272 seconds) [14:19] *** toeshred has joined #arpnetworks [16:59] *** toeshred has quit IRC (Ping timeout: 245 seconds) [17:09] *** toeshred has joined #arpnetworks [19:18] I have a new he.net IPv6 tunnel terminating on a cisco 2811 router [19:19] I can ping IPv6 destinations from the router itself, but can't seem to get other hosts on my LAN to use the IPv6 connection [19:20] mnathani: you mean router advertisement isn't working? [19:20] or even after adding static routes, etc... they won't work [19:20] the Win 8 machine get the router adv., but can not reach IPv6 hosts [19:20] it can ping the router though [19:20] was just going to try a static assignment [19:21] does the router show up in traceroutes to IPv6 hosts? [19:21] does not [19:21] first hop = destination net unreachable [19:21] sounds like perhaps the default route is wrong/nonexistant [19:21] in the Windows 8 machine [19:24] netstat -r ? [19:24] to view the routes? [19:24] on linux [19:24] I prefer netstat -rn [19:25] well, netstat -rn6 [19:25] http://technet.microsoft.com/en-us/library/cc757679%28v=ws.10%29.aspx [19:25] "netsh" -> "interface ipv6" -> "show routes" [19:30] I got to that article [19:31] apparently its for server os [19:31] old server os, like 2003 [19:32] I think it might have something to do with the fact that I have 2 nics on my machine [19:32] 'netsh interface ipv6 show route' [19:32] running IPv4 on one and trying to run IPv6 on the second NIC [19:32] according to http://chamaradisanayake.blogspot.com/2011/09/add-ipv6-route-in-windows-7.html [19:32] hmm. the router solicitor should take care of using the right interface [19:33] as long as you're receiving advertisements on only one NIC [19:33] I get a lot of routes [19:33] at the top? [19:33] "::" perhaps? [19:33] https://gist.github.com/anonymous/2bc0b8f5eb8185c077c9 [19:33] Gist: "https://gist.github.com/2bc0b8f5eb8185c077c9" [19:33] super helpful BryceBot, thanks :P [19:33] 3 different :: [19:34] All of which were specified manually [19:34] does "manually" mean "automatically by the route solicitor"? [19:34] acf_: Well it *could* be helpful. Some people do name their gists... I agree that in this case, not very helpful ;P [19:35] I took it to mean that mnathani specified it [19:35] oh, it shows a name normally... [19:35] https://gist.github.com/anonymous/bdc584702a15239ca235 [19:35] Gist: "https://gist.github.com/bdc584702a15239ca235" [19:35] But notice that there are default routes on two different interfaces (Idx) [19:35] I'll see if I can check a working IPv6 Windows routing table... [19:35] that one has my ipconfig /all [19:36] (Example of a useful Gist: https://gist.github.com/Lanluotiankong/43a6d95c7fbc0e9a5c7a) [19:36] Gist: "Kruskal`sMST: to find a minimum spanning tree for a connected weighted graph\n# tests: kruskal(graph)\n# graph = {'vertices': ['A', 'B', 'C', 'D', 'E', 'F'], 'edges': set([(4, 'A', 'B'),(8, 'A', 'C'),(15, 'A', 'D'),(16, 'B', 'C'),(23, 'B', 'D'),(42, 'C', 'D'),])\n# expected is: set([(15, 'A', 'D'), (4, 'A', 'B'), (8, 'A', 'C')])" [19:40] https://gist.github.com/anonymous/911f58a2179a19c5637e [19:40] Gist: "https://gist.github.com/911f58a2179a19c5637e" [19:40] thats from a WIndows 8 VM bridged to the IPv6 NIC, and working IPv6 routing [19:54] I have a single IPv6 default route [19:56] if I enable two interfaces, I get two default routes, but they both point out one interface [19:56] (both interfaces are on the same broadcast domain) [19:56] otherwise it looks like the one brycec pasted [19:57] the gateway appears to always be an fe80:: address [19:57] mnathani: perhaps you could try configuring an address / default gateway manually in the GUI? [19:57] acf_: I posted nothing [19:58] *pasted [19:58] oh derp. that was mnathani again [19:58] :P [22:27] *** KDE_Perr1 has joined #arpnetworks [22:27] *** hive-mind has quit IRC (Ping timeout: 260 seconds) [22:27] *** KDE_Perry has quit IRC (Ping timeout: 260 seconds) [22:28] *** hive-mind has joined #arpnetworks [22:42] *** KDE_Perr1 is now known as KDE_Perry