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

link|improve this question
feedback

migrated from stackoverflow.com Nov 7 '11 at 14:33

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.