Yes we had tried both of these. From a dial up connection with a they work perfectly, but from a private ip behind a broadband connection they do not. We have tried this at three different sites. It has to be a configuration issue where somehow the translation from private to public to public to private is not working. It will work from public to public to private. One thing I am not sure about, Our Cisco Pix 501 is configured with pppoe on the translation is configured as PAT using the IP address of the interace. I tried using just PAT but received an error 163.187.16.68-163.187.16.8
Main Topics
Browse All Topics





by: lrmoorePosted on 2004-01-08 at 20:45:35ID: 10077948
Try changing your split-tunnel acl:
access-list kii_splitTunnelAcl_1 permit ip host 192.168.128.101 any
access-list kii_splitTunnelAcl_1 permit ip host 192.168.128.102 any
access-list kii_splitTunnelAcl_1 permit ip host 192.168.128.200 any
to allow the complete subnet:
access-list kii_splitTunnelAcl_1 permit ip 192.168.128.0 255.255.255.0 any
You won't see the vpn connection in local lan unless you upgrade the client to 4.0
the earlier 3.x clients use a totally different "hidden" deterministic enhancer instead of anything that would show up as a lan connection