From 8e95d188c5597485b54e3fac8210ea532e221870 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 10 Apr 2015 15:28:58 +0200 Subject: [PATCH] interfaces: Add post-up route for the IDU To be able to talk to the equipment we need to set a route after the link is up. Assume that no other (e.g. 3G) equipment is using the same IPv4 address range. Message-ID: 55279904.9020802@sysmocom.de --- recipes-bsp/init-ifupdown/init-ifupdown/sysmocom-idu/interfaces | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/init-ifupdown/init-ifupdown/sysmocom-idu/interfaces b/recipes-bsp/init-ifupdown/init-ifupdown/sysmocom-idu/interfaces index 2abde33..81d4132 100644 --- a/recipes-bsp/init-ifupdown/init-ifupdown/sysmocom-idu/interfaces +++ b/recipes-bsp/init-ifupdown/init-ifupdown/sysmocom-idu/interfaces @@ -8,6 +8,7 @@ iface lo inet loopback # in the future we will use VLANs to use individual switch ports as # break-out interfaces. For now we simply do DHCP. iface eth0 inet dhcp + post-up ip r add 10.6.1.0/24 via 192.168.0.1 #eth1 is our admin interface and will provide dhcp to clients auto eth1