I need to block traffic between clients connecting to a dynamic IPsec profile
How could I do it?
Device: ASA 5545
Version: 9.6 (4) 3
Solved! Go to Solution.
Hi, RJI
So for example
VPN profile: test
ip range: 192.168.1.0/24
gateway: 192.168.1.254
User 1:
IP -> 192.168.1.10
User 2
IP -> 192.168.1.20
should I generate an access list?
allow 192.168.1.254
deny 192.168.1.0/24
There is no other way?