In article <3fec8173$0$25377$> , <RC> wrote:
:> You cannot configure the same subnet on the inside and
:> outside interfaces of a PIX.
:> The easiest solution to your problem is to subnet the public IP
:> space.
:Even easier, use private IP addresses on the router's and PIX's interface,
:the two that connect to each other. Set the deafault gateway on the PIX to
:the router, but a static route in the router pointing xxx.xxx.xxx.0 to the

ix.
You can do that, but then any packets produced by the outside
interface of the PIX (RST, icmp refusal, icmp time exceeded) will
have an IP source address which is the private IP address of the
PIX outside interface. RFC1918 says that you must not allow
packets with private source addresses to be publically routed.
In order to adhere to RFC1918, one must thus add some NAT rules to
the router to map that private source IP into a public source IP.
Depending on the router, that kind of mapping might not be possible,
and even on Cisco routers it is not the easiest of things to configure.
I therefore contend that my original statement is true: that the
*easiest* solution to the problem is to subnet the public IP space.
--
Admit it -- you peeked ahead to find out how this message ends!