diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-04-09 01:18:39 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-04-09 01:18:39 -0700 |
commit | f0ff093564f27c7bd3ed6966f4e7fdc6d8c0dc11 (patch) | |
tree | 5450d53d90726590a9390ab091e05d7b22214c65 /etc/systemd/network/default.network | |
parent | 1e20d2372ee99457c1efc609914015657b71f4ed (diff) |
new ca bad default cloud-init routes
Diffstat (limited to 'etc/systemd/network/default.network')
-rw-r--r-- | etc/systemd/network/default.network | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/etc/systemd/network/default.network b/etc/systemd/network/default.network deleted file mode 100644 index dc46831e..00000000 --- a/etc/systemd/network/default.network +++ /dev/null @@ -1,25 +0,0 @@ -# not fully understood -# https://unix.stackexchange.com/q/509430/ -# man `systemd.network` -# https://superuser.com/q/1562380 -# https://docs.netgate.com/pfsense/en/latest/network/ipv6/subnets.html - -[Match] -Name=eth0 - -[Address] -Address=216.181.107.253/24 - -[Address] -# 2606:a8c0:3:38d::1/64 also works, but I use 2606:a8c0:3:38d::a/64 because crunchbits panel reverse DNS support this address -Address=2606:a8c0:3:38d::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:38d::a/48 - -[Route] -Gateway=216.181.107.1 - -[Route] -Gateway=2606:a8c0:3::1 -# GatewayOnLink=yes needed for 2606:a8c0:3::1 gateway, maybe because 2606:a8c0:3::1 is not in the same subnet as 2606:a8c0:3:38d::a/64? see: https://serverfault.com/q/814419 -GatewayOnLink=yes |