Change in ...docker-playground[master]: osmo-mgw: Bind to 0.0.0.0 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:05:05 UTC 2019


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


Change subject: osmo-mgw: Bind to 0.0.0.0 by default
......................................................................

osmo-mgw: Bind to 0.0.0.0 by default

Don't bind to a specific IP otherwise starting osmo-mgw will fail (if we
don't configure that exact IP address)

Related: OS#1700
Change-Id: Ic5828957a29d4f317e1ebf4f03b5f5359f6250e8
---
M osmo-mgw-master/osmo-mgw.cfg
1 file changed, 2 insertions(+), 2 deletions(-)



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

diff --git a/osmo-mgw-master/osmo-mgw.cfg b/osmo-mgw-master/osmo-mgw.cfg
index 682c4ed..8f07294 100644
--- a/osmo-mgw-master/osmo-mgw.cfg
+++ b/osmo-mgw-master/osmo-mgw.cfg
@@ -34,10 +34,10 @@
  bind 0.0.0.0
 !
 mgcp
-  bind ip 172.18.0.180
+  bind ip 0.0.0.0
   bind port 2427
   rtp port-range 4002 16000
-  rtp bind-ip 172.18.0.180
+  rtp bind-ip 0.0.0.0
   rtp ip-probing
   rtp ip-dscp 184
   no rtp keep-alive

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ic5828957a29d4f317e1ebf4f03b5f5359f6250e8
Gerrit-Change-Number: 14531
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/84e8258a/attachment.htm>


More information about the gerrit-log mailing list