01-16-2005 10:53 PM
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.
01-17-2005 01:48 AM
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
01-17-2005 02:10 AM
you meant without default route ?
01-17-2005 02:17 AM
yes, only if u don't need it for something else.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide