From 0be48cdae85e0321c83db7da14b67cb80f21d83e Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Tue, 9 Apr 2024 11:01:46 +0100 Subject: 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? --- etc/systemd/network/10-cloud-init-eth0.network | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/systemd/network') 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 @@ -10,15 +10,15 @@ Name=eth0 [Address] 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 -- cgit v1.2.3-70-g09d2