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.
02-10-2010 05:49 AM
So you have to declare nat exemptions for both networks on both interface
02-10-2010 05:11 AM
What can you in the log when you try to route traffic from one interface to the other?
02-10-2010 05:29 AM
This is ASA configration.
Should I use subinterface?
02-10-2010 05:33 AM
You are not obliged to use subif, try to issue the "no nat-control" command
02-10-2010 05:41 AM
But I am using nat function because there is a mail server under inside interface.
02-10-2010 05:49 AM
So you have to declare nat exemptions for both networks on both interface
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide