Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||||||||
|
Posted by AM on August 2, 2005, 2:30 pm
Please log in for more thread options Just one question to who has already faced this problem. Imagine you have a router A with 2 interface on the Internet plus the LAN interface. Imagine behind that router there is a firewall where to terminate VPNs. Imagine you want use those 2 connections to Internet (provided by different ISPs) and you want to use one of them as main path to the remote VPN endpoint and the other as backup. Imagine on the remote endpoint to have a range of IP addresses to be used. AS usually on router A you have a default route pointing to next hop of the main link to Internet. Moreover on the remote point you do NAT (using a.a.a.a address) towards the IP provided by 2nd ISP on router A's side. The question is: which method is the best between specifying an "ip route" statement towards a.a.a.a address and using "ip nat outside" statement? Hope is all clear. Alex. | |||||||||||||
|
Posted by Robert on August 4, 2005, 6:22 am
Please log in for more thread options If you have two Internet circuits provided by different ISPs, you are going to need to run BGP on your router to influence your path into your autonomous system. HTH Robert | |||||||||||||
|
Posted by AM on August 4, 2005, 5:04 pm
Please log in for more thread options
Robert wrote: But I have not an autonomous system... :( Maybe my question was too complicaetd. Alex. | |||||||||||||
|
Posted by Robert on August 5, 2005, 6:30 am
Please log in for more thread options
Your ISP should be able to help you get an autonomous system number from ARIN, or assign you a private AS number. | |||||||||||||
| Similar Threads | Posted |
| What is the default precedence: local-route, static-route, OSPF-route? | August 4, 2008, 3:00 am |
| Need to route SMTP traffic through static interface (not default route) | March 27, 2007, 5:19 pm |
| route-map question (how to policy route for all destinations except few subnets?) | August 13, 2005, 2:05 am |
| Can netwrok run static route and dynamic route the same time? | December 1, 2005, 1:18 pm |
| Using route-map to route packets coming from different networks. | July 24, 2005, 8:59 am |
| pix no route to host, but there is a route | February 2, 2006, 11:08 am |
| Remove IP Route from Route T | March 28, 2007, 6:10 pm |
| Ip NAT outside vs. IP route. | August 2, 2005, 2:30 pm |
| PIX no route | April 7, 2006, 4:46 am |
| No sh ip route ? | July 17, 2006, 8:17 pm |
| Route-Map WEB for example.. | January 18, 2007, 5:30 pm |
| Still cannot Route. | June 18, 2007, 4:55 pm |
| PIX says "no route" even though there is | July 3, 2007, 8:30 pm |
| route-map | March 24, 2008, 3:21 pm |
| PIX 515 doesn't route packets | July 19, 2005, 5:58 pm |

Ip NAT outside vs. IP route.
Yahoo!
Windows Live
del.icio.us
digg
Netscape 





> going to need to run BGP on your router to influence your path into
> your autonomous system. HTH