Do you have a route on the pix pointing back to the router interface
for the networks that are behind the router? Else how does it know
where to send traffic destined for those networks? Is your NAT setup
properly?
Should the PIX point back to all of the different virtual interfaces
(10.40.3.253, 10.40.4.253, 10.40.5.253, etc.)?
To be honest with you, I haven't touched the PIX at all. The situation
is that someone from Chicago is suppose to take care of the switches
and routers (we're in Montreal) but we decided to step in because we
don't like having hardware in our server room we can't troubleshoot
ourselves. Plus, with all the corporate paperwork, the work wasn't
getting done quickly enough for our liking. As a result my knowledge
of IOS is limited to James Booney's "IOS in a Nutshell" published by
O'Reilly and reading up on various forums. I don't have any
engineering training.
I'd rather not play too much on the PIX for now, out of fear of
screwing something up during work hours, but I will probably come in
on Sunday to check it out. If I have to setup routing back and forth
between my pix and router-on-a-stick interfaces, how exactly would I
do that? Also, if you could give a bit of vulgarization on why I have
to do those things, that'd be greatly appreciated as I don't like the
idea of having things that work without knowing why exactly, even if
that would be an improvement...
Thanks a lot in advance.
It's very tough for us to diagnose your exact situation without
diagrams and configs, but in essence, you can't just turn up new non-
public subnets (10.x, 192.168.x) behind your router and not do
anything to the pix if you desire to have those get to the internet.
If you are running a routing protocol between the pix and the router,
then as long as the new subnets are placed in that protocol so that
the pix knows how to get to those subnets, then you would be fine.
If however you are using statics between the router and the pix, and
you turn up a new subnet behind the router, then the traffic from the
new subnet will go into the router, out to the pix, and out to the
internet (presuming you have NAT setup to reflect the new subnets).
But when the traffic comes back, the pix will not know where to send
the traffic internally to route back to the subnet. Of course all of
this is off the table if you are running NAT on the router and not the
pix, but you would have to provide that information.
I've managed to get the access set up simply by adding the following
routes
name 10.40.3.0 VLAN3
route inside VLAN3 255.255.255.0 10.40.2.253 1
and so on for every VLAN
where 10.40.2.253 is the address of the interface handling the default
vlan on the router.
I think i might have deleted the original message by accident...
sorry.
Thanks for your help.
No problem, I was out of town for a few days on business, so sorry for
the slow reply. Sounds like you figured it all out, glad to hear you
are up and running.