From 60b460b309d92c854e681a8178e04476866de330 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 14 Apr 2015 13:18:39 +0200 Subject: infra ca & etc tls config --- web-db2.sunet.se/overlay/etc/network/interfaces | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 web-db2.sunet.se/overlay/etc/network/interfaces (limited to 'web-db2.sunet.se/overlay/etc/network') diff --git a/web-db2.sunet.se/overlay/etc/network/interfaces b/web-db2.sunet.se/overlay/etc/network/interfaces new file mode 100644 index 0000000..2130d6a --- /dev/null +++ b/web-db2.sunet.se/overlay/etc/network/interfaces @@ -0,0 +1,18 @@ +# This file describes the network interfaces available on your system +# and how to activate them. For more information, see interfaces(5). + +# The loopback network interface +auto lo +iface lo inet loopback + +# The primary network interface +auto eth0 +iface eth0 inet static + address 192.36.171.69 + netmask 255.255.255.192 + network 192.36.171.64 + broadcast 192.36.171.127 + gateway 192.36.171.65 + + dns-nameservers 130.242.80.14 130.242.80.99 + -- cgit v1.1