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

VPN Client problems with ADSL

francisco.gala
Level 1
Level 1

Hi,

I have a problem with my VPN access to my PIX. I exposed in details my case.

I configure my firewall PIX 515 with VPN client in order to permit my users to connect to my network. Althouhg that users which connect to VPN with ADSL can not log in, but users who use Dial up connection do not have any problem.

What is happening in my PIX?

Thank you,

2 Replies 2

sachinraja
Level 9
Level 9

Hi francis,

in case your ADSL router is doing NAT, try enabling nat traversal on the PIX. you can enable this using the following command:

isakmp nat-traversal 100

this feature is supported on 6.x versions. just try this and let us know.

All the best..

Raj

I make some progress in my cisco client vpn access. Nowadays, I can do VPN´s connection but I can connect with my network.

The PIX firewall has a ip local pool called "vpnsysytem" (172.16.8.1-31). When I make the conection VPN to the PIX, I obtain a IP from the pool, but I can see my LAN with ip range 10.10.0.0/16.

I create the following ACL:

access-list vpnlist permit ip 10.10.0.0 255.255.0.0 172.16.8.0 255.255.255.0

What can i do?

Thank you,