From bb76ff390e8d4a6d0e6af05ccded0584ab6abf90 Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Tue, 23 Jun 2015 18:21:26 +0200 Subject: [PATCH] restore eth1 on clovis lite configuration --- master/etc/network/interfaces | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/master/etc/network/interfaces b/master/etc/network/interfaces index ea34ae7..2dd2c2f 100644 --- a/master/etc/network/interfaces +++ b/master/etc/network/interfaces @@ -16,7 +16,8 @@ iface eth0 inet static post-up ip addr add 10.133.28.160/24 dev eth0 post-up ip route add default dev eth0 - +# The secondary network interface +auto eth1 iface eth1 inet static address 10.133.26.161 netmask 255.255.255.0 -- 2.30.2