From 4f2ba173f348e9f7e4a8a2cc0af27c3c4097fe08 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Mon, 8 May 2017 16:21:45 +0200 Subject: [PATCH] ggsn/interfaces: Change secondary IP address to be in the same IP range On 3G the femtocell needs to be able to connect to the ggsn directly, so change the secondary IP address to be inside the same IP range --- .../init-ifupdown/init-ifupdown/sysmocom-bsc/interfaces | 4 ++-- recipes-config/openggsn-config/files/ggsn.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/init-ifupdown/init-ifupdown/sysmocom-bsc/interfaces b/recipes-bsp/init-ifupdown/init-ifupdown/sysmocom-bsc/interfaces index 4555985..0924ec7 100644 --- a/recipes-bsp/init-ifupdown/init-ifupdown/sysmocom-bsc/interfaces +++ b/recipes-bsp/init-ifupdown/init-ifupdown/sysmocom-bsc/interfaces @@ -16,7 +16,7 @@ iface eth1 inet static auto eth1:1 iface eth1:1 inet static - address 10.23.123.1 + address 10.23.24.2 netmask 255.255.255.0 - network 10.23.123.0 + network 10.23.24.0 diff --git a/recipes-config/openggsn-config/files/ggsn.conf b/recipes-config/openggsn-config/files/ggsn.conf index 138e7af..2d882e4 100644 --- a/recipes-config/openggsn-config/files/ggsn.conf +++ b/recipes-config/openggsn-config/files/ggsn.conf @@ -33,7 +33,7 @@ # TAG: listen # Specifies the local IP address to listen to #listen 10.0.0.240 -listen 10.23.123.1 +listen 10.23.24.2 # TAG: net # IP network address of external packet data network