cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
162
Views
0
Helpful
0
Replies

ASA help with ACL

mcast999
Level 1
Level 1

Screenshot 2025-04-10 124606.pngHey guys. I posted a few months back about an FPR issue I was having. I had an inside interface 192.168.1.1 and my outside 100.1.1.1. No NAT. Not going out to the internet. I wasnt able to ping from outside in. So I made an acl:

access-list OUT-IN extended permit ip 100.1.1.0 255.255.255.0 192.168.1.0 255.255.255.0

access-group OUT-IN in interface OUTSIDE

access-list IN-OUT extended permit ip 192.168.1.0 255.255.255.0 100.1.1.0 255.255.255.0

access-group IN-OUT in interface INSIDE

That fixed the issue. However, now on the FPR I configured the inside interface as subinterfaces. THis is my config now:

access-list OUT-IN extended permit ip 100.1.1.0 255.255.255.0 192.168.1.0 255.255.255.0

access-group OUT-IN in interface OUTSIDE

access-list IN-OUT extended permit ip 192.168.1.0 255.255.255.0 100.1.1.0 255.255.255.0

access-list IN-OUT extended permit ip 192.168.2.0 255.255.255.0 100.1.1.0 255.255.255.0

access-group IN-OUT in interface INSIDE1 (sub-interface 1)

access-group IN-OUT in interface INSIDE2 (sub-interface 2)

 

And this doesnt work. I am not able to ping from the outside to any subinterfaces or internal PCs. Im using eve-ng btw. I was thinking maybe its the asa image? 

0 Replies 0
Review Cisco Networking for a $25 gift card