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