diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2020-03-20 04:30:39 -0500 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2020-03-20 04:30:39 -0500 |
commit | eab5eca5bda076aae57e6cc82b6e08dbd5025ff3 (patch) | |
tree | 560332dfd41f0948d13fec7d34ce25ccd6202313 /configs/nfs/interfaces | |
parent | 01e2662903dadce5903581eac738d0b413e521c2 (diff) |
new way of generating interfaces, only have to change hosts file now
Diffstat (limited to 'configs/nfs/interfaces')
-rw-r--r-- | configs/nfs/interfaces | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/configs/nfs/interfaces b/configs/nfs/interfaces deleted file mode 100644 index f5d11ed..0000000 --- a/configs/nfs/interfaces +++ /dev/null @@ -1,14 +0,0 @@ -# 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 192.168.122.110/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 |