Popular
Latest Articles
- How to determine the Syslog Facility using Tcpdump
- Oracle 11g / Fedora 13 - Error in invoking target 'agent nmb nmo nmhs tclexec'
- Cisco Router Zone Based Firewall Configuation Guide - Video Tutorial
- Installing GNS3 0.7.2 onto Fedora 13
- Configuring a Pre-Shared Site to Site VPN between 2 Cisco Routers
- IPv4 Subnetting Notes
- Types of IDS Alerts
- How to run vSphere using SSH tunnelling
Enable Web VPN
Sunday, 18 May 2008 12:48
To enable web VPN
(config)# http server enable
(config)# webvpn
(config-webvpn) enable outside
(config)# pop3s/smtps/imap4s
(config-pop3s) enable outside
(config-webvpn) nbns server <domain controller>
(config-webvpn) authentication-server-group <AAA Server>
(config)# group-policy <name> attributes
(config-group-policy) vpn-tunnel-protocol webvpn
(config-group-policy) webvpn
(config-group-webvpn) functions ...
(config-group-webvpn) url-list <name> .....
Port forwarding
(config)# port-forward ....
(config-group-webvpn) functions port-forward
(config-group-webvpn) port-foward value ...
Email proxy
(config-group-webvpn) functions mapi
(config) pop3s
(config-pop3s) server ...
(config-pop3s) authentication ....
HTTP filtering
(config-group-webvpn) html-content-filtering ....
(config-group-webvpn) filter value <acl>
(config)# access-list <acl> webtype permit tcp any eq http