summaryrefslogtreecommitdiff
path: root/scripts/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/interfaces')
-rw-r--r--scripts/interfaces17
1 files changed, 17 insertions, 0 deletions
diff --git a/scripts/interfaces b/scripts/interfaces
new file mode 100644
index 0000000..6acd753
--- /dev/null
+++ b/scripts/interfaces
@@ -0,0 +1,17 @@
+# interfaces(5) file used by ifup(8) and ifdown(8)
+# Include files from /etc/network/interfaces.d:
+source-directory /etc/network/interfaces.d
+
+auto eth0
+auto wlan0
+iface eth0 inet static
+ address 192.168.2.112
+ netmask 255.255.255.0
+ gateway 192.168.2.1
+ dns-nameservers 192.168.2.220 192.168.2.240
+ dns-search isee.biz
+
+allow-hotplug wlan0
+iface wlan0 inet dhcp
+wpa-conf /etc/wpa_supplicant.conf
+iface default inet dhcp