web-dev-qa-db-ja.com

Cisco ASA5505-IPsecを介したL2TP

Ciscoサイトのこのドキュメント に従って、L2TP overIPsec接続をセットアップしました。

WindowsXPからASA5505へのVPNを確立しようとすると、[接続]ボタンをクリックした後、[接続中....]ダイアログボックスが表示され、しばらくすると次のエラーメッセージが表示されます。エラー800:できませんVPN接続を確立します。 VPNサーバーに到達できないか、この接続に対してセキュリティパラメータが適切に構成されていない可能性があります。

  • ASAバージョン7.2(4)
  • ASDMバージョン5.2(4)
  • Windows XP SP3

Windows XPとASA5505は、テスト目的で同じLAN上にあります。

編集1:Ciscoデバイスには2つのVLANが定義されています(Cisco ASA5505の標準セットアップ)。 -ポート0はVLAN2の外部にあります。 -および内部のVLAN1のポート1〜7。

  • Linksysホームルータ(10.50.10.1)からCisco ASA5505ルータへのケーブルをポート0(外部)で配線します。ポート0にはシスコが内部で使用するIP192.168.1.1があり、外部IP 10.50.10.206もポート0(外部)に割り当てています。

  • Windows XPからポート1(内部)のCiscoルーターにケーブルを配線します。ポート1にはCiscoルーター192.168.1.2からのIPが割り当てられています。

  • Windows XPは、ワイヤレス(10.50.10.141)経由でlinksysホームルーターにも接続されています。

編集2:VPNを確立しようとすると、Ciscoデバイスのリアルタイムログビューアに次のような7つのエントリが表示されます。

Severity:5 Date:Sep 15 2009 Time: 14:51:29 SyslogID: 713904 
Destination IP = 10.50.10.141, 
Decription: No crypto map bound to interface... dropping pkt

編集3:これは現在のルーターの設定です。

Result of the command: "show run"

: Saved
:
ASA Version 7.2(4) 
!
hostname ciscoasa
domain-name default.domain.invalid
enable password HGFHGFGHFHGHGFHGF encrypted
passwd NMMNMNMNMNMNMN encrypted
names
name 192.168.1.200 WebServer1
name 10.50.10.206 external-ip-address
!
interface Vlan1
 nameif inside
 security-level 100
 ip address 192.168.1.1 255.255.255.0 
!
interface Vlan2
 nameif outside
 security-level 0
 ip address external-ip-address 255.0.0.0 
!
interface Vlan3
 no nameif
 security-level 50
 no ip address
!
interface Ethernet0/0
 switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
ftp mode passive
dns server-group DefaultDNS
 domain-name default.domain.invalid
object-group service l2tp udp
 port-object eq 1701
access-list outside_access_in remark Allow incoming tcp/http
access-list outside_access_in extended permit tcp any Host WebServer1 eq www 
access-list outside_access_in extended permit udp any any eq 1701 
access-list inside_nat0_outbound extended permit ip any 192.168.1.208 255.255.255.240 
access-list inside_cryptomap_1 extended permit ip interface outside interface inside 
pager lines 24
logging enable
logging asdm informational
mtu inside 1500
mtu outside 1500
ip local pool PPTP-VPN 192.168.1.210-192.168.1.220 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-524.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 1 0.0.0.0 0.0.0.0
static (inside,outside) tcp interface www WebServer1 www netmask 255.255.255.255 
access-group outside_access_in in interface outside
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set TRANS_ESP_3DES_SHA esp-3des esp-sha-hmac 
crypto ipsec transform-set TRANS_ESP_3DES_SHA mode transport
crypto ipsec transform-set TRANS_ESP_3DES_MD5 esp-3des esp-md5-hmac 
crypto ipsec transform-set TRANS_ESP_3DES_MD5 mode transport
crypto map outside_map 1 match address inside_cryptomap_1
crypto map outside_map 1 set transform-set TRANS_ESP_3DES_MD5
crypto map outside_map interface inside
crypto isakmp enable outside
crypto isakmp policy 10
 authentication pre-share
 encryption 3des
 hash md5
 group 2
 lifetime 86400
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd auto_config outside
!
dhcpd address 192.168.1.2-192.168.1.33 inside
dhcpd enable inside
!

group-policy DefaultRAGroup internal
group-policy DefaultRAGroup attributes
 dns-server value 192.168.1.1
 vpn-tunnel-protocol IPSec l2tp-ipsec 
username myusername password FGHFGHFHGFHGFGFHF nt-encrypted
tunnel-group DefaultRAGroup general-attributes
 address-pool PPTP-VPN
 default-group-policy DefaultRAGroup
tunnel-group DefaultRAGroup ipsec-attributes
 pre-shared-key *
tunnel-group DefaultRAGroup ppp-attributes
 no authentication chap
 authentication ms-chap-v2
!
!
Prompt hostname context 
Cryptochecksum:a9331e84064f27e6220a8667bf5076c1
: end
3
xraminx

デバッグレベルでVPN接続を確立しようとしているときに、ログの出力を投稿できますか? (asdmで、[監視]-> [ログ]-> [ログレベルをデバッグするように設定]ドロップダウン-> [ビュー]をクリックします)

また、7.2(4)にとどまるやむを得ない理由がない限り、最新の8.xリリースにアップグレードします。 7.2シリーズにはかなり大きな問題がありました。

[〜#〜]編集[〜#〜]

このエラーは、着信VPNがセットアップされているインターフェイスにクリプトマップが適用されていないことを意味します。

そこでの指示に従っている場合は、おそらく次のような暗号マップを適用しています。

crypto map outside_map interface outside

同じLANでテストしている場合は、次のことを行う必要があります。

crypto map outside_map interface inside

醜い私は知っていますが、それはあなたにテストをさせて、そして内部インターフェースから取り除くでしょう、そしてあなたは行ってもいいです。

それがうまくいかない場合は、実行中の構成を投稿してもよろしいですか?

編集2:

さて、この設定を少し単純化しましょう。 XPマシンをASAから切断してみてください。また、192.168.1.1のIPアドレスとDHCPプールをASAから削除してください。次にVPN経由で接続してみてください。

1
Zypher