cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
345
Views
0
Helpful
1
Replies

Specify IP to a VPN Client

somudrodev
Level 1
Level 1

Hi,

I am configuring a PIX firewall as VPN server... I am using IOS

6.3(1). Some of my users will use PPTP but some them will use L2PT

over IPSec. Now I am assigning IP addresses from the PIX.

Now I want to assign user Specific IP address. For example

user1----->192.168.1.10

user2----->192.168.1.11

user3----->192.168.1.12

How can I do it?? I don't want user to assign his own ip address..I want to assign it from my pix..

~M$

1 Reply 1

mostiguy
Level 6
Level 6

You cannot easily. I am not even sure if there is any way to make this work. The only thing I can think of is to create a separate ip pool of 1 address for each user, and have a separate vpngroup config for each user:

vpngroup user1 address-pool pooluser1

vpngroup user1 dns-server....

vpngroup user1 .....

vpngroup user2

Each user would have to configure their client with their vpngroup user name, and its password.