WEBVPN ISSUE!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2007 11:00 AM - edited 03-11-2019 02:32 AM
Has anyone setup the webvpn on the ASA and had the URL-LIST to work? I went thru the cco webvpn setup guide and i can login and browse to hosts but i never get the url-list! This list is my best bet to support my Clients!
Thanks,
Config below:
group-policy GroupPolicy1 internal
group-policy GroupPolicy1 attributes
vpn-tunnel-protocol IPSec webvpn
webvpn
functions url-entry file-access file-entry file-browsing mapi port-forward filter http-proxy auto-download citrix
!
tunnel-group DefaultWEBVPNGroup general-attributes
default-group-policy GroupPolicy1
tunnel-group DefaultWEBVPNGroup webvpn-attributes
nbns-server 10.10.100.10 master timeout 2 retry 2
!
!
webvpn
enable outside
url-list ServerList "Cent-Serv1" cifs://10.10.100.10 1
url-list ServerList "Cent-Serv1-Mail" http://10.10.100.10/webmail 2
url-list ServerList "3750switch" http://10.1.99.1 3
!
prompt hostname context
!
- Labels:
-
NGFW Firewalls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 06:59 AM
You're on the right track.
After you've gone into the group-policy attributes config mode, type "webvpn", which brings you to another sub-mode.
Here you would add the url-lists that you've created below, to pertain to your group policy. For example, you'd add:
url-list ServerList
Again, this would be added while in the webvpn config mode.
