summaryrefslogtreecommitdiff
path: root/etc/systemd/network
AgeCommit message (Collapse)Author
2025-02-24IPv6AcceptRA=false to fix ipv6 not work sometimesXiao Pan
Sometimes, there's a new route appear in my `ip -6 r`: default nhid 715021918 via fe80::284:e5ff:fe28:829d dev eth0 proto ra metric 1024 expires 24sec pref medium There's also these lines appear in my `ip -a`: inet6 2606:a8c0:3:8cd:246:d3ff:fed8:155d/64 scope global dynamic mngtmpaddr noprefixroute valid_lft 86398sec preferred_lft 14398sec It seems sometimes Crunchbits maybe send some ipv6 RA (router advertisement) message to my VPS and cause my VPS to add these lines. This will break ipv6 of my VPS. I searched online, it seems I can use `IPv6AcceptRA=false` in my systemd network config file, and it fixed the issue. Not sure if this is the correct way. I also don't quite understand RA. Maybe another way to fix the issue is to accept RA and let is to configure my ipv6 correctly somehow. But this RA message only appears sometimes and not always. So I think just disable it maybe is a better way. More links related to RA: https://unix.stackexchange.com/q/766565 https://unix.stackexchange.com/q/639260
2025-02-22cannot ping outside ipv6 issue seems fixed without me doing anything, not ↵Xiao Pan
sure how or why
2025-02-22force ipv4 DNS because cannot ping outside ipv6Xiao Pan
2025-02-08Crunchbits changed my ipv4Xiao Pan
2024-06-28feat: wg and swgp config, mainly for aaXiao Pan
2024-04-09I want 2606:a8c0:3:773::a which has RDNS to be the defaultXiao Pan
It seems move 2606:a8c0:3::75f in front of 2606:a8c0:3:773::a will make the latter default?
2024-04-09new ca fix ipv6 routeXiao Pan
2024-04-09new ca bad default cloud-init routesXiao Pan
2024-04-04make ipv6 workXiao Pan
2024-03-17xyzca initXiao Pan
2024-03-05init ia use ka configXiao Pan
/etc/.cfgl/config chagne to ia branch /etc/hostname change to xyzia hostname /etc/myconf/cfgl_meta change changed file meta /etc/systemd/network/default.network use ia network config instead /etc/systemd/system/paccache.service.d/10-remove-all.conf use pp config to save space on SSD root partition /home/xyz/.bashrc use another color for bash PS1 /home/xyz/.config/myconf/pacman_Qqne less package to install, to save space
2023-11-17updateXiao Pan