I currently have two networks defined on different interfaces of my ASA 5510 on v8.3.
interface Ethernet0/1
nameif inside
security-level 100
ip address 10.100.1.250 255.255.255.0
!
interface Ethernet0/2
nameif inside1
security-level 100
ip address 10.100.254.250 255.255.255.0
I cannot get my inside network to communicate with my inside1 network (and vice versa) no matter what I try..... I have implemented the "same-security-traffic permit inter-interface" since they are of the same security level and still cannot communicate across interfaces.
Can someone help me out on this one?
Thanks,
Ed