summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-04-09 11:01:46 +0100
committerXiao Pan <gky44px1999@gmail.com>2024-04-09 11:01:46 +0100
commit0be48cdae85e0321c83db7da14b67cb80f21d83e (patch)
tree83fc446e6e728f002b438209e19effe1c8379f71
parent3ab1d8c823a670117011b67caad791f03f290e18 (diff)
I want 2606:a8c0:3:773::a which has RDNS to be the default
It seems move 2606:a8c0:3::75f in front of 2606:a8c0:3:773::a will make the latter default?
-rw-r--r--etc/systemd/network/10-cloud-init-eth0.network6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/systemd/network/10-cloud-init-eth0.network b/etc/systemd/network/10-cloud-init-eth0.network
index f98222e3..1bc579b9 100644
--- a/etc/systemd/network/10-cloud-init-eth0.network
+++ b/etc/systemd/network/10-cloud-init-eth0.network
@@ -11,14 +11,14 @@ Name=eth0
Address=38.175.201.185/22
[Address]
+Address=2606:a8c0:3::75f/128
+
+[Address]
# ...:1/64 also works, but I use ...:a/64 because crunchbits panel reverse DNS support this address
Address=2606:a8c0:3:773::a/64
# use the following will not need GatewayOnLink=yes in [Route] section, but I'm not sure if it is correct, I'm not sure if those ips could be accessed without gateway, more see https://superuser.com/q/1562380
#Address=2606:a8c0:3:773::a/48
-[Address]
-Address=2606:a8c0:3::75f/128
-
[Route]
Gateway=38.175.200.1