- 积分
- 294
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 最后登录
- 1970-1-1
- 阅读权限
- 30
- 听众
- 收听
初级工程师
  
|
拓扑如上图。
PC2客户端能够连接上 R3 VPN。PC1也能ping通,可是不知道怎么做才能Ping通PC4~~~求大神指导!基于PT做的实验。
R3 show run:
Building configuration...
Current configuration : 1737 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname company
!
!
!
!
!
!
!
aaa new-model
!
aaa authentication login vpna group radius
!
!
aaa authorization network vpnn group radius
!
!
!
!
!
crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
!
crypto isakmp policy 10
hash md5
authentication pre-share
!
crypto isakmp key czcompany address 2.1.1.1
!
crypto isakmp client configuration group vpn-group
key czcompany
pool vclient
!
!
crypto ipsec transform-set czcompanyset esp-3des esp-md5-hmac
!
crypto dynamic-map vpnmap 10
set transform-set czcompanyset
reverse-route
!
crypto map company client authentication list vpna
crypto map company isakmp authorization list vpnn
crypto map company client configuration address respond
crypto map company 1 ipsec-isakmp
set peer 2.1.1.1
set transform-set czcompanyset
match address 100
!
crypto map company 10 ipsec-isakmp dynamic vpnmap
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
ip address 192.168.1.254 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.6.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/3/0
ip address 1.1.1.1 255.255.255.0
crypto map company
!
interface Serial0/3/1
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router rip
network 192.168.1.0
network 192.168.7.0
!
ip local pool vclient 172.16.0.1 172.16.0.254
ip classless
ip route 0.0.0.0 0.0.0.0 1.1.1.2
!
!
access-list 100 permit ip 192.168.1.0 0.0.0.255 192.168.2.0 0.0.0.255
!
!
radius-server host 192.168.1.1 auth-port 1645 key czcompany
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
!
!
!
end
具体PT文件:
vpn.pkt
(23.91 KB, 下载次数: 0)
|
|