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/10-cloud-init-eth0.network | |
parent | 1e20d2372ee99457c1efc609914015657b71f4ed (diff) |
new ca bad default cloud-init routes
Diffstat (limited to 'etc/systemd/network/10-cloud-init-eth0.network')
-rw-r--r-- | etc/systemd/network/10-cloud-init-eth0.network | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/systemd/network/10-cloud-init-eth0.network b/etc/systemd/network/10-cloud-init-eth0.network new file mode 100644 index 00000000..e1e0bd2d --- /dev/null +++ b/etc/systemd/network/10-cloud-init-eth0.network @@ -0,0 +1,21 @@ +[Address] +Address=2606:a8c0:3:773::a/64 + +[Address] +Address=2606:a8c0:3::75f/128 + +[Address] +Address=38.175.201.185/22 + +[Match] +MACAddress=00:46:d3:d8:15:5d +Name=eth0 + +[Network] +DHCP=no +DNS=9.9.9.9 1.1.1.1 2620:fe::fe 2620:fe::9 + +[Route] +Gateway=2606:a8c0:3::1 +Gateway=38.175.200.1 + |