cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
552
Views
5
Helpful
3
Replies

Load Balancing

kyaw_thu
Level 1
Level 1

I have 2 interfaces connected to 2 seperate ISP. And I am having some problem routing the VoIP traffic from these 2 Interfaces.

Int E0

ISP A(192.168.65.2)

Int F0

ISP B(10.0.0.2)

Ip route 0.0.0.0 0.0.0.0 192.168.65.1

Ip route 101.2.2.2 255.255.255.255 10.0.0.1

Dial-peer v 1111 voip

session target ipv4: 66.1.1.1

Dial-peer v 2222 voip

session target ipv4: 101.2.2.2

I don't have any problem for dial-peer v 1111.

But when i tried to connect with 101.2.2.2, from their end they saw my 192.168.65.xx IP instead of 10.0.0.x. When I ping, they can see my 192.168.65.xx. Seems like the problem is with voice Signalling.

Can somebody advise how should i resolve this issue.

3 Replies 3

feberle
Level 1
Level 1

try to replace the default route 0.0.0.0 0.0.0.0 192.168.65.1

by this one

66.1.1.1 255.255.255.255 192.168.65.1 ??

hth

you meant without default route ?

yes, only if u don't need it for something else.