Does this mean that XP Home doesn't include the code needed to route
between two different networks?
The functionality has been included with windows for many years.
It's the same registry entry for winnt, xp home, xp pro and win2k.
Similar for win9x and winme.
On win9x this is
System Key:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\MSTCP]
Value Name: EnableRouting
Data Type: (string value)
Value Data: (0 = disabled, 1 = enabled)
For winxp/2k/NT
System Key:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
Value Name: IPEnableRouter
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = disabled, 1 = enabled)
When I toggle on IPEnableRouter, will I see any indication of this
process in the Task Manager?
I don't think so.
Jim.