I have been trying to set up VPN between a cisco concentrator 3000 and PIX 506.
I need to be able to FTP from a host behind the Pix to a host "behind" the concentrator.
The problem is that the concentrator knows of the pix' internal subnet (eg. 192.168.2.x) from another configuration, and therefore I am in need of translating the pix inside address to some unknown (other) address.
For instance I want to make sure that the conentrator sees the host behind the pix not as eg. 192.168.2.10 but as eg. 192.168.99.5.
The current config has a global (outside) 1 interface statement and nat (inside) 1 0.0.0.0 0.0.0.0 0 0.
The access-list is permit ip 192.168.2.0 255.255.255.0 host 10.30.x.x (host "behind" concentrator).
How do I make the particular host behind the pix (only for this vpn ftp connection) take a different subnet (192.168.99.5) and not the standard internal or any outside address?
Can I declare a global (outside) 2 and hook the access-lists with the interesting trafic to a new nat (inside) 2
Any help is greatly appreciated.
I need to be able to FTP from a host behind the Pix to a host "behind" the concentrator.
The problem is that the concentrator knows of the pix' internal subnet (eg. 192.168.2.x) from another configuration, and therefore I am in need of translating the pix inside address to some unknown (other) address.
For instance I want to make sure that the conentrator sees the host behind the pix not as eg. 192.168.2.10 but as eg. 192.168.99.5.
The current config has a global (outside) 1 interface statement and nat (inside) 1 0.0.0.0 0.0.0.0 0 0.
The access-list is permit ip 192.168.2.0 255.255.255.0 host 10.30.x.x (host "behind" concentrator).
How do I make the particular host behind the pix (only for this vpn ftp connection) take a different subnet (192.168.99.5) and not the standard internal or any outside address?
Can I declare a global (outside) 2 and hook the access-lists with the interesting trafic to a new nat (inside) 2
Any help is greatly appreciated.