vpn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
Other VPN Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
