Translation Rule

Translation Rule

am 15.10.2005 23:31:28 von jesusde

I am trying to create a translation rule in a PIX 500 PMD to do the
follow:

using 4 public IP addresses to have access to 4 private IP addresses
(servers)


How can I do this,Please help

Re: Translation Rule

am 16.10.2005 00:20:28 von Chris

wrote in message
news:1129411888.191086.25210@g47g2000cwa.googlegroups.com...
>I am trying to create a translation rule in a PIX 500 PMD to do the
> follow:
>
> using 4 public IP addresses to have access to 4 private IP addresses
> (servers)
>
>
> How can I do this,Please help
>

static (inside,outside) netmask 255.255.255.255
static (inside,outside) netmask 255.255.255.255
static (inside,outside) netmask 255.255.255.255
static (inside,outside) netmask 255.255.255.255

Chris.

Re: Translation Rule

am 16.10.2005 00:39:23 von jesusde

Chris
I have only one outside interface in the firewall

How can I add 4 extra public IPs to the same outside interface ??

thanks

Re: Translation Rule

am 16.10.2005 00:39:26 von jesusde

Chris
I have only one outside interface in the firewall

How can I add 4 extra public IPs to the same outside interface ??

thanks

Re: Translation Rule

am 16.10.2005 12:33:53 von Chris

wrote in message
news:1129415963.710088.18380@o13g2000cwo.googlegroups.com...
> Chris
> I have only one outside interface in the firewall
>
> How can I add 4 extra public IPs to the same outside interface ??
>
> thanks
>

The outside interface can only have one IP. You don't need to have the IP's
configured on an interface to configure NAT.

Chris.