I wonder if it's possible to perform NAT on both source and destination adress within one PIX.
I have a internal webserver which must be available from Internet, so I need a static like
static (inside, outside) <global-ip> <local-ip>
But then the tricky part. I have to translate
all source-adreseses of the Internet-clients
to one ip-adres of the inside-interface, so I need PAT like:
nat (outside) 1 0.0.0.0 0.0.0.0 0 0
global (inside) 1 interface
I wonder if the static and PAT works together,
so that both source and destination address are translated. Does anybody know?