From 3c9fd3bef892142c3c67b52db12a5dc09c9bfe1f Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Wed, 19 Jun 2019 14:02:56 +0200 Subject: osmo-sgsn-master: Bind to localhost instead of a specific IP by default This does not break ttcn3-sgsn-test since it uses a custom config file with the correct IPs. Change-Id: I2a922139c50d06217e5e6105ea65bf673daa10a8 Related: OS#1700 --- osmo-sgsn-master/osmo-sgsn.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osmo-sgsn-master/osmo-sgsn.cfg b/osmo-sgsn-master/osmo-sgsn.cfg index 6db56b7..b39a83e 100644 --- a/osmo-sgsn-master/osmo-sgsn.cfg +++ b/osmo-sgsn-master/osmo-sgsn.cfg @@ -7,8 +7,8 @@ line vty bind 0.0.0.0 ! sgsn - gtp local-ip 172.18.0.21 - ggsn 0 remote-ip 172.18.0.201 + gtp local-ip 127.0.0.1 + ggsn 0 remote-ip 127.0.0.2 ggsn 0 gtp-version 1 ns timer tns-block 3 @@ -18,7 +18,7 @@ ns timer tns-test 30 timer tns-alive 3 timer tns-alive-retries 10 - encapsulation udp local-ip 172.18.0.21 + encapsulation udp local-ip 127.0.0.1 encapsulation udp local-port 23000 encapsulation framerelay-gre enabled 0 bssgp -- cgit v1.2.3