公交车上荫蒂添的好舒服的电影-公用玩物(np双xing总受)-公用小荡货芊芊-公与妇仑乱hd-攻把受做哭边走边肉楼梯play-古装一级淫片a免费播放口

LOGO OA教程 ERP教程 模切知識交流 PMS教程 CRM教程 開發(fā)文檔 其他文檔  
 
網(wǎng)站管理員

SSL VPN(WebVPN)安裝配置教程

admin
2024年3月4日 18:23 本文熱度 1283
 


、將SSL ××× client模塊傳至路由器:

R1#dir

R1#

說明:本實驗已經(jīng)將SSL ××× client模塊(sslclient-win-1.1.0.154.pkg)上傳至路由器,如果需要,可以通過以下地址進行下載:

附件:sslclient.rar

 http://www.china-ccie.com/download/sslclient/sslclient.rar


、安裝SSL ××× client模塊:

R1(config)#webvpn install svc disk0:sslclient-win-1.1.0.154.pkg

SSL××× Package SSL-×××-Client : installed successfully


、配置自動分配給用戶的地址池:

R1(config)#ip local pool ccie 100.1.1.100 100.1.1.200

說明:自動分配給用戶的地址范圍是100.1.1.100 -100.1.1.200。


、為地址池網(wǎng)段創(chuàng)建loopback:

R1(config)#int loopback 100

R1(config-if)#ip add 100.1.1.1 255.255.255.0

R1(config-if)#exit

說明:當?shù)刂烦夭皇亲陨碇边B網(wǎng)段時,必須創(chuàng)建同網(wǎng)段的loopback接口。


、配置SSL ×××參數(shù):

R1(config)#webvpn gateway chinaccie

% Generating 1024 bit RSA keys, keys will be non-exportable...[OK]

R1(config-webvpn-gateway)#

*Nov 7 22:44:58.159: %SSH-5-ENABLED: SSH 1.99 has been enabled

*Nov 7 22:44:59.315: %PKI-4-NOAUTOSAVE: Configuration was modified. Issue "write memory" to save new certificate

R1(config-webvpn-gateway)#ip address 12.1.1.1 port 443

R1(config-webvpn-gateway)#inservice

R1(config-webvpn-gateway)#exit

說明:定義標識名字,開啟的地址,端口等等。


、定義其它參數(shù),以及組策略:

R1(config)#webvpn context cisco

R1(config-webvpn-context)#gateway chinaccie domain cisco

R1(config-webvpn-context)#inservice

*Nov 7 22:46:41.651: %SSL×××-5-UPDOWN: sslvpn context : cisco changed state to UP

R1(config-webvpn-context)#policy group mygroup

R1(config-webvpn-group)#functions svc-enabled

R1(config-webvpn-group)#svc address-pool ccie

R1(config-webvpn-group)#exit

R1(config-webvpn-context)#default-group-policy mygroup

R1(config-webvpn-context)#exit

說明:定義用戶組策略,地址池等等。


、定義用來認證的賬戶:

R1(config)#username chinaccie password chinaccie 

1.配置基礎網(wǎng)絡環(huán)境

(1)配置ASA:

ciscoasa(config)# int e0/0

ciscoasa(config-if)# ip add 12.1.1.1 255.255.255.0

ciscoasa(config-if)# nameif outside

INFO: Security level for "outside" set to 0 by default.

ciscoasa(config-if)# no shutdown

ciscoasa(config-if)# exit

ciscoasa(config)# int e0/1

ciscoasa(config-if)# ip add 10.1.1.1 255.255.255.0

ciscoasa(config-if)# nameif inside

INFO: Security level for "inside" set to 100 by default.

ciscoasa(config-if)# no shutdown

ciscoasa(config-if)# exit

ciscoasa(config)# route inside 4.4.4.4 255.255.255.255 10.1.1.4

ciscoasa(config)# route outside 0 0 12.1.1.2

ciscoasa(config)#

說明:配置ASA的接口地址,并寫指向R4的Loopback地址4.4.4.4的路由,同時寫默認路由指向Internet(路由器R2),地址12.1.1.2

說明:本實驗已經(jīng)將SSL ××× client模塊(anyconnect-win-2.3.0185-k9.pkg)上傳至ASA,如果需要,可以通過以下地址進行下載:

 http://www.china-ccie.com/download/sslclient/anyconnect-win-2.3.0185-k9.rar


(2)開啟SSL ×××并安裝client模塊:

ciscoasa(config)# webvpn

ciscoasa(config-webvpn)# enable outside

INFO: Web××× and DTLS are enabled on 'outside'.

ciscoasa(config-webvpn)# svc p_w_picpath disk0:/anyconnect-win-2.3.0185-k9.pkg

ciscoasa(config-webvpn)# svc enable

ciscoasa(config-webvpn)# tunnel-group-list enable

ciscoasa(config-webvpn)# exit


(3)配置自動分配給用戶的地址池:

ciscoasa(config)# ip local pool ccie 100.1.1.100-100.1.1.200 mask 255.255.255.0


(4)定義隧道分離網(wǎng)段:

ciscoasa(config)# access-list split-ssl extended permit ip 10.1.1.0 255.255.255.0 any ciscoasa(config)# access-list split-ssl extended permit ip 4.4.4.4 255.255.255.255 any


(5)定義組策略屬性:

ciscoasa(config)# group-policy SSLCLientPolicy internal

ciscoasa(config)# group-policy SSLCLientPolicy attributes

ciscoasa(config-group-policy)# address-pools value ccie

ciscoasa(config-group-policy)# dns-server value 202.96.209.133

ciscoasa(config-group-policy)# default-domain value cisco.com

ciscoasa(config-group-policy)# vpn-tunnel-protocol svc

ciscoasa(config-group-policy)# split-tunnel-policy tunnelspecified

ciscoasa(config-group-policy)# split-tunnel-network-list value split-ssl

ciscoasa(config-group-policy)# exit


(6)定義隧道策略屬性:

ciscoasa(config)# tunnel-group mygroup type remote-access

ciscoasa(config)# tunnel-group mygroup general-attributes

ciscoasa(config-tunnel-general)# default-group-policy SSLCLientPolicy

ciscoasa(config-tunnel-general)# tunnel-group mygroup webvpn-attributes

ciscoasa(config-tunnel-webvpn)# group-alias mygroup enable

ciscoasa(config-tunnel-webvpn)# exit


(7)定義用來認證的賬戶:

ciscoasa(config)# username chinaccie password chinaccie


該文章在 2024/3/5 11:51:27 編輯過
關鍵字查詢
相關文章
正在查詢...
點晴ERP是一款針對中小制造業(yè)的專業(yè)生產(chǎn)管理軟件系統(tǒng),系統(tǒng)成熟度和易用性得到了國內(nèi)大量中小企業(yè)的青睞。
點晴PMS碼頭管理系統(tǒng)主要針對港口碼頭集裝箱與散貨日常運作、調(diào)度、堆場、車隊、財務費用、相關報表等業(yè)務管理,結(jié)合碼頭的業(yè)務特點,圍繞調(diào)度、堆場作業(yè)而開發(fā)的。集技術的先進性、管理的有效性于一體,是物流碼頭及其他港口類企業(yè)的高效ERP管理信息系統(tǒng)。
點晴WMS倉儲管理系統(tǒng)提供了貨物產(chǎn)品管理,銷售管理,采購管理,倉儲管理,倉庫管理,保質(zhì)期管理,貨位管理,庫位管理,生產(chǎn)管理,WMS管理系統(tǒng),標簽打印,條形碼,二維碼管理,批號管理軟件。
點晴免費OA是一款軟件和通用服務都免費,不限功能、不限時間、不限用戶的免費OA協(xié)同辦公管理系統(tǒng)。
Copyright 2010-2025 ClickSun All Rights Reserved

主站蜘蛛池模板: 91精品国产综合久久久久 | 国产精品三级国产电影 | 成人啪精品视频网站午夜 | 国产无套露脸视频在线观看 | 国产日韩亚洲不卡高清在线观看 | 国产白丝在线观看 | 丰满美女a级毛片 | 国产高清免费一级视频播放在线观看 | 91人人妻人人做人人爽男同 | 99国精产品一区二区三区a片 | 国产观看精品一区二区三区 | 国产精品白浆一区二区亚洲 | 国产精品自产拍在线观看一 | 国产精品成人久久电影 | 国产在线一区二区91 | 精品国产欧美一区二区五十路 | 国产在线播放精品一区 | 国产ar高清视频+视频 | 91偷拍一区二区三区精品 | 国产在线精品无码 | 国产av福利久久精品can动漫 | 国产91无码网站在线观看 | 国产精品日日摸夜夜添夜夜添无 | 精品少妇无码一区二区三区免 | 国产偷伦视频高清完整版 | 国产高清在线精品一区 | 18禁无码无遮挡h动漫免费看 | 国内第一永久免费福利视频 | 国产精品日韩av在线播放 | 成人69视频在线观看免费 | 99久久国产综合精品女同图片 | 国产国语对白露脸 | av午夜久久蜜 | 国产高清国产专区 | 成人小说亚洲一区二区三区 | av中文字幕人妻一区 | 国产成人无码精品久久久小说 | 国产成人尤物在线视频 | 国产欧美日韩一区二区三区精品 | 福利一区二区微拍视频 | 91精品啪在线观看国产色 |