Hello all together!
I tried to a new test whit remote access but I get the message: "Bad username / or Password"!
What should I Change?
Thank in advance
*******
aaa new-model
aaa authentication login VPNAUTH group radius local
aaa authorization network VPNAUTH local
!
username Admin password 0 Cisco123
!
crypto isakmp policy 10
encr aes 256
authentication pre-share
group 5
!
crypto isakmp client configuration group VPN1
key Cisco333
pool VPN-POOL
netmask 255.255.255.0
!
crypto ipsec transform-set mytrans esp-3des esp-sha-hmac
!
crypto dynamic-map DYNMAP 10
set transform-set mytrans
reverse-route
!
crypto map Mymap isakmp authorization list VPNAUTH
crypto map Mymap client configuration address respond
crypto map Mymap 10 ipsec-isakmp dynamic DYNMAP
!
crypto map VPNMAP client authentication list VPNAUTH
crypto map VPNMAP isakmp authorization list VPNAUTH
crypto map VPNMAP client configuration address respond
!
interface GigabitEthernet0/0/0
ip address 209.65.100.1 255.255.255.0
crypto map VPNMAP
!
interface GigabitEthernet0/0/1
ip address 172.16.1.1 255.255.255.0
!
ip local pool VPN-POOL 192.168.10.10 192.168.10.15
!
access-list 101 permit ip 192.168.10.0 0.0.0.255 209.65.100.0 0.0.0.255
!
radius server 172.16.1.10 key Cisco
address ipv4 172.16.1.10 auth-port 1645