- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2013 11:44 AM - edited 03-11-2019 06:20 PM
hello Experts,
i have ASA transparent mode with code version 8.2.x , i am trying to static NAT source IP for packet going from inside to outside interface "real source 1.1.1.1 and NAT source is 2.2.2.2", is the following statement correct?
static (outside,inside) 1.1.1.1 2.2.2.2 netmask 255.255.255.255
also do i need to add route on the firewall for 2.2.2.2 that points to inside?
thanks in advance for your help
Solved! Go to Solution.
- Labels:
-
NGFW Firewalls
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2013 12:03 AM
Hi,
can it be done like this as well
static (Inside,ouside) 1.1.1.1 1.1.1.1
If i wish to use real ip inside address for the outside as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2013 09:16 AM
Hello Surya,
Exactly you can do it like that as well,
With that setup you will keep the same IP you are using on the inside,
Regards
Remember to rate all of the helpful posts, that is as important as a thanks
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2013 11:52 AM
Hello KaraM
Do it like this:
static (Inside,ouside) 2.2.2.2 1.1.1.1
In this case you will nat the inside source to that outside Ip address
No need for a route
Regards,
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2013 12:51 PM
thanks Jcarvaja, i will apply it and test
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2013 02:11 PM
Hello,
Sure, my pleasure
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2013 12:03 AM
Hi,
can it be done like this as well
static (Inside,ouside) 1.1.1.1 1.1.1.1
If i wish to use real ip inside address for the outside as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2013 03:28 AM
Hello,
No need to add 2.2.2.2,
static (Inside,ouside) 1.1.1.1 1.1.1.1 ; this is a static identity nat, you can use this configuration
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2013 09:16 AM
Hello Surya,
Exactly you can do it like that as well,
With that setup you will keep the same IP you are using on the inside,
Regards
Remember to rate all of the helpful posts, that is as important as a thanks
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC
