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

Cisco ASA 5505 unable to access remote network

Hi,

I have a Cisco ASA 5505, with basic 50 license, that is connected directly to the Cable Modem with a public IP. I have VPN configured and active on the Outside interface. When we connect, we connect just fine with no errors, but we are not able to access any resources on the remote network.

ASA IOS version 8.2(5)

Remote Network IP: 10.0.0.0/24

VPN IP Pool: 192.168.102.10 - 25

I have attached the config: llc.txt

Please let me know if you have any questions.

Thanks!

1 Accepted Solution

Accepted Solutions

mvsheik123
Level 7
Level 7

Hi,

Try by adding NAT 0 for inside subnet --> remote subnet

nat (inside) 0 access-list TEST

access-list TEST extended permit ip 10.0.0.0 255.255.255.0 192.168.102.10 255.255.255.224

hth

MS

View solution in original post

4 Replies 4

mvsheik123
Level 7
Level 7

Hi,

Try by adding NAT 0 for inside subnet --> remote subnet

nat (inside) 0 access-list TEST

access-list TEST extended permit ip 10.0.0.0 255.255.255.0 192.168.102.10 255.255.255.224

hth

MS

Hi,

That worked for me on my machine. I will know more tonight or first thing tomorrow morning if it worked for the owner.

Will let you know.

Thanks for the help!

yeah, that nat position will get you every time. 

Hi,

That did it. He was able to access his server remotely with VPN.

Thanks for the help!

Sent from Cisco Technical Support iPad App