[00:11] *** km_ has quit IRC (Quit: "/dev/null: no space left on device") [02:56] *** ziyourenxiang has joined #arpnetworks [08:13] *** dj_goku has quit IRC (Ping timeout: 240 seconds) [08:15] *** dj_goku has joined #arpnetworks [08:31] *** dj_goku_ has joined #arpnetworks [08:31] *** dj_goku_ has quit IRC (Changing host) [08:31] *** dj_goku_ has joined #arpnetworks [08:31] *** dj_goku has quit IRC (Read error: Connection reset by peer) [08:57] *** KILLALLHUMANS01 has quit IRC (Ping timeout: 255 seconds) [10:41] *** BryceBot has quit IRC (Ping timeout: 255 seconds) [10:45] *** BryceBot has joined #arpnetworks [15:30] *** Arenlor has joined #arpnetworks [15:30] Anyone here using systemd? I'm having trouble with ipv6 [15:36] regrettably, yes [15:39] I can't seem to figure out why it doesn't want to talk to the gateway with networkd [15:40] what distro? [15:40] Arch [15:42] Using traceroute I get this: https://ptpb.pw/DKRb [15:48] what's in your /etc/systemd/network dir [15:49] i'll admit i have not used systemd-networkd in particular [15:50] A single file: eth0.network which is https://ptpb.pw/pjMn [15:53] i believe your gateway is wrong [15:54] check your ip space page on portal for the right gateway, but it's probably fe80::1 [15:55] It lists it as 2607:f2f8:3180::1 on the portal. [15:56] can you ping6 it? [15:57] Nope: https://ptpb.pw/xdIH [16:11] does it look ok in "ip addr show" [16:12] I think so: https://ptpb.pw/Z-Ng [16:23] *** ziyourenxiang has quit IRC (Ping timeout: 252 seconds) [16:28] hrm, /proc/sys/net/ipv6/conf/eth0/disable_ipv6 isn't 1 by chance? [16:29] Nope, it's 0. [16:30] what's "ip -6 route" look like? [16:33] Nothing I know how to interprate https://ptpb.pw/GiPq [16:43] *** KILLALLHUMANS01 has joined #arpnetworks [16:44] i'm surprised there's no "default via" but there are nexthop entries [16:45] what happens if you "sudo ip -6 route add default via 2607:f2f8:3180::1 dev eth0" [16:45] it'll probably complain that it exists [16:46] Yep: RTNETLINK answers: File exists [16:47] can you ping6 fe80::1%eth0 ? [16:49] No [16:56] does it work at all w/o networkd? [16:57] Haven't tried that, what networking software do you suggest using? [16:58] i was going to suggest a manual setup to rule out systemd. but out of curiosity, what does "ip -6 route get 2607:f2f8:3180::1" yield? [16:59] https://ptpb.pw/yITw [16:59] No idea how ti interprate that neither, but it does not look right. [17:08] how much v6 space do you have? just the single /64 or did you get the /48? [17:09] Just the /64, I have no need for the /48, I doubt I'll ever be able to think of uses for the /64 [17:11] try scrubbing all the other addrs you have and just have ::2 and the gateway of ::1 [17:12] curious if it'll work then [17:12] also get rid of that virtualization parameter. not sure what networkd does with that. [17:14] It's working better: https://ptpb.pw/0HTG [17:16] Still not routing correctly though: https://ptpb.pw/4TPS [17:17] can you ping6 ipv6.google.com? [17:19] Nope, destination unreachable. [17:22] what's your network file look like now? [17:23] https://ptpb.pw/GxKy [17:27] and ip route -6? [17:27] Looks the same: https://ptpb.pw/GiPq [17:29] but you can ping the gateway now [17:29] odd [17:30] Yeah, I know. [17:30] Been dealing with this weirdness for two days now. [17:32] yeah, i'd disable networkd and configure manually and attempt to replicate [17:33] Will have to do, thanks! [17:34] Arenlor: read this too: https://blog.bastelfreak.de/2016/05/doing-ipv6-with-systemd-networkd-the-correct-way/ [17:34] i wonder if that's it [17:34] and if it is, it just reminds me why i hate systemd [17:43] Manually does not seem to have worked neither. I wonder if it's something weird not setup correctly outside the thunder vm? [18:09] what does "ip -6 addr show" and "ip -6 route show" [18:17] addr: https://ptpb.pw/sCc8 route: https://ptpb.pw/YTtm [18:27] you probably need to flush the routing table to get rid of those networkd added routes [18:27] try the suggestion in that blog posted coupled with a reboot [19:06] Studiply that worked... [19:11] systemd sucks [19:13] Yeah, it's not super friendly, some of it seems to be just randomly cobbled together from other ideas (not even full projects). [19:18] it's like the Borg, assimilating itself into an unstoppable cube [20:40] *** Arenlor has left