Redirecting default internet traffic through remote site
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 04:34 AM - edited 03-03-2019 05:26 PM
Hi,
Currently I have a West coast facility that egresses non-OSPF/GRE company traffic directly out to the internet. This location doesn't have any type of internet proxy or web monitoring tool such as Surf COntrol. However, my East coast office does utilize the Surf COntrol application.
I have a site to sit VPN setup between these locations. I would like to funnel the default Internet destined traffic from my West coast location into my East coast location for processing.
I'm searching for best practices as to how this can be accomplished.
Regards
Jeff
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 05:28 AM
You can implement route-map:
interface f0/0
ip address 192.168.1.1 255.255.255.0
ip policy route-map EAST
route-map EAST permit 10
match ip address EAST
set ip next-hop [ip address of the remote VPN]
ip access-list extended EAST
permit 192.168.1.0 0.0.0.255 any
