diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-02-22 13:06:55 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-02-22 13:06:55 +0000 |
commit | e2e1d1f151753756e9932120fb2f673a8e6d86e0 (patch) | |
tree | 86e8e8a73b0f66184bae7513b46ddc08e80a2436 | |
parent | ae05f47c2bd42125b8f14b5c1796244f140812ef (diff) |
cannot ping outside ipv6 issue seems fixed without me doing anything, not sure how or why
-rw-r--r-- | etc/systemd/network/10-cloud-init-eth0.network | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/etc/systemd/network/10-cloud-init-eth0.network b/etc/systemd/network/10-cloud-init-eth0.network index 9d931fd7..31ea88f6 100644 --- a/etc/systemd/network/10-cloud-init-eth0.network +++ b/etc/systemd/network/10-cloud-init-eth0.network @@ -7,14 +7,6 @@ [Match] Name=eth0 -[Network] -# Start at some time between 2025-02-20T08:32Z and 2025-02-22T11:21Z, this VPS -# can't ping public network ipv6, e.g., `ping 2606:4700:4700::1111` will have -# no response. So default ipv6 DNS will not work, I have to force to use ipv4 -# DNS here to make the VPS partially work. But still, can't ping outside ipv6 -# issue is not fixed. -DNS=9.9.9.9 1.1.1.1 - [Address] Address=216.126.232.27/22 |