kycruiser1 said:
I have 5 computers on a network with one DSL router. I would like to setup
2
different network domains on this one connection. For instance, 3 pc's on
MSOFFICE and 2 on GOLDOFFICE using the same router but one domain unable
to
access the other. Is this possible with XP.
Not simply, without adding extra hardware.
With one router, ( say on 192.168.0.1 ) all the machines will need to share
the same range of IP addresses ( eg 192.168.0.x ).
With additional hardware, you could subnet up this address space and
hardware firewall between the subnets.
With no additional hardware, the best I can suggest is to:
1) Install XP-SP2;
2) statically assign the machines in one workgroup to one range, say
192.168.0.2 thru 192.168.0.127, and the second workgroup 192.168.0.128 thru
192.168.0.254. All with Subnet Mask 255.255.255.0, and Default Gateway
pointing to the router at 192.168.0.1.
This means they can all access the Internet via the router.
3) Then use the Windows Firewall to specify File and Print Sharing
exception, but adjust the scope to the limited subnet of that workgroup.
Exceptions Tab;
Select F+P sharing;
Edit button;
Change Scope;
Custom List;
Enter a list of IP addresses, eg
On all machines on workgroup 1, enter:
192.168.0.0/255.255.255.128
This means addresses 192.168.0.0 thru 192.168.0.127.
On all machines on workgroup 2, enter:
192.168.0.128/255.255.255.128
This means addresses 192.168.0.128 thru 192.168.0.255.
Now, each wokgroup is firewalled from each other as far as file and print
sharing is concerned.
( I'm writing this from a theoretical standpoint, I've not tested it. )