Age | Commit message (Collapse) | Author | |
---|---|---|---|
2 days | ba network, need 6in4 sit tunnel see arch wiki | Xiao Pan | |
2 days | init ba | Xiao Pan | |
6 days | init xyzru VPS | Xiao Pan | |
2025-02-24 | IPv6AcceptRA=false to fix ipv6 not work sometimes | Xiao 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-22 | cannot ping outside ipv6 issue seems fixed without me doing anything, not ↵ | Xiao Pan | |
sure how or why | |||
2025-02-22 | force ipv4 DNS because cannot ping outside ipv6 | Xiao Pan | |
2025-02-08 | Crunchbits changed my ipv4 | Xiao Pan | |
2024-06-28 | feat: wg and swgp config, mainly for aa | Xiao Pan | |
2024-04-09 | I want 2606:a8c0:3:773::a which has RDNS to be the default | Xiao Pan | |
It seems move 2606:a8c0:3::75f in front of 2606:a8c0:3:773::a will make the latter default? | |||
2024-04-09 | new ca no need save storage, paccache can delete less | Xiao Pan | |
2024-04-09 | new ca fix ipv6 route | Xiao Pan | |
2024-04-09 | new ca bad default cloud-init routes | Xiao Pan | |
2024-04-09 | swith to new ca server; wireguard no need | Xiao Pan | |
2024-04-05 | new | Xiao Pan | |
2024-04-04 | acme.sh.service override | Xiao Pan | |
2024-04-04 | make ipv6 work | Xiao Pan | |
2024-03-17 | xyzca init | Xiao Pan | |
2024-03-11 | Rename to wg0 so no need change names for new computer config. | Xiao Pan | |
2024-03-05 | fix: name ia not ka | Xiao Pan | |
2024-03-05 | init ia use ka config | Xiao 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-17 | update | Xiao Pan | |
2023-11-17 | change wg0 to wg_ka | Xiao Pan | |
2023-06-29 | enable wg-quick serivce | Xiao Pan | |
2023-06-14 | update | Xiao Pan | |
2023-05-31 | init | Xiao Pan | |
2023-05-29 | paccache.service systemd drop-in file, also remove all uninstalled packages ↵ | Xiao Pan | |
cache | |||
2023-04-15 | new systemd monerod@.service template unit, enabled monerod@xyz.service, ↵ | Xiao Pan | |
remove `BindsTo=mullvad-daemon.service` | |||
2023-02-19 | mdns no need now not sure why, also switch to conf.d way | Xiao Pan | |
2022-03-20 | merge systemd resolved.conf pacnew | xyz | |
2022-02-12 | pacdiff merge resolved.conf | xyz | |
2022-02-09 | resolved.conf merge .pacnew | xyz | |
2021-12-26 | mdns | xyz | |