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 <[email protected]>
Gerrit-MessageType: newchange

Reply via email to