In article < >,
Paul Emond <> wrote:
:Hi everyone. I've been going a little crazy trying to get something
:that seems pretty simple to work on a PIX 506. FYI, I've upgraded to

IX Version 6.3(3) and my remote VPN clients are using Cisco Client
:v.3.6.3.
:What I'm trying to accomplish is to have incoming VPN and outgoing
:internet working at the same time. Sounds easy, but I can't get the
:two to co-exist. I'm convinced that it's related to my NAT / PAT
:configuration. Here's the relevant parts of my config file ...
:crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20
What's in the access list outside_cryptomap_dyn_20 ?
Are you showing us the saved configuration or the running configuration?
Is outside_cryptomap_dyn_20 something you configured or is it
a dynamic ACL generated by the PIX?
:access-list 101 permit ip 10.185.16.0 255.255.255.0 any
:ip local pool remote 10.185.16.190-10.185.16.199
:nat (inside) 0 access-list 101
:vpngroup vpn3000 address-pool remote
Your nat 0 ACL overlaps your vpn address pool.
You do not show us anything about the inside or outside address
range, or anything about your global statements.
My suspicion would be that you are using the address range 10.185.16/24
inside as well somehow, and that you are getting a bad routing interaction.
When the VPN is built, it's possibly routing all of 10.186.16/24
through the tunnel.
My first pass suggestion would be to remove the 'match address'
clause from your dynamic map and remove the nat 0.
--
"No one has the right to destroy another person's belief by
demanding empirical evidence." -- Ann Landers