On 16 Aug 2003 03:51:01 -0700,
(E-Mail Removed) (Zordiac) wrote:
>I thought I could use the same subnet
Use different subnets.
For 1 use 10.10.10.1 255.255.255.0
For 2 use 10.10.10.2 255.255.255.0
10.10.11.2 255.255.255.0
For 3 use 10.10.11.1 255.255.255.0
Enable routing on machine 2 by this registry hack
(if it's win9x)
System Key:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\VxD\MSTCP]
Value Name: EnableRouting = 1
Data Type: (string value)
Value Data: (0 = disabled, 1 = enabled)
(for winxp/2k/NT)
System Key:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters]
Value Name: IPEnableRouter
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = disabled, 1 = enabled)
On machine 1 use a default gateway 10.10.10.2
On machine 3 use a default gateway 10.10.11.2
If you have an Internet connection somewhere on this network then you
might need different gateways and/or need to set up static routes.
All in all, it would be easier for you to get a cheap hub and put them
all on the same subnet.
Jim.