Implement a WebVPN infrastructure to preconfigure internal web sites and tunnel connections to the internal applications.
aaa authentication
crypto pki trustpoint self_certificate
enrollment selfsigned
serial-number none
ip-address none
crypto pki enroll self_certificate
crypto pki certificate chain self_certificate
certificate self-signed 02
webvpn gateway gateway1
ip interface FastEthernet0 port 443
http-redirect port 80
ssl trustpoint self_certificate
inservice
webvpn context webvpn
title-color #CCCC66
secondary-color white
text-color black
ssl authenticate verify all
port-forward "portforward_list_1"
local-port 3022 remote-server "10.0.1.30" remote-port 22 description "SSH"
policy group policy_1
port-forward "portforward_list_1"
default-group-policy policy_1
gateway gateway1 domain webvpn
max-users 2
inservice

Recent Comments