From a0eb1ed06d3f37ba75ce48d2244ffcf9e7483970 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Wed, 19 Jun 2019 13:57:50 +0200 Subject: 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 --- osmo-mgw-master/osmo-mgw.cfg | 4 ++-- 1 file 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 -- cgit v1.2.3