diff options
Diffstat (limited to 'configs/configs_root_dir/etc/systemd')
-rw-r--r-- | configs/configs_root_dir/etc/systemd/network/10-cloud-init-eth0.network | 17 |
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 + |