Change in ...docker-playground[master]: osmo-sgsn-master: Bind to localhost instead of a specific IP by default

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

daniel gerrit-no-reply at lists.osmocom.org
Wed Jun 19 12:39:20 UTC 2019


daniel has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/14537


Change subject: osmo-sgsn-master: Bind to localhost instead of a specific IP by default
......................................................................

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
---
M osmo-sgsn-master/osmo-sgsn.cfg
1 file changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/37/14537/1

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 @@
  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 @@
  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

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/14537
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I2a922139c50d06217e5e6105ea65bf673daa10a8
Gerrit-Change-Number: 14537
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190619/76a418a7/attachment.htm>


More information about the gerrit-log mailing list