Hi guys we have a customer called BPS and it has two servers 192.168.10.15 and 16.....we have 10.0.0.0/16 netwrok which connects to the two servers over VPN (IPSEC) we have pix firewall......follwoing is the config output
I can see that we have static NAT for these two servers and then we are PATTing to the 10.0.0.1 (all 10.0.0.0/16 address)
my question is how this work............my forewall ip outside is X.56.24.3 (suppose)
how this NAT is working i need the order ie when 192.168.10.15 comes it address will nbe changed on outside interface to 10.1.1.49 or when it treverse through internal it will get changes similarly how NAT is processed when packet goes outsdoe as well
object-group network BPS_NAT_HOSTS
network-object host 10.1.1.49, 10.1.1.50,
object-group network BPS_INT_NAT
network-object host 192.168.10.15, 192.168.10.16
access-list BPS_nat extended permit tcp 10.0.0.0 255.0.0.0 object-group BPS_NAT_HOSTS
nat (Internal) 3 access-list BPS_nat
global (External) 3 10.0.0.9
access-list acl-BPScustomer extended permit ip host 10.0.0.1 object-group BPS_INT_NAT log warnings
crypto map clientmap 20 match address acl-BPScustomer
static (External,Internal) 10.1.1.49 192.168.10.15 netmask 255.255.255.255
static (External,Internal) 10.1.1.50 192.168.10.16 netmask 255.255.255.255