cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
612
Views
0
Helpful
3
Replies

How to get static ip address in remote access vpn ?

henrybb
Level 1
Level 1

I use cisco vpn client connected to 2621 router with c2600-ik8s-mz.122-15.T9.bin.

Each time vpn client get different ip address after connected to router. But my application need static assigned ip address.

So how to do ?

any comments is appreciated! thanks

router's config is like this:

crypto isakmp policy 3

hash md5

authentication pre-share

group 2

!

crypto isakmp client configuration group 3000client

key xxxx

dns 10.1.64.100

wins 10.1.64.100

domain cisco.com

pool ippool

!

!

crypto ipsec transform-set myset esp-null esp-sha-hmac

crypto dynamic-map dynmap 10

set transform-set myset

reverse-route

!

!

crypto map clientmap isakmp authorization list groupauthor

crypto map clientmap client configuration address respond

crypto map clientmap 10 ipsec-isakmp dynamic dynmap

ip local pool ippool 10.1.64.1 10.1.64.2

3 Replies 3

s-doyle
Level 3
Level 3

If your requirement is for only one client, configure only one IP address in the pool.

thanks for your reply.

admukada
Level 1
Level 1

Hi Henry,

Yes, as suggested we cn have jus one IP in the pool.But this is not always possible s we may hve mant other VPN clients which wnt to connect .Still we may configure one pool with many ip while pool b with jus one IP & map it with that VPN group.

>> We can also consider using AAA server for the same.The Radius server can autheticate with that particular vpn user & is capable to giving a specific ip.

Hope this helps.

Adi

aditya.mukadam@gmail.com