PIX506E VPN配置问题

作者:思科培训 来源:来自网络 发布时间:09-12-13

学员提问:

我将PIX放在ROUTER后面 PIX OUTSIDE映射到公网IP上
INSIDE单独接上服务器 我需要登录VPN后 能够访问这台服务器
地址池跟服务器是同一网段的 但是登录之后 怎么都PING
不通 而且VPN CLIENT之间也无法PING通 到底是哪里出了问题?

下面是配置文件
PIX Version 6.3(5)
interface ethernet0 100full
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname pix506e
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list nonat permit ip 192.168.9.0 255.255.255.0 192.168.9.0 255.255.255.0
access-list nonat permit icmp 192.168.9.0 255.255.255.0 192.168.9.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 192.168.0.211 255.255.255.0
ip address inside 192.168.9.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool cage 192.168.9.3-192.168.9.254
pdm history enable
arp timeout 14400
nat (inside) 0 access-list nonat
route outside 0.0.0.0 0.0.0.0 192.168.0.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set cageset esp-des esp-md5-hmac
crypto dynamic-map cagedyn 10 set transform-set cageset
crypto map cagemap 10 ipsec-isakmp dynamic cagedyn
crypto map cagemap client configuration address initiate
crypto map cagemap client configuration address respond
crypto map cagemap interface outside
isakmp enable outside
isakmp key ******** address 0.0.0.0 netmask 0.0.0.0
isakmp client configuration address-pool local cage outside
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup Administrator address-pool cage
vpngroup Administrator idle-time 1800
vpngroup Administrator password ********
vpngroup administrator split-tunnel nonat
vpngroup administrator idle-time 1800
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum:4821fe41423749717384e17a31fe4631
: end

捷盈讲师及学员解答:

添加 isakmp nat-traversal 20