Static mapping of multiple IP's

Hi,

We have a PIX 501 (PIX Version 6.3(5))

We want to static map multiple external IP's to multiple internal IP's, I know I could create multiple static commands, but is there a way, with one static command to acheive the following? (IP's fictious)

80.111.23.10 maps to 192.168.10.10 80.111.23.11 maps to 192.168.10.11 80.111.23.12 maps to 192.168.10.12 etc.

Thanks for looking

Reply to
cloudmaster
Loading thread data ...

static (inside,outside) 80.111.23.8 192.168.10.8 netmask 255.255.255.248

Reply to
Lutz Donnerhacke

Note: if a static is used with a netmask other than 255.255.255.255 then the first and last address in the range will be thought to be the base and broadcast addresses of a network and no traffic will be expected from those addresses -- the PIX will discard traffic from those addresses. You can get around this by specifically static'ing those addresses with a 255.255.255.255 netmask and ignoring the PIX's complaint about overlapping address ranges.

Reply to
Walter Roberson

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.