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
This commit is contained in:
Daniel Willmann 2019-06-19 13:57:50 +02:00 committed by laforge
parent 88a74a5de1
commit a0eb1ed06d
1 changed files with 2 additions and 2 deletions

View File

@ -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