[c-nsp] Can a Cisco 837 terminate a Road warrior VPN?

Ted Mittelstaedt tedm at toybox.placo.com
Mon Aug 8 15:32:03 EDT 2005


You can also do Microsoft L2TP vpns if you have the IPSec feature set.

Additionally, you can terminate PPTP sessions on the IP only IOS.
They won't be encrypted, though.

Ted

>-----Original Message-----
>From: cisco-nsp-bounces at puck.nether.net
>[mailto:cisco-nsp-bounces at puck.nether.net]On Behalf Of Brett Looney
>Sent: Saturday, August 06, 2005 9:39 PM
>To: cisco-nsp at puck.nether.net
>Subject: Re: [c-nsp] Can a Cisco 837 terminate a Road warrior VPN?
>
>
>At 09:09 7/08/2005, you wrote:
>>Can the 837 handle road warrior VPN's? and if so, where is a
>good place to
>>find an example config if possible.
>
>Sure can. You can either do it with the cisco VPN client or
>with PPTP if
>you like. PPTP is simpler to setup from the client end,
>obviously as there
>is nothing to install on Windows, although some would argue
>slightly less
>secure. Whatever...
>
>PPTP:
>
>         vpdn enable
>         vpdn-group 1
>          accept-dialin
>           protocol pptp
>           virtual-template 1
>         ! DNS and WINS servers
>         async-bootp dns-server x.x.x.x
>         async-bootp nbns-server x.x.x.x
>         !
>         interface Virtual-Template1
>          ip unnumbered Ethernet0
>          peer default ip address pool VPNPool
>          ppp encrypt mppe auto
>          ppp authentication ms-chap
>         !
>         ip local pool VPNPool x.x.x.x y.y.y.y
>         ! Local authentication of users
>         user foo password bar
>
>Alternately, you can use RADIUS authentication if you have the 837 Plus
>feature set. Standard (i.e. cheaper) 837 does not support RADIUS...
>
>HTH.
>
>B.
>
>
>
>_______________________________________________
>cisco-nsp mailing list  cisco-nsp at puck.nether.net
>https://puck.nether.net/mailman/listinfo/cisco-nsp
>archive at http://puck.nether.net/pipermail/cisco-nsp/
>



More information about the cisco-nsp mailing list