cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
962
Views
0
Helpful
5
Replies

NATing through two firewalls(Datacenter-Edge)

Hello Everyone ,

 

I try to publish a website from a server range , so i Make an autonat static  nating on the firewall data-center but it didnt work and the internet connection on this server has been stopped !!

Note

*the firewall used on both firewall is FTD 2110 

*the datacenter firewall pass the traffic through the edge firewall 

*when i make this Nating on the edge firewall it works fine 

Attached below may help you to understand the topology of my network 

 

Any Ideas ?!!

 

5 Replies 5

Florin Barhala
Level 6
Level 6
Nice drawing : )). Now where's that server located on the diagram?
Some config output will help us get this though.

Thank you :D

I try to draw on visio  and i make it very simple 

i just need the idea of how to nat through the 2 firewall because i can nat from only the edge firewall 

I am not sure why can't you NAT from the DC firewall? What's the error you get?
Also NAT is usually required for public/Internet access? Why do you need to NAT it twice?

i can get internet access easily however i cannot publish any web server behind the datacenter firewall 

i configured the NATing on both firewalls and all the vlans can access internet 

The main issue is publishing the webserver on the server vlan(behind datacenter fw ) it not works

i test to publish the web server from the EDGE firewall it works fine 

Now I finally got it ! : ))
This should be pretty easy though:
- post your NAT config on each FW
- I would also place a capture on the DC firewall on each of the two interfaces: "outside and inside" ; here's my strategy on the DC firewall:
access-list capt_DNAT permit ip host public_source_IP_from_where_you_test host server_private IP
access-list capt_DNAT permit ip host server_private IP host public_source_IP_from_where_you_test
capture cap1 interface inside access-list capt_DNAT
capture cap2 interface outside access-list capt_DNAT

Try connecting on the port from public_source_IP_from_where_you_test then check captures output.
Review Cisco Networking for a $25 gift card