欢迎访客 ( 登陆 | 注册 )

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

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


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

在配置site-to-site VPN时,把把加密图sidevpn应用到outside端口后内网用户就不能上互联网了


Result of firewall command: "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 xxxx-FW
domain-name xxxx.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
pager lines 24
mtu outside 1480
mtu inside 1500
ip address outside 219.151.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 history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
conduit permit icmp any any
route outside 0.0.0.0 0.0.0.0 219.151.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
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 sidevpn esp-des esp-md5-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 sidevpn 10 ipsec-isakmp
crypto map sidevpn 10 set pfs group2
crypto map sidevpn 10 set peer 202.98.xxx.xxx
Crypto map sidevpn 10 match address 101
crypto map sidevpn 10 set transform-set sidevpn
Crypto map sidevpn interface outside 加了这句后就不能上网了
! Incomplete
crypto map sidevpn interface outside
isakmp enable outside
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 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:4eb0628121a8db08e465b1b61fdea991
: end
发表于2005/08/23, 10:45
     Top
  大勇 离线
2. Re:pix 525 vpn问题
HP : 108 / 1085
MP : 1090 / 19025
EXP : 41%
江湖游客


成员等级: 44
发表总数: 3271
金币总数: 941
所属组别: 核心成员
注册日期: 2003/01/10

Crypto map sidevpn 10 match address 101


所有的都走vpn去了
发表于2005/08/23, 11:42
     Top
  chenpl 离线
3. Re:pix 525 vpn问题
HP : 0 / 43
MP : 5 / 538
EXP : 74%
初涉江湖


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

那意思是不要这句吗.
发表于2005/08/23, 15:24
     Top
  xxs 离线
4. Re:pix 525 vpn问题
HP : 0 / 343
MP : 83 / 5258
EXP : 75%
名动江湖


成员等级: 14
发表总数: 249
金币总数: 388
所属组别: 中级成员
注册日期: 2003/10/17

把你希望加密的做一个扩展访问列表
发表于2005/08/23, 16:08
     Top
主题评分
未评分. 匿名用户无权对主题进行评分
0 名会员正在浏览该主题 (0 名游客 和 0 名隐身会员)
0 名会员:
有 3 篇回复自 2005/08/23, 10:45 跟踪主题 | 邮寄主题 | 打印主题

<< Back to 网络世界

 




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