雏鹰部落

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 5701|回复: 15

[讨论/求助] 5505vpn 拨上了ping不通内网。

[复制链接]
发表于 2011-4-13 17:18:51 | 显示全部楼层 |阅读模式
又是一个简单又搞不定的问题 我用向导做了IPsec REMOTE VPN ..失败
以下是配置。求解!!
ASA Version 8.2(1)
!
hostname asa5505
enable password 2KFQnbNIdI.2KYOU encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
dns-guard
!
interface Vlan1
nameif outside
security-level 0
ip address 192.168.1.200 255.255.255.0
!
interface Vlan2
nameif inside
security-level 100
ip address 192.168.10.1 255.255.255.0
!
interface Ethernet0/0
!
interface Ethernet0/1
switchport access vlan 2
!
interface Ethernet0/2
switchport access vlan 2
!
interface Ethernet0/3
switchport access vlan 2
!
interface Ethernet0/4
switchport access vlan 2
!
interface Ethernet0/5
switchport access vlan 2
!
interface Ethernet0/6
switchport access vlan 2
!
interface Ethernet0/7
switchport access vlan 2
!
ftp mode passive
clock timezone CST 8
access-list 101 extended permit ip any any
access-list 101 extended permit icmp any any
access-list text_splitTunnelAcl standard permit 192.168.10.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip any 10.10.10.0 255.255.255.240
pager lines 24
logging enable
logging asdm informational
mtu outside 1500
mtu inside 1500
ip local pool nn 10.10.10.1-10.10.10.10 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
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
access-group 101 in interface outside
route outside 0.0.0.0 0.0.0.0 192.168.1.1 1
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
timeout tcp-proxy-reassembly 0:01:00
dynamic-access-policy-record DfltAccessPolicy
http server enable
http 0.0.0.0 0.0.0.0 inside
http 0.0.0.0 0.0.0.0 outside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
crypto map outside_map interface outside
crypto isakmp enable outside
crypto isakmp policy 30
authentication pre-share
encryption des
hash md5
group 2
lifetime 86400
telnet 192.168.1.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd address 192.168.10.100-192.168.10.200 inside
dhcpd dns 192.168.1.1 192.168.1.1 interface inside
dhcpd enable inside
!

no threat-detection basic-threat
threat-detection statistics port
threat-detection statistics protocol
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
enable outside
group-policy text internal
group-policy text attributes
vpn-tunnel-protocol IPSec
split-tunnel-policy tunnelspecified
split-tunnel-network-list value text_splitTunnelAcl
group-policy DfltGrpPolicy attributes
vpn-tunnel-protocol webvpn
username cisco1 password JKjzHev7M94yVKy5 encrypted privilege 0
username cisco1 attributes
vpn-group-policy text
username cisco password 3USUcOPFUiMCO4Jk encrypted
tunnel-group text type remote-access
tunnel-group text general-attributes
address-pool nn
default-group-policy text
tunnel-group text ipsec-attributes
pre-shared-key *
!
!
prompt hostname context
Cryptochecksum:b44d8e7654349e2992ec3ceab2275c12
: end
 楼主| 发表于 2011-4-13 17:19:36 | 显示全部楼层
是ASA5505.。。。
大神们 求救了。。。
 楼主| 发表于 2011-4-13 17:22:59 | 显示全部楼层
现在只是在局域网做的一个VPN 试验
拓扑是------外网ADSL拨号------DLINK路由器(192.168.1.1)-------ASA5505 (out.IP 192.168.1.200,inside ip 192.168.10.1)----我的PC 192.168.10.100
然后拿局域网的电脑VPN 可以拨上 ping 我的PC失败。。
发表于 2011-4-13 17:23:56 | 显示全部楼层
帮你搬求兵。
 楼主| 发表于 2011-4-13 17:27:17 | 显示全部楼层
回复 4 # bookpig 的帖子

看你骑着马来着 你是救兵不。?。。。
 楼主| 发表于 2011-4-13 17:31:35 | 显示全部楼层
NAC是什么。。好像这失败了。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
发表于 2011-4-13 17:33:27 | 显示全部楼层
回复 5 # hui8821637 的帖子

偶是骑着马,
所以,偶是通讯员啊。。。
呵呵……
发表于 2011-4-13 17:46:08 | 显示全部楼层
路由有问题,内网是不是使用192.168.10.0-192.168.10.99,拨进来的网段使用的是192.168.10.100-192.168.10.200?这样的路由要分开来写,去往这两个的路由使用的是不同的下一跳。
 楼主| 发表于 2011-4-13 18:46:19 | 显示全部楼层
回复 8 # linda.! 的帖子

不是噢 内网的地址是192.168.10.0/24 拨进来的是10.10.10.1-10.。
 楼主| 发表于 2011-4-13 18:53:57 | 显示全部楼层
我突然发现这个配置设置的有很多问题。
因为我只是帮忙做VPN的。里边什么DHCP啊。都是另外一个家伙做的。
VPN 跟其他的配置有关系不?
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|熊猫同学技术论坛|小黑屋| 网络工程师论坛 ( 沪ICP备09076391 )

GMT+8, 2024-7-7 21:26 , Processed in 0.077487 second(s), 19 queries , Gzip On.

快速回复 返回顶部 返回列表