[asterisk-users] Binding asterisk to two static IPs
Benny Amorsen
benny+usenet at amorsen.dk
Thu Oct 13 02:54:41 CDT 2011
georg at 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
More information about the asterisk-users
mailing list