Change in ...docker-playground[master]: osmo-mgw: Bind to 0.0.0.0 by default
laforge
gerrit-no-reply at lists.osmocom.org
Mon Jun 24 14:12:01 UTC 2019
laforge has submitted this change and it was merged. ( 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(-)
Approvals:
laforge: Looks good to me, approved
daniel: Verified
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: 2
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-CC: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190624/2cfbc7b9/attachment.html>
More information about the gerrit-log
mailing list