cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1716
Views
0
Helpful
2
Replies

Configure Cisco 1760 router as VPN Server

derleader111
Level 1
Level 1

Hi,

I have a old Cisco 1760 router with VPN module. I want to use it as VPN server.

I clear all the configuration of the configuration. I want to use the SDM to configure the VPN server

This is the configuration of the router that I entered

enable

setup

configure terminal

ip name-server 8.8.8.8

end

config t

interface fastethernet0/0 192.168.1.114 255.255.255.0

no shutdown

end

config t

ip http server

ip http-secure server

ip http authentication local

ip http timeout-policy idle 600 life 86400 requests 10000

username cisco privilege 15 secret 0 cisco

line vty 0 4

privilege level 15

login local

transport input telnet ssh

end

When I tried to configure the VPN sever from the SDM wizard this message appears:

"There are no authorization lists configured on this router"

Can you tell me where I'm wrong?

Regards

Peter

2 Replies 2

Hi,

Not sure, but can you remove login local and transport input telnet ssh from line vty 0 4 and check if it works.

HTH,

Smitesh

Ok, I will try it.

Is there anything that I must add in order to make the configuration?

Regards

Peter