Make sure the websites are explicitly bound to an IP# from the slower 10mbps
link (not set to "all unassigned"). On the Gigabit NICs, connect them to
a separate switch from the others, the links must be kept physically
(normal) or logically (VPN in switches) separated. The SQL Servers that
feed the web servers must only use one NIC in each machine and be connected
to the Gigabit side only.
You probably do *not* want routing enabled on the Web Servers. You do not
want the users getting accross them to the SQL Servers. Only the "web
services" on the web servers will contact the SQL Servers and they don't
need routing enabled to do that. Contrary to what it may appear, there
really is *no* Layer3 Routing occuring here. With "routing" not enabled,
only things running *on* the Web Servers themselves can see both sides,
while nothing external to them can pass accross in either direction.
The worst you may have to do is use Host files on the web servers so they
can figure out where the SQL Servers are, or better yet just contact the SQL
Servers by IP# instead of the hostname and you won't have to worry about it.
The Web Servers will be duel-homed (two nics) the SQL Servers will only be
single-homed (one nic).
[192.168.x.x] [Public IP#]
[Single Gig Sw] [Single 100 Sw]
SQL1 ----> Gigabit ----> WebSer1 ----> 100mbps ----> Internet
SQL2 ----> Gigabit ----> WebSer2 ----> 100mbps ----> Internet
SQL3 ----> Gigabit ----> WebSer3 ----> 100mbps ----> Internet
SQL4 ----> Gigabit ----> WebSer4 ----> 100mbps ----> Internet
Anyway,.... this was off the top of my head, so verify it thorghly yourself
before you put it into service.
--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
"Jim" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Current:
>
> 5 SA Win2k servers. - web, mail, SQL etc.
> All 5 servers have from 1 to many public routable IP's on them.
> All connect at 100Mb to a switch that is exposed to the net.
>
> Adding:
>
> 3 SA Win2K3 AS. - SQL, SQL, web
>
> What I would like to do is keep each server connected to the 100Mb WAN
> switch for web traffic and add a Gb LAN (192.168.xxx.xxx) for traffic
> between them.
>
> I would end up with 8 servers connected to each switch.
>
> Here's where I loose understanding. I would like for each server to answer
> web requests through the 100Mb switch and for them to talk to each other
> through the Gb switch. Did I make any sense? Example: When a web request
> comes into the web server on the WAN that requires a transaction with the
> SQL server, I want the transaction with the SQL server to go through the
Gb
> LAN, then the webserver would fulfill the request back out the WAN.
>
> Thanks,
> Jim
>
>
>
>