From eab5eca5bda076aae57e6cc82b6e08dbd5025ff3 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Fri, 20 Mar 2020 04:30:39 -0500 Subject: new way of generating interfaces, only have to change hosts file now --- configs/interfaces | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 configs/interfaces (limited to 'configs/interfaces') diff --git a/configs/interfaces b/configs/interfaces new file mode 100644 index 0000000..b663d7f --- /dev/null +++ b/configs/interfaces @@ -0,0 +1,14 @@ +# 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 + +auto eth0 +iface eth0 inet static + address ADDRESS/24 + post-up route add -net 0.0.0.0 netmask 0.0.0.0 gw 192.168.122.1 + pre-down route del -net 0.0.0.0 netmask 0.0.0.0 gw 192.168.122.1 + +source /etc/network/interfaces.d/*.cfg -- cgit v1.2.3