Всем привет! Большое спасибо ruff, но пока решение не нашел...
конфа циски
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname test-vpn-client
!
username test password 0 test
aaa new-model
!
!
aaa authorization network groupauthor local
!
crypto isakmp client configuration group fw
key 123456
pool ippool
!
crypto isakmp profile VPNclient
description VPN clients profile
match identity group fw
isakmp authorization list groupauthor
client configuration address respond
!
crypto ipsec transform-set myset esp-3des esp-sha-hmac
!
crypto dynamic-map dynmap 5
set transform-set myset
set isakmp-profile VPNclient
!
interface FastEthernet0
description Outside interface
ip address 192.168.1.169 255.255.255.0
no ip mroute-cache
duplex auto
speed auto
crypto map mymap
!
interface Ethernet0
description Inside interface
ip address 192.168.2.168 255.255.255.0
duplex auto
speed auto
no keepalive
!
ip local pool ippool 192.168.1.1 192.168.1.167
!
line con 0
exec-timeout 0 0
escape-character 27
line aux 0
line vty 0 4
password 0 test
!
!
end
client при конекте пишет -
Secure VPN Connection terminated locally by the Client.
Reason 401: An unrecognized error occurred while establishing the VPN connection.
Not connected.
а в логах -
Sev=Warning/2 CVPND/0xE3400003
Function CreateFile failed with an error code of 0x00000002(DRVIFACE:725)
конекчусь с 192.168.1.161
в чем может быть дело???