From ff5845937cc7bd4697ed71477679a231853a1dae Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Sat, 16 Sep 2023 22:23:55 -0700 Subject: update --- .../etc/systemd/network/10-cloud-init-eth0.network | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 configs/configs_root_dir/etc/systemd/network/10-cloud-init-eth0.network (limited to 'configs/configs_root_dir/etc') 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 + -- cgit 1.4.1