欢迎访客 ( 登陆 | 注册 )

论坛索引 | 最新主题 | 热门主题 | 搜索论坛 | 成员列表 | 在线帮助

 
pix 525 vpn问题
« 上一篇主题 | 下一篇主题 » 跟踪主题 | 邮寄主题 | 打印主题
  chenpl 离线
1. pix 525 vpn问题
HP : 0 / 43
MP : 5 / 538
EXP : 74%
初涉江湖


成员等级: 2
发表总数: 16
金币总数: 81
所属组别: 普通成员
注册日期: 2004/10/20

PCA(10.0.3.1/24)-------(inside:10.0.3.253/24)PIX-A(outside:219.151.36.xxx/26)-------INTERNET-----------(outside:202.98.252.xxx/24)EUDEMON100(inside:10.0.8.254/24)--------PCB(10.0.8.1/24)
现在的问题是VPN可以建立成功,从PCA也可以PING通10.0.8.254,但是不能PING通PCB,请大家帮忙看看是什么问题.
在线等,急....
GLGLJ-FW(config)# sh run
: Saved
:
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 2KFQnbNIdI.2KYOU encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname GLGLJ-FW
domain-name GLGLJ.COM
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 pptp 1723
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 101 permit any
access-list 111 deny tcp any any range 10000 30000
access-list inside_outbound_nat0_acl permit ip any 10.0.6.0 255.255.255.192
access-list outside_cryptomap_dyn_20 permit ip any 10.0.6.0 255.255.255.192
access-list 102 permit ip 10.0.3.0 255.255.255.0 10.0.8.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside xxx.xxx.xxx.xxx 255.255.255.192
ip address inside 10.0.3.253 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool glgljvpn 10.0.6.20-10.0.6.50
no failover
failover timeout 0:00:00
failover poll 15
no failover ip address outside
no failover ip address inside
pdm location 192.168.1.233 255.255.255.255 inside
pdm location 10.0.3.0 255.255.255.0 inside
pdm location 192.168.1.0 255.255.255.0 inside
pdm location 10.0.2.0 255.255.255.0 inside
pdm location 10.0.4.0 255.255.255.0 inside
pdm location 10.0.5.0 255.255.255.0 inside
pdm location 10.0.6.0 255.255.255.192 outside
pdm location 10.0.6.0 255.255.255.0 outside
pdm location 10.0.8.0 255.255.255.0 outside
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 102
nat (inside) 2 access-list inside_outbound_nat0_acl 0 0
nat (inside) 3 access-list 102 0 0
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 10.0.3.0 10.0.3.0 netmask 255.255.255.0 0 0
conduit permit icmp any any
route outside 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx 1
route inside 10.0.2.0 255.255.255.0 10.0.3.254 1
route inside 10.0.4.0 255.255.255.0 10.0.3.254 1
route inside 10.0.5.0 255.255.255.0 10.0.3.254 1
route outside 10.0.8.0 255.255.255.0 10.0.3.254 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 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
http server enable
http 192.168.1.233 255.255.255.255 inside
http 192.168.1.0 255.255.255.0 inside
http 10.0.3.0 255.255.255.0 inside
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 ESP-DES-MD5 esp-des esp-md5-hmac
crypto ipsec transform-set mytrans esp-des esp-sha-hmac
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map mymap 10 ipsec-isakmp
crypto map mymap 10 match address 102
crypto map mymap 10 set pfs
crypto map mymap 10 set peer xxx.xxx.xxx.xxx
crypto map mymap 10 set transform-set mytrans
crypto map mymap interface outside
isakmp enable outside
isakmp key ******** address xxx.xxx.xxx.xxx netmask 255.255.255.255
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash sha
isakmp policy 10 group 1
isakmp policy 10 lifetime 86400
vpngroup glgljvpn address-pool glgljvpn
vpngroup glgljvpn idle-time 1800
vpngroup glgljvpn password ********
telnet 192.168.1.0 255.255.255.0 inside
telnet 10.0.3.0 255.255.255.0 inside
telnet 10.0.2.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum:8bb7a6ec1dbb6c49f9f1f985937a0fb2
: end
发表于2005/09/10, 13:45
     Top
  duron2 离线
2. Re:pix 525 vpn问题
HP : 0 / 129
MP : 18 / 1988
EXP : 19%
拜师学艺


成员等级: 6
发表总数: 54
金币总数: 85
所属组别: 普通成员
注册日期: 2003/10/16

route outside 10.0.8.0 255.255.255.0 10.0.3.254 1 ?


networkhp
独坐寒崖
有风声
年年如是
发表于2005/09/12, 12:15
       Top
  chenpl 离线
3. Re:pix 525 vpn问题
HP : 0 / 43
MP : 5 / 538
EXP : 74%
初涉江湖


成员等级: 2
发表总数: 16
金币总数: 81
所属组别: 普通成员
注册日期: 2004/10/20

这句不要是吧,我删除了还是有问题.
发表于2005/09/13, 12:01
     Top
主题评分
未评分. 匿名用户无权对主题进行评分
0 名会员正在浏览该主题 (0 名游客 和 0 名隐身会员)
0 名会员:
有 2 篇回复自 2005/09/10, 13:45 跟踪主题 | 邮寄主题 | 打印主题

<< Back to 网络世界

 




Powered by PhoenixBBS v1.2 © 2000-2003  NetBuddy.Org