|
|
Question : Problem: Why doesnt remote desktop work wit h my remteo-access on a Cisco Asa ?
|
|
I have a cisco 5510 security appliance. I have configured a remtoe-access vpn connection it works. But when i connecting with remote desktop i get the log in but it doesnt connect. please help me....
|
Answer : Problem: Why doesnt remote desktop work wit h my remteo-access on a Cisco Asa ?
|
|
Did you change the nat_zero acl to match? Don't use "any" in IPSEC ACLS Need to clean up a few other things also.
no access-list inside_nat0_outbound access-list inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 192.168.169.0 255.255.255.0 no access-list ciscoasa_splitTunnelAcl_1 standard permit any access-list ciscoasa_splitTunnelAcl_1 standard permit 192.168.0.0 255.255.0.0 no global (inside) 1 interface clear xlate nat (inside) 0 access-list inside_nat0_outbound no crypto isakmp enable inside isakmp nat-traversal 20
|
|
|