routing in win98 winxp win2k

Upload: debojyoti-dutta

Post on 07-Apr-2018

219 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/4/2019 Routing in Win98 WinXP Win2K

    1/3

    Windows 2000 / XP Professional TCP/IP Routing

    You can install multiple network adapters in a Windows 2000 / XP Professional system.

    To enable Windows 2000 in such a case (System#2 in the graphic below) to enableSystem #1 and System#3 to communicate with each other, System #2 has to handlethe Routing of the network traffic, it has to act as a "Router" :

    What are the possibilities for System #2 using Windows9x, NT4 and Windows 2000 ?

    Windows95/98/ME is able to work as a router using a registry entry( NOT supported by Microsoft ) :

    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\MSTCP : "EnableRouting", value "1"

  • 8/4/2019 Routing in Win98 WinXP Win2K

    2/3

    Windows NT4 Workstation and Server fully support IP routing:

    it is activated in the Network configuration, tab: "Protocols" ,then display the properties of the TCP/IP-rotocol, tab "Routing" :place a checkmark on "Enable IP Forwarding"

    All documentation on Windows 2000 shows that routing on multiple network adapters is activated in

    "RRAS" : Routing and Remote Access Service. But RRAS is not part of Windows 2000 Professional.

    Searching the Microsoft Website , I found:

    TCP/IP TroubleshootingTroubleshooting IP Routing

    Enabling IP Routing

    By default, IP routing is disabled. To enable IP routing, you must allow the computer to forward IPpackets it receives. This requires a change to the Windows 2000 system registry.When you enable the Routing and Remote Access service for IP routing, this registry entry is

    made automatically.

    To enable IP routing

    1 .From the Start menu, click Run.

    2.Type regedt32.exe or regedit.exe, and then click OK.

    3.In a registry editor, navigate toHKEY_LOCAL_MACHINE \SYSTEM\CurrentControlSet\Services\Tcpip \Parameters

    4. Select the "IPEnableRouter" entry (by defining as value : 1 ) :

  • 8/4/2019 Routing in Win98 WinXP Win2K

    3/3

    5. To enable IP routing for all network connections installed and used by this computer, assign avalue of 1.To do this in regedit.exe, right-click the entry, and then click Modify.In regedt32.exe, click on the wanted entry, click on Edit, and then click on the appropriate menuchoice.

    6.Close the registry editor.

    It is required to reboot Windows 2000 for this change to take effect.

    I have used this in a configuration, where the Windows 2000 Professional system worksas a router between an Ethernet network and a USB-network.

    I have found in Windows XP Professional Online Help or the Resource kit no informationon the use of Windows XP as a router, so I can only assume that Microsoft likes to reservethis functionality for the (still to come) server-version of XP.But since (except for the new fancy and colorful userinterface) Windows XP is very similar

    to Windows 2000, I tried the same registry entry as for Windows 2000 :

    HKEY_LOCAL_MACHINE \SYSTEM\CurrentControlSet\Services\Tcpip \Parameterssubkey : "IPEnableRouter" entry , was by default set to "0" "

    After rebooting the system, my Windows XP system was working properly as a router between 2 differentsubnets.