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

ASA VPN traffic exception

Tauer Drumond
Level 1
Level 1

Hi all,

I have a VPN site-to-site configured sucessully on CISCO ASA

The local network is 192.168.0.0/24 and the remote network is 0.0.0.0 (any)

 

But, now I need that a traffic to a specific destination doesn't enter that tunnel. It can not flow through the VPN tunnel

 

Is that possible? How do I accomplish that?

 

 

1 Accepted Solution

Accepted Solutions

Hi,
Modify your crypto ACL that defines the interesting traffic for the VPN, enter a new entry above the existing entry, deny traffic from your local network (192.168.0.0/24) to your new destination.

 

HTH

View solution in original post

2 Replies 2

Hi,
Modify your crypto ACL that defines the interesting traffic for the VPN, enter a new entry above the existing entry, deny traffic from your local network (192.168.0.0/24) to your new destination.

 

HTH

Yes, it worked! Thank you