RECENTLY purchased ASA 5520 and connected every thing but vpn client is an issue ...
we are having 8 public ip address from ISP
two of them already been used. we are having 50 vpn client inside ...
I enable both esp isakmp, Nat-t on both inside and outside interface.,.. but I CAN CONfigure only one public ip adress to on inside private ip adress.
If any one can could tell how we can configure one public ip to many static private address range mapping..
ie 220.223.23.24 192.168.50>
I would be grateful if you can help me in this regard
Hi,
Create an object-group and mention all your private ip address.
Example :
object-group network privateip
description private ip address for internet
network-object host 192.168.50.10
network-object host 192.168.50.10
network-object host 192.168.50.10
network-object host 192.168.50.10
network-object 192.168.1.0 255.255.255.0
nat (inside) 2 access-list privateip
global (outside) 2 220.223.23.24 255.255.255.255
Try this..
Uvaraj