In my previous post I configured the remote access IPsec VPN on ASA and today I’d like to change some settings. I added one more router which will play a role of a www server. In my last scenario all traffic was sent over the tunnel: and today I need to separate the traffic in two categories: first one - protected and it should be sent over the tunnel; second one - can be sent over the Internet. On my updated network diagram you can see R16 /192.168.202.222/. Assume it is a www server, and we should be able to access it not via the VPN tunnel. The traffic to servers behind the ASA have to be protected. First I add a new access list: asa1 ( config )# access - list SPLIT - TUN standard permit host 192.168 . 202.222 next, I need to change group policy settings: group - policy VPN - GP attributes split - tunnel - policy excludespecified split - tunnel - network - list value SPLIT - TUN I try now to establish the VPN connection. On the ...