Cisco 881W を持っているのですが、自分の sandbox に接続するための設定でできますか?
このフォーラムには VPN 設定以外のルータ設定について投稿できます。VPN 設定はあなたが接続しているラボに依存しています。Devnet Sandbox Portal からラボの予約をしたことがありますか?
はい、つい2時間前にそのことを知りました。Sandbox と比較し、VPN 設定に取り入れるため、881 の設定とインストラクションを送っていただけますか。
設定と手順をどこかに投稿したことはありますか?
下記のベーシック HW VPN ルータの設定を見て下さい。あなたが予約したラボによって特定の VPN 情報が削除されています。sandbox の予約はしましたか?もししていれば、どのラボか教えてください。VPN 設定をお手伝いします。
=======================================
初期設定
=======================================
username test privilege 15 password cisco
ip dhcp pool SDM-POOL
network 192.168.100.0 255.255.255.0
default-router 192.168.100.1
dns-server 10.10.20.100 8.8.8.8
option 150 ip 10.10.20.1
domain-name abc.inc
!
interface FastEthernet4
ip address dhcp
ip nat outside
!ip virtual-reassembly
duplex auto
speed auto
no shut
!
interface Vlan1
ip address 192.168.100.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source list 10 interface FastEthernet4 overload
access-list 10 permit 192.168.0.0 0.0.255.255
line vty 0 4
exec-timeout 0 0
privilege level 15
password ciscopsdt
login local
transport input telnet
ip domain name abc.inc
ip name-server 4.2.2.3
ip name-server 8.8.8.8
=======================================
VPN Configuration
=======================================
interface Virtual-Template1 type tunnel
no ip address
tunnel mode ipsec ipv4
!
ip dhcp pool SDM-POOL
option 150 ip 10.10.20.1
!
crypto ipsec client ezvpn TRAFFIC
connect auto
ctcp
!!!Group and Key go Here
mode network-extension
!!!peer goes here
virtual-interface 1
!!!Username and Password go here!
xauth userid mode local
!
interface FastEthernet4
crypto ipsec client ezvpn TRAFFIC
!
interface Vlan1
crypto ipsec client ezvpn TRAFFIC inside
=======================================
コメント
0件のコメント
サインインしてコメントを残してください。