Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 831 vpn configuration

Status
Not open for further replies.

suderman

Technical User
Aug 9, 2005
14
0
0
PL
Hello All !

Does anyone know if cisco 831 router can act as a VPN server ?

What I mean is to configure Cisco 831 router as vpn server that will accept vpn connections from remote pc's.
These Pc's will use a standard windows vpn client that uses pptp or l2tp.

I have already did it using vpdn but it's not working ...

Ay idea or examples of configurations appreciated
Thanks in advance.
 
suderman,

have you fingure out how to do this?

Greatly appreciate your info.

Thanks
 
Make sure you have the following in your setup:

username any_vpnusername password 7 xxxxxxxxxxxxxxxxxxxx

vpdn enable
!
vpdn-group 1
! Default PPTP VPDN group
accept-dialin
protocol pptp
virtual-template 1

interface Virtual-Template1
ip unnumbered FastEthernet0/0 (lan interface)
no ip redirects
ip route-cache flow
peer default ip address pool vpnuser
no keepalive
ppp encrypt mppe auto
ppp authentication pap chap ms-chap
!
ip local pool vpnuser 192.168.100.1 192.168.100.50

Might also need to build an access list for your outside interface as to allow VPN traffic in.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top