nat configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2009 01:27 PM - edited 03-11-2019 07:39 AM
hi,
basically we are to perform a what its called double nat on our asa5510.
on the outside int we have 10.1.1.0/24 network and on the inside int we have 10.1.200.0/24.
so basically i figured out that we had to perform a double-nat for this scenario.
can anyone help me out here on how do to it configuration wise.
Thanks in advance.
- Labels:
-
NGFW Firewalls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2009 02:59 AM
Hi,
why double NAT?
My understanding of your scenario is, that you have a Router in Front of your firewall.
So, I would configure PAT on the firewall and static nat on the router.
PAT-ASA
-------
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0
Static-Nat-Router
-----------------
ip nat inside source static x.x.x.x y.y.y.y
x.x.x.x = ASA IP
y.y.y.y = ISP IP
Regards, Celio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2009 09:03 PM
Thanks for the input, but I had already completed the objective.
Yes I also did the same what you are talking about. Thanks anyways.
