10-04-2019 04:46 AM
hello everyone i want to allow all the trafiic coming from the subnet(192.168.10.0/24) connected to outside interface going to the subnet(10.30.30.0/24) connected to ninside interface
please help me i tried all the ways but still havent yet got the solution
currently am running ios version 9.8(1) and the trafiic from inside to outside is working ok
awaiting guys
10-04-2019 05:18 AM
10-06-2019 08:17 PM
Guys i tried that but it didnt work does the accesslist or the command allow all the traffic including icmp also ??
10-06-2019 09:27 PM
10-06-2019 10:16 PM
To allow the return traffic for ping, you would need to either specifically allow this in the ACL on the outside interface or configure inspection of the ICMP protocol as mentioned by @bhargavdesai .
It would really be helpful to see your full running configuration (remove any public IPs, usernames and passwords) as right now we are just guessing at what might be wrong.
10-04-2019 05:19 AM
Would help if you told us exactly what you have tried and also provide us with a full running configuration of your ASA.
Do you have any NAT configuration between the two interfaces you want to allow traffic on?
Normally, if this is just between two private IP address spaces, then you would just allow that traffic in an access list on the outside interface.
access-list outside_access_in permit ip 192.168.10.0 255.255.255.0 10.30.30.0 255.255.255.0
access-group outside_access_in in interface outside
10-04-2019 08:11 AM
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