say you have something like this:
static (inside,int10) 10.10.0.0 10.10.0.0 netmask 255.255.0.0 0 0
static (inside,int10) 20.20.1.1 10.10.10.1 netmask 255.255.255.255 0 0
the first statement NATs the entire Class B subnet to itself and the second applies a different NAT for a single host within that class B. How does the PIX know which to use?
static (inside,int10) 10.10.0.0 10.10.0.0 netmask 255.255.0.0 0 0
static (inside,int10) 20.20.1.1 10.10.10.1 netmask 255.255.255.255 0 0
the first statement NATs the entire Class B subnet to itself and the second applies a different NAT for a single host within that class B. How does the PIX know which to use?