aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-mgw-master/osmo-mgw.cfg
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2019-06-19 13:57:50 +0200
committerlaforge <laforge@gnumonks.org>2019-06-24 14:12:01 +0000
commita0eb1ed06d3f37ba75ce48d2244ffcf9e7483970 (patch)
treeaf36c35b9768168d2435bc113ea099129f672e95 /osmo-mgw-master/osmo-mgw.cfg
parent88a74a5de1f57b4988d2f1cfdd66771bd1d9f232 (diff)
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
Diffstat (limited to 'osmo-mgw-master/osmo-mgw.cfg')
-rw-r--r--osmo-mgw-master/osmo-mgw.cfg4
1 files changed, 2 insertions, 2 deletions
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 @@ line vty
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