08-23-2003 01:40 AM - edited 02-21-2020 12:44 PM
i was able to connect to the firewall thru vpn client 3000 v 3. In fact I was a given an IP address which was alotted on the ip-pool. But I still cant browse the inside network. I cant even ping anyone of them. What could be the possible problems.
08-25-2003 06:19 AM
You need to create an access-list that will permit the "ip-pool" network to access the current inside networks
access-list abc permit ip x.x.x.x (inside network) y.y.y.y (ip-pool network)
access-group abc in interface outside
nat (inside) 0 access-list abc
08-27-2003 10:42 AM
The majority of examples that I've seen, did not apply the acl to the outside interface. Can you provide some samples?
Thanks in advance
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide