Buy a Router (a *real* router, a LAN router, not some Cable/DSL NAT box)
1. Place the Router between the two subnets
2. No static routes, no routing protocols are used. Both subnets are
directly connected to the router, so it already knows where they are.
3. All Clients on both networks use the LAN router as the Default
Gateway
4. The LAN router uses the Firewall as its Default Gateway
The Firewall
1. Does not matter which subnet it is in as long as the LAN router knows
where it is because it will be the LAN router's Default Gateway.
2. It will need a static route pointing at the LAN router as a path to
get to the opposite subnet from the subnet the firewall is in. It doesn't
matter which subnet is which, the principle doesn't change.
The SQL Server.
1. Almost irrelevant. Put it where ever you want, it doesn't matter. Who
can access the SQL Server is controlled by the SQL Server Service's own
security features that are already built into SQL Server. It is also
capable of leveraging Domain Level Security from the DCs.
2. Subnets, routers, and IP#s have nothing to do with it.
Security
1. Controlled by the respective Domain Controller of each domain and the
NTFS filesystem permissions that are controlled by the DCs. Depending on how
you handle that, the SQL Server which can also leverage the security provied
by the DCs may be effect by how you do this.
2. Simply put, users cannot access anything their credentials aren't
given permission to. As with the SQL Server,... subnets, routers, and IP#s
have nothing to do with it. In special cases you can use ACLs on the LAN
Router, but in a well designed security system that should not be required
in such a simple two-subnet LAN like this.
--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
"Garett" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hope I get this off as clear as possible:
>
> * Moving 1 company( A COMPANY) network(25 users, 1 win2k server) to
> location where B company is(15 users). At LOCATION B, both A and B
> have separate win2k servers w/differnet IP addresses, diff subnets,
> different domains. At location B, there is 1 firewall out to the net
> via DSL.
> Also, there is a SQL server w/ accounting data on it where BOTH
> companies have to pull from.
>
> GOAL:
>
> To have each company under their own SERVER(and domain) and IP, both
> go out through the 1 firewall, and have both companies(domains) attach
> and pull data from the single SQL accounting server(which can be a
> memeber of either domain), and they are both in the same server room
> location using the same firewall and switch.
>
> What do I need to do to make both domains work under 1 firewall?
> HOw can I allow both domains to attach to the SQL server and grab data
> off it?
>
> THanks in advance.
>
> GC