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

VPN with 2 ip local pool using Cisco Secure Pix Firewall 5.3

admin_2
Level 3
Level 3

I'm trying to set up a 2nd VPN connection here is a partial part of our current config

ip local pool TEST 192.168.1.1-192.168.1.255

....

isakmp client configuration address-pool local TEST outside

I tried adding the following statements and yet it still grabs from the local pool TEST,

ip local pool TEST 192.168.1.1-192.168.1.255

ip local pool TEST2 192.168.2.1-192.168.2.255

...

isakmp client configuration address-pool local TEST outside

and if I add,

isakmp client configuration address-pool local TEST2 outside

it will cause a conflict with the previous isakmp statement

Is there an alternative solution?

1 Reply 1

Not applicable

I guess you can just create one pool like this:

ip local pool TEST 192.168.1.1-192.168.2.255

that would cover both subnets