Displaying 1 result from an estimated 1 matches for "sip_provider_ip".
Did you mean:
did_provider_ip
2011 Jun 15
1
Re connecting to SIP Provider with virtual IP, from pacemaker cluster
...route/interface to send
them, wich is when this is the default route, the real interface and not
the aliased.
For exemple if you have eth0 the real, eth0:0 the virtual, you can try
to add in your failback/failover cluster script something like this :
# when the virtual ip come up
ip r a "SIP_PROVIDER_IP" via "GATEWAY_IP" dev eth0:0
# when the virtual ip come down, maybe facultative because the route is
deleted when the interface fall down
ip r d "SIP_PROVIDER_IP" via "GATEWAY_IP" dev eth0:0
Regards,
C?dric
Le 15/06/11 19:01, asterisk-users-request at lists....