ge...@riseup.net writes:

> Any idea how to solve this?

You can control src address selection with with ip route command.

E.g. if you know that you want to reach 192.168.0.0/24 with a source
address 192.168.0.50, you can do:

ip route change 192.168.0.0/24 src 192.168.0.50 scope link dev eth0
(You need to change the IP addresses and device name of course)

This may enable you to use bindaddr=0.0.0.0


/Benny

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to