You are on page 1of 2

Configure interfaces and then enable telnet inside

ASA(config)# http server enable

ASA(config)# http redirect outside 80


Enable Webvpn
--------------
ASA# config terminal

ASA(config)# webvpn

ASA(config-webvpn)# enable outside

DEFINE A GROUP POLICY


-----------------------

ASA(config)# group-policy prasanna internal

ASA(config)# group-policy prasanna attributes

ASA(config-group-policy)# vpn-tunnel-protocol webvpn

ASA(config-group-policy)# webvpn

ASA(config-group-webvpn)# Customization value DfltCustomization

CONFIGURE USER AUTHENTICATION


-----------------------------

ASA# configure terminal

ASA(config)# username cisco password cisco123 privilege 0

tunnel-group groupvpn type remote-access


tunnel-group groupvpn general-attributes
authentication-server-group LOCAL
default-group-policy prasanna

tunnel-group groupvpn webvpn-attributes

customization DfltCustomization
group-alias WEBVPN enable

config terminal
WebVPN
tunnel-group-list enable.

group-policy prasanna attributes


webvpn
hidden-shares visible
file-entry enable
file-browsing enable
url-entry enable
webvpn
port-forward TELNET 1200 172.16.10.2 22 SSH TO ROUTER
port-forward TELNET 1100 172.16.20.2 23 TELNET TO ROUTER
group-policy prasanna attributes
webvpn
port-forward enable TELNET
configure terminal

You might also like