Hello All,
Just want to run something by the forum...
I have an ASA 5508-X with 2 inside interfaces and I need to allow traffic between two hosts on each interface.
Host 10.100.15.10 on VLAN10 needs to be able to access host 10.100.10.10 on VLAN30 and visa versa.
VLAN10 security-level is 100, vlan30 security-level is 80.
I added...
access-list 300 line 1 permit ip host 10.100.10.10 host 10.100.15.10
access-list 300 line 2 permit ip any any
access-group 300 in interface vlan30
packet tracer seems to indicate that traffic should flow both ways, but I can not ping between the hosts. Right now I can only access one of the hosts (10.100.15.10) so this may be software firewall blocking the icmp traffic.
My question is, should the acl I created work and is it applied to the correct interface?
thanks