- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2010 01:43 AM - edited 03-11-2019 10:07 AM
I have ASA5510 and short configration as below
interface Ethernet0/1
speed 100
duplex full
nameif inside
security-level 100
ip address 192.168.1.1 255.255.255.0
!
interface Ethernet0/2
speed 100
duplex full
nameif inside2
security-level 100
ip address 192.168.10.1 255.255.255.0
same-security-traffic permit inter-interface
--------------------------------------------------------------------------
I wanto to connect from 192.168.1.10 which is under Ethernet0/1 to 192.168.10.10 which is under Ethernet0/2.
But I could not.
Do I need to add any configration?
Solved! Go to Solution.
- Labels:
-
NGFW Firewalls
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2010 05:49 AM
So you have to declare nat exemptions for both networks on both interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2010 05:11 AM
What can you in the log when you try to route traffic from one interface to the other?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2010 05:29 AM
This is ASA configration.
Should I use subinterface?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2010 05:33 AM
You are not obliged to use subif, try to issue the "no nat-control" command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2010 05:41 AM
But I am using nat function because there is a mail server under inside interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2010 05:49 AM
So you have to declare nat exemptions for both networks on both interface
