cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
495
Views
0
Helpful
4
Replies

Remote VPN Users unable to access Local LAN

dzimmie80
Level 1
Level 1

I just replaced my PIX501 with an ASA5505. I'm not real familiar with Cisco Products, but I'm comfortable with it. I'm attaching my config list. I can connect to the VPN just fine, but I can't ping or connect to anything on the Local LAN. I really appreciate the help!!!

4 Replies 4

Not applicable

change your access list to allow VPN IP pool network to inside 192.168.1.0 network

your inside network is 192.168.1.0/24 , your vpn local pool network is 192.168.2.0/24

remove

no access-list inside_nat0_outbound extended permit ip any 192.168.2.96 255.255.255.224

no access-list inside_nat0_outbound extended permit ip any 192.168.2.0 255.255.255.0

replace with

access-list inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0

try connecting and access inside hosts from vpn client and let me know the results.

Rgds

-Jorge

Jorge Rodriguez

Split Tunnel is the response!!!

That's what i was missing!

THANKS!!