cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
401
Views
0
Helpful
1
Replies

Route Traffic based on source to different NATs

jkardias
Level 1
Level 1

Is it possible to route NAT traffic to different Servers on the internal Netowrk based on the source IP on the external(internet) side.

I want to route traffic from different source countrys IPs (which I hace the ACL for) to different internal Web servers.

1 Reply 1

adamclarkuk_2
Level 4
Level 4

Hi Jim

Policy routing or policy nat should help you do this. You will be able to do destination NAT based on the source address by attaching a route-map to your nat statement.

Or you could you the policy routing to set the next hop based on source address if the servers live in different subnets.

Or a combination of the 2.

Here is a link for policy routing

hxxp://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008009481d.shtml

Let me know if you need any more help.