In article < >,
Paul Stewart <> wrote:
:I'm having a routing problem with our 515E and have talked to Cisco
:about this problem this morning. Hoping that somebody can help me
:with this because Cisco wants me to make changes to a router etc. that
:hasn't had to change in 5 years...

They want me to route all
:traffic to 192.192.61.254 and then default route it back to
:192.192.61.224 which I really am not fond of...
:Currently, we have a Cisco 806 servicing our internal network reaching
:the outside world. Our internal subnet is 192.192.61.0/24 with the
:gateway being 192.192.61.224. We also have another subnet of
:192.192.50.0/24 that is reachable via a gateway of 192.192.61.254.
:On the existing router I simply added an ip route statement to route
:192.192.50.0/24 to 192.192.61.254 and it works fine. With the PIX it
:doesn't work.... I can't reach 192.192.50.220 which is the AS/400 at
:another site. It doesn't ping or nothing...
I am not sure I understand your situation correctly. What I think you
are trying to explain is that you have two internal networks,
192.192.61.0/24 and 192.192.50.0/24, that your hosts on 192.192.61.0/24
are using the PIX inside address as their default route, that your
hosts on 192.192.61.0/24 do NOT have a specific route to
192.192.50.0/24 via 192.192.61.254, and that you want your hosts on
192.192.61.0/24 to be able to reach 192.192.50.0/24 by sending the
packets to the PIX inside interface and have the PIX route the packets
back into the inside network via the gateway at 192.192.61.254 .
If that is an accurate description of the situation, then you cannot
proceed in this way. The PIX will NEVER route packets back to the same
[logical] interface that packets came in on. It! Can! Not! Be! Done! Period!
If you have multiple internal subnets and you want the subnets to
be able to reach each other, then up through PIX 6.2, you must use
an internal router for the cross-subnet traffic. You can do that by
sending all host traffic to the internal router [the configuration
Cisco has suggested to you], or you can do that by adding a specific
route on to each of the hosts. I am not familiar enough with Windows
boxes to say anything about how you would add a route on to them.
[It's a relatively easy task on any UNIX-based system.]
With PIX 6.3(1), there is an additional option that becomes
possible [but not on PIX 501, PIX 506, or PIX 506E.] PIX 6.3(1)
supports logical interfaces, which are multiple 802.1Q VLANs
on a single physical interface. If the connection between your
PIX and your hosts happens to be via an 802.1Q aware switch,
then you could upgrade the PIX to 6.3(1), and then create
a virtual interface on the inside physical interface,
assigning an IP address in the 192.191.50.0/24 range to the
virtual interface, assigning a security level to the interface,
and creating all appropriate access-list and 'static' entries
to regulate the traffic flow between the two subnets; then you
would tell the switch to change from "access" to "trunk" for that
physical connection.
If, though, you are prepared to go through all that trouble, then
even in 6.2(2), you might as well just use your third physical
interface, and make the PIX the effective router between the two
subnets. Whether you use a physical or virtual interface, you would
have to cut out the internal routing between the two subnets in
order to prevent loops and asymmetric flows; 6.3(1) merely allows
you to do so with fewer physical interfaces.
--
Are we *there* yet??