Hi All,
I need some help here.
- NAT 172.x.x.x/24 user group of internal users need to access two servers on an external hosting provider.
- OSPF is running in internal network for 172.x segment
- NAT and PAT both has to be performed on the edge router
- static NAT for providing access SERVER1
- PAT modifying source and destination both of traffic going from INTERNAL to EXTERNAL.
- Issue is that random set of people from 172.x have to access both SERVER1 and SERVER2.
- SERVER1 should be accessed without modifying the source IP of the user.
- SERVER2 should be accessed such that the HOSTING should see requests as sourced from 10.186.1.1
Topology: http://i55.tinypic.com/hwhefp.jpg
GNS3 topology and configs: NATraghavme.zip

[FONT="]So, far I have tried the following different ways of doing this:[/FONT]
[FONT="]1. [FONT="]PAT with a pool using standard ACL.[/FONT][/FONT]
[FONT="]2. [FONT="]PAT with a pool using extended ACL.[/FONT][/FONT]
[FONT="]3. [FONT="]PAT with pool using Route-map matching a extended ACL (matching destination IP AND/OR port)
Another (desperate)idea was to connect one more link (back to back cable) between my router and their L3 switch and:[/FONT][/FONT]
[FONT="]4. [FONT="]PAT using ip policy + Router-map applied at my side interface to set the next-hop of interesting traffic destined to 172.16.16.6 to the another new interface (lying in series of 10.186.1.0/24) and then NAT it here.[/FONT][/FONT]
[FONT="]5. [FONT="]PAT using method similar to item no. 4 but setting [/FONT][FONT="]next-hop ip[/FONT][FONT="] interface.[/FONT][/FONT]
[FONT="]6. [FONT="]Also tried item no. 3 and tried setting next-hop ip and also tried [/FONT][FONT="]next-hop out interface[/FONT][FONT="], as well.[/FONT][/FONT]
[FONT="]Last thing I will try is to ditch the whole [FONT="]ip nat inside/outside[/FONT][FONT="] statements under the interfaces and using NVIs ([/FONT][FONT="]ip nat enabled[/FONT][FONT="]). Hoping to make benefit of situations mentioned in[/FONT][/FONT]
· [FONT="]The Inside and Outside of NAT | CCIE Blog (different order of NAT processing than the [FONT="]inside/outside[/FONT][FONT="] ideology)[/FONT][/FONT]
· [FONT="]A Curious NAT Scenario | CCIE Blog[/FONT]