Using ASA version 8.4.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2012 11:40 AM - edited 02-21-2020 04:47 AM
I dont really get it with NAT overloading on version 8.4.2, it's really confusing.
See the following configuration;
interface GigabitEthernet0
nameif outside
security-level 0
ip address 10.50.0.1 255.255.255.0
!
interface GigabitEthernet1
nameif inside
security-level 0
ip address 10.10.1.1 255.255.255.252
How can I able to make a connection between those two interfaces through NAT overloading? The old commandos seem not working, spent lots of time in this.
Please help me.
Thusi
- Labels:
-
Other Network Security Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2012 08:45 AM
I assume this is a lab setup - otherwise you would not normally see NAT between two RFC 1918 private IP address networks (10.x.x.x). Also, you seem to have overridden the security-level settings. Normally, one would expect outside to be 0 and inside to be something higher (default would be 100).
That aside, please refer to the examples in this document to translate between various pre-8.3 scenarios the new syntax. If you have questions after consulting that, please reply with what issues remain.
