10-11-2011 01:54 AM
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
10-11-2011 01:58 AM
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
10-11-2011 02:17 AM
Ok, I will try it.
Is there anything that I must add in order to make the configuration?
Regards
Peter
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide