Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Multi VPN / Multi Users

Reply
Thread Tools

Multi VPN / Multi Users

 
 
Thanatos Thanatos is offline
Junior Member
Join Date: Apr 2010
Posts: 1
 
      04-06-2010
Hello,

I have a question regarding VPN implementation.

<internet cloud (users)>---(VPN)---<router>-------<Private network 1>
|-------<Private network n>
|-------<Private network n+1>
The concept is to create a different tunnel (L2TP-IPsec) for each user, but I would like to keep the configuration as simple as possible for the user.

So my questions are :

Is there a way to implement this toplogy in a simplest way?(see below)
Can we avoid using groups?

Here is an idea of the current config:

ip local pool VPN 172.16.0.1 172.16.0.30
ip local pool VPN2 172.16.0.33 172.16.0.62
!
crypto isakmp client configuration group USER1_VPN
key user1
pool VPN1
acl ACL1
netmask 255.255.255.240
!
crypto isakmp client configuration group USER2_VPN
key user2
pool VPN2
acl ACL2
save-password
netmask 255.255.255.240
!

Thanks in advance for your help
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
VPN site to site & Remote access VPN ( vpn client) over the same interface pasatealinux Cisco 1 12-17-2007 07:41 PM
How to Synchronize anonymous users with authenticated users using profiles? Rodusa ASP .Net 2 09-08-2005 08:12 PM
Help me in making users/deleting users in active directory Sara rafiee ASP .Net 3 10-04-2004 01:35 PM
Cisco vpn server enabled / VPN and no-VPN connections mix Elise Cisco 6 05-22-2004 07:55 AM
Reg. Listing Only Online Users in a Seperate JTree from the Total Users. Sunil Miriyala Java 0 03-01-2004 04:58 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57