I'm trying to create a VPN so clients (as opposed to S2S) can connect to our LAN. I've inherited a rather strange setup.
1. There is no NAT.
2. The 5515 ASA Outside interface connects to a 3750 with a private IP. ex 192.168.2.0
3. The Inside interface connects to 4506 with a private IP 192.168.1.0
4. The workstations are all assigned public IP's. The gateway is a public IP (VLAN) on the 4506.
Since I need to assign a public IP to the VPN, I wanted to connect another ASA interface directly to the LAN switch.
My problems are.
1. Does this sound practical? Am I creating a security issue?
Assuming 10.10.10.0/24 is my public network
my gateway is 10.10.10.1/24
I want to assign the VPN interface an address of 10.10.10.253 255.255.255.248
I want route 10.10.10.0/24 traffic through the outside interface and the VPN traffic through the VPN interface.
my vpn pool would be 10.10.10.193 - 10.10.10.223
Am I totally off base here?
Does adding the third interface and connecting it to the LAN make any sense. Should I just dump the Private IP between the ASA and 4506 and assign a public IP?
Thanks,