Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

R9.0 embedded voicemail building two seprate IP routes

Status
Not open for further replies.

mode1

Programmer
Mar 4, 2008
171
US
I am using the lan port for my mpls connection with ip route of 0.0.0.0 0.0.0.0 gateway. I want to use the wan port for my connection to internet for voicemail to email. I tried a few ways and could not get working. Any insight and I would greatly appreciate it!
 
Using gmail for my relay. If set my ip route wan port to 0's then gateway but of course my mpls connection goes down
 
Usually you would point you default route to the internet connection and use static routes for the others.

0.0.0.0/0.0.0.0 LAN2
10.0.0.0/255.0.0.0 LAN1
192.168.0.0/255.255.0.0 LAN1
172.16.0.0/255.240.0.0 LAN1

On the other hand you usually have a gateway on the network the routes traffic both to the internet and mpls so you only need one ethernet port.

"Trying is the first step to failure..." - Homer
 
Pinging gmail.com [216.58.212.197] with 32 bytes of data:
Reply from 216.58.212.197: bytes=32 time=6ms TTL=55
Reply from 216.58.212.197: bytes=32 time=5ms TTL=55
Reply from 216.58.212.197: bytes=32 time=5ms TTL=55
Reply from 216.58.212.197: bytes=32 time=5ms TTL=55

So add a route 216.58.212.197/255.255.255.255/WAN gateway/LAN2
 
Better do a nslookup for the mail server ip addresses. I think there are more than one you have to set ip routes for. But I agree with janni. Either set routes to local networks and a default route to Internet for the other LAN port or let the router that handles MPLS traffics route also to Internet. I don't think the customers workstations have multiple network interfaces to connect on to MPLS and another to Internet.
 
Thanks for the replies! Site a system is 192.168.42.1 and gateway id 192.168.42.254. Site b system is 192.168.44.1 and gateway 192.168.44.254. So i built ip route at site a as 192.168.44.1 mask 255.255.255.255 and gateway 192.168.42.254. I built ip route at site b as 192.168.42.1 mask 255.255.255.255 and gateway as 192.168.44.254. This made it so I could not connect with manager from site b to a. I can go into system status site b and my ip trunk shiws idle and I can ping site a. But when I call phone at site a i get no ringing it shows connected and going to voicemail. Both sites worked before with 0.0.0.0 mask 0.0.0.0 to gateway. Thanks in advance!
 
The mpls is strictly for voice they use cable for internet
 
Use routes 192.168.42.0/255.255.255.0 and 192.168.44.0/255.255.255.0
 
The mpls is strictly for voice they use cable for internet
then send the default traffic to the cable *& only send Voice traffic to the MPLS

for example to send voice traffic to gamma (who have a range of addresses)..

IP route 82.215.61.0
Mask 255.255.255.0
Gateway <MPLS Router>


you may also need to add route for any other addresses used by the Voice services (such as stun server)


Do things on the cheap & it will cost you dear
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top