From 3ac122c5e79f83a8ac9a4fd594c8a349ece6ac66 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Sun, 9 Jun 2024 01:34:40 +0200 Subject: [PATCH] Add config/debian/static-ip.example --- config/debian/static-ip.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/debian/static-ip.example diff --git a/config/debian/static-ip.example b/config/debian/static-ip.example new file mode 100644 index 0000000..aaaecde --- /dev/null +++ b/config/debian/static-ip.example @@ -0,0 +1,9 @@ +auto ens18 +iface ens18 inet static + address 192.168.1.199/24 + gateway 192.168.1.1 + dns-nameservers 192.168.1.101 192.168.1.7 + +auto ens19 + iface ens19 inet static + address 10.0.0.199/24 \ No newline at end of file