about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-09-16 22:23:55 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-09-16 22:23:55 -0700
commitff5845937cc7bd4697ed71477679a231853a1dae (patch)
tree2ee0279af1bd04b5655890d31e792e4ad4ebf5c6 /configs
parent0234f19248ca941e3250f2e7e965af3d04278182 (diff)
update
Diffstat (limited to 'configs')
-rw-r--r--configs/configs_root_dir/etc/systemd/network/10-cloud-init-eth0.network17
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/configs_root_dir/etc/systemd/network/10-cloud-init-eth0.network b/configs/configs_root_dir/etc/systemd/network/10-cloud-init-eth0.network
new file mode 100644
index 0000000..67ef4ec
--- /dev/null
+++ b/configs/configs_root_dir/etc/systemd/network/10-cloud-init-eth0.network
@@ -0,0 +1,17 @@
+# xyzka cloud-init default
+# when ip and gateway changes, need to change ip and gateway in this config file to work
+[Address]
+Address=82.153.138.108/24
+
+[Match]
+MACAddress=f6:f5:d6:c3:5e:4f
+Name=eth0
+
+[Network]
+DHCP=no
+DNS=9.9.9.9 1.1.1.1
+Domains=kyun.host
+
+[Route]
+Gateway=82.153.138.1
+