cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1417
Views
0
Helpful
7
Replies

Remote access vpn wrong!

 

Hello

what should I change?

Thanks in Advance

Qu

 

hostname R1

username client password 0 Cisco123

!

crypto isakmp policy 10

encr aes 256

authentication pre-share

group 5

!

crypto isakmp client configuration group VPN1

key Cisco123

pool VPN-POOL

!

crypto ipsec transform-set Myset esp-aes 256 esp-sha-hmac

!

crypto map Mymap isakmp authorization list 101

!

interface GigabitEthernet0/0

ip address 10.10.10.1 255.255.255.0

crypto map Mymap

!

interface GigabitEthernet0/1

ip address 172.16.1.1 255.255.255.0

!

ip local pool VPN-POOL 192.168.10.1 192.168.10.5

!

access-list 101 permit ip 192.168.1.0 0.0.0.255 10.10.10.0 0.0.0.255

!

1 Accepted Solution

Accepted Solutions

@qumarce-habibzadeh 

 If your plan is to have client VPN working, there are quite a lot configuration missing. I will not list everything but will list a few. Take a close look on my file and see if you can figure out what was done.

 For client VPN you need a Radius server. The router is not able to authenticate the user. 

I used one of your server as Radius. Check in Service > AAA

You need to setup the radius server on the router.

 

To connect a PC client on the VPN, go to the VPN client and put this

Group: VPN1

Group Key: Cisco123

Host IP: 10.10.10.1

Username: user

Password: pass

 

vpn.jpg

View solution in original post

7 Replies 7

@qumarce-habibzadeh 

 If your plan is to have client VPN working, there are quite a lot configuration missing. I will not list everything but will list a few. Take a close look on my file and see if you can figure out what was done.

 For client VPN you need a Radius server. The router is not able to authenticate the user. 

I used one of your server as Radius. Check in Service > AAA

You need to setup the radius server on the router.

 

To connect a PC client on the VPN, go to the VPN client and put this

Group: VPN1

Group Key: Cisco123

Host IP: 10.10.10.1

Username: user

Password: pass

 

vpn.jpg

Dear Flavio!

I have to study and learn more!

Thanks a lot for your good support

Qu

Hello

From my Remote Access setup I get the message: "Bad Username /or Password"

What I should I change?

Thanks

@qumarce-habibzadeh  you are missing radius server config on the router. And your ACL does not seems correct. 

you dont have 192.168.10.0 on the network. 

Hi Flavio
Packet Tracer 9 does not allow configuring a RADIUS server. You can see in the picture that I have added here.
Does the access list belong to VPN-POOL or should it be changed?
Thank you

 

It does.  But it is different from previous versions.

 

R1(config)#radius-server ?

host Specify a Radius server

key Set Radius encryption key.

R1(config)#radius-server

 

I had the new router PT8200, in Router c2900 ist setup Radius Server possible.

But the effect is the same, finally I get "Bad Username or password".

Thank you