Thursday, 24 May 2012
 Home arrow Articles arrow cisco arrow Config cisco routers such as a VPN server
   
Main Menu
Home
News
Blog
Links
Search
FAQs
Spider
Articles
@intrenet
Free Softwares
Break for fun
Friends VIdeos
Techno videos
Contact Us
Disclaimer
Guest Book
Speed test
V.E.C. Calculator
IPv4 Subnet Calc
IPv6 Subnet Calc
Byte Converter
Converter
GMT/UTC Time
Bandwidth Calc
Allinone Calc
IANA Port Numbers
Country Call Codes
Pk Postal Codes
Surf Anonumously
Visitors Counter
mod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_counter
mod_vvisit_counterToday201
mod_vvisit_counterYesterday302
mod_vvisit_counterThis week763
mod_vvisit_counterThis month5312
mod_vvisit_counterAll125988
 
 
 
 


Config cisco routers such as a VPN server PDF Print E-mail
User Rating: / 0
PoorBest 
Written by Amanatullah khalil   
Thursday, 18 June 2009

Config cisco routers such as a VPN server

Written by Reza Behroozi   
Monday, 23 July 2007
Step by step configuration :
 
PersianAdmins.com(config)# vpdn enable

Create a VPDN group configured to PPTP, just like the Microsoft VPN client will use, by default:

PersianAdmins.com(config)# vpdn-group reza

PersianAdmins.com(config-vpdn)# accept-dialin

PersianAdmins.com(config-vpdn)# protocol pptp

PersianAdmins.com(config-vpdn)# virtual-template 1

PersianAdmins.com(config-vpdn)# exit

Here, we will configure our interfaces to match the diagram. Naturally, your IP address configuration will vary:

PersianAdmins.com(config)# interface ethernet0/0

PersianAdmins.com(config-if)# ip address 192.168.0.5 255.255.255.0

PersianAdmins.com(config-if)# no shutdown

Next, create your virtual-template that will apply to the inbound VPN connections. This template references the e0/0 interface for its IP address. It also references a pool of IP addresses that will be handed out to VPN clients. Finally, it configures the PPP encryption and authentication mechanisms to match what the Microsoft VPN client defaults to:

PersianAdmins.com(config)# interface Virtual-Template1

PersianAdmins.com(config-if)# ip unnumbered ethernet0/0

PersianAdmins.com(config-if)# peer default ip address pool behroozi

PersianAdmins.com(config-if)# ppp encrypt mppe auto required

PersianAdmins.com(config-if)# ppp authentication ms-chap ms-chap-v2

Now, create the pool of IP addresses. This pool should not already be in use on the internal network you are connecting to:

Router(config)# ip local pool behroozi 10.0.0.1 10.0.0.100

After that, create a test user:

Router(config)# username test password 0 rezabehroozi
 
 
 
 
 
Lab for dynamips :
[localhost]
     [[ROUTER R1]]
        image = \Program Files\Dynamips\images\c7200-advipservicesk9-mz.124-4.T1.bin
        ram = 160
        model = 7200
        F0/0 = NIO_gen_eth:\Device\NPF_{45BB7A21-B13A-45BC-AC74-27F694FC0AC7}
    
 
 
 
Client Configuraion: 
click Start | Control Panel | Network Connections. Click on New Connection Wizard
 
then
pic 1


pic 2


pic 3



pic 4


pic 5


pic 6


pic 7


pic 8


pic 9


pic 10


Thanks to Author, orignal link http://www.en.persianadmins.com/article/cisco/Config_cisco_routers_such_as_a_VPN_server_2007072314.html
 
< Prev   Next >
 
 
 
csatpk Newsflash
Statistics
OS: Linux h
PHP: 5.2.17
MySQL: 5.1.63-community-log
Time: 03:39
Caching: Disabled
GZIP: Disabled
Members: 3
News: 368
Web Links: 5
Visitors: 266624
Popular