cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

vpn client

emilio1973
Level 1
Level 1

Mar  1 09:23:12.295: %CRYPTO-6-IKMP_MODE_FAILURE: Processing of Aggressive mode failed with peer at 201.70.32.102

This is the config of router:

Router#sh run
Building configuration...

Current configuration : 1772 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip cef
!
!
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
crypto isakmp policy 1
  hash md5
  authentication pre-share
crypto isakmp key cisco123 address 0.0.0.0 0.0.0.0
crypto isakmp client configuration address-pool local ourpool
!
!
crypto ipsec transform-set trans1 esp-des esp-md5-hmac
!
crypto dynamic-map dynmap 10
  set transform-set trans1
!
!
crypto map intmap client configuration address initiate
crypto map intmap client configuration address respond
crypto map intmap 10 ipsec-isakmp dynamic dynmap
!
!
!
interface FastEthernet0/0
  ip address 201.70.32.101 255.255.255.0
  ip nat outside
  ip virtual-reassembly
  no ip route-cache cef
  no ip route-cache
  no ip mroute-cache
  duplex auto
  speed auto
  crypto map intmap
!
interface Serial0/0
  no ip address
  shutdown
  no fair-queue
  clock rate 2000000
!
interface FastEthernet0/1
  ip address 10.2.2.1 255.255.255.0
  ip nat inside
  ip virtual-reassembly
  duplex auto
  speed auto
!
interface Serial0/1
  no ip address
  shutdown
  clock rate 2000000
!
ip local pool ourpool 10.2.1.1 10.2.1.254
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 201.70.32.1
!
ip http server
no ip http secure-server
ip nat pool outsidepool 201.70.32.150 201.70.32.160 netmask 255.255.255.0
ip nat inside source route-map nonat pool outsidepool
!
access-list 101 deny   ip 10.2.2.0 0.0.0.255 10.2.1.0 0.0.0.255
access-list 101 permit ip 10.2.2.0 0.0.0.255 any
route-map nonat permit 10
  match ip address 101
!
!
!
!
control-plane
!
!
!
!
line con 0
line aux 0
line vty 0 4
  password ww
  login
!
!
end

In the vpn client fields "name" and "password", i don't be sure that what i must configure. Someone can help me?

Thanks

Who Me Too'd this topic