cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
566
Views
0
Helpful
3
Replies

Static NAT not working when BGP in between

mrjdh
Level 1
Level 1

Hello,

 

Below is a section of a GNS topology I'm working on. I'm not having much luck when attempting to connect to the DMZ webserver (bottom right of image) from the webterm appliance (upper left hand corner)

Static NAT_BGPBetween.png

What is working;

1. Outbound PAT, both machines are able to ping the IP on the outside of the routers (209.66.200.2 and 209.65.200.2)

 

I've included the ACL config for the ASA (the NAT statement image on the router doesn't show the 443 map), as the DMZ has a security level of 50. I am just learning about the ASA, but this seems like a NAT issue on the EDGEROUTER, the config for this is also shown.

 

I've setup a similar layout in GNS before, but instead of trying to access a webserver in a DMZ, I was trying to SSH to an internal device from outside. The static NAT statement worked, and the ACL on the ASA was configured in a similar way. In that setup, when viewing the NAT translations on the EDGEROUTER, a mapping could be seen when the connection came in.

 

With this setup, I've enabled a detailed NAT debug on the EDGEROUTER, and can see plenty of 'NAT: API Failed to get Translated-Info from:' messages in the output.

 

Is there anything funky happening because BGP separates these two routers?

 

Many thanks,

 

3 Replies 3

Hi,

You will need to modify the NAT configuration on the EDGEROUTER as follows:

 

no ip nat source static tcp 10.0.0.6 80 209.65.200.2 80

ip nat inside source static tcp 10.0.0.6 80 209.65.200.2 80

ip nat inside source static tcp 10.0.0.6 443 209.65.200.2 443

 

HTH,

Meheretab

HTH,
Meheretab

Ah. Crikey that's embarrassing. How on earth did I not spot that? Too much late night labbing...eek.

Yep, too much late night labbing...
If the problem is resolved, please accept the response as a solution.

HTH,
Meheretab
HTH,
Meheretab
Review Cisco Networking products for a $25 gift card