your mail

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Peter Stuge peter at stuge.se
Wed Aug 14 10:48:08 UTC 2013


(Please make sure to always write a subject. Otherwise your email is
not actually a standards conform email message. Gmail unfortunately
doesn't seem to care.)


Dmitri Soloviev wrote:
> I'm getting an error
> <000b> mgcp_network.c:348 Endpoint 0x13 data from wrong address
> 192.168.1.11 vs. 0.0.0.0
..
> So, mgcp is bind to 0.0.0.0

The error messages pretty much says that this is the problem.


> cause MGCP is controlled over VPN interface

Create and configure IP on the VPN interface before starting
OpenVPN and MGCP, and configure the actual IP in mgcp.cfg. You can
tell OpenVPN to use one specific tun or tap device.

Or patch the MGCP to deal with arbitrary addresses. This requires
significantly more effort, but also a nice contribution.

In any case maybe you can send a patch for the MGCP to not accept
0.0.0.0 in the config file, when that is a known invalid configuration.
This is probably a two-line patch.


//Peter




More information about the OpenBSC mailing list