Windows Protocols and Services


Although earlier versions of NetWare use Novell's IPX/SPX network protocols, the TCP/IP protocol suite is supported with NetWare 6.x and beyond. Although Novell started to implement its own version of TCP/IP into NetWare versions 4 and 5, this wasn't true TCP/IP. This was Novell's version of that suite called NetWare IP (NWIP).

You can configure a Windows server to use the NWLink protocol, and it then can be used as a server for NetWare clients. If you're taking the gradual approach for your migration, this is the easiest way to introduce Windows servers into older versions of NetWare. Otherwise, if you already are using TCP/IP on your NetWare clients, Windows also has a full-featured TCP/IP protocol stack and supports many related protocols and services, such as DHCP and DNS, as well as the Active Directory, which can be used to replace most functions provided by Novell Directory Services (which was named NDS, and is now called the eDirectory).

Windows 2000 provides two basic services that allow NetWare and Microsoft clients to access servers that reside in both environments. These tools are listed here:

  • Client Services for NetWare (CSNW) This tool enables the Microsoft client to directly connect to a service offered by a NetWare server.

  • Gateway Services for NetWare (GSNW) This utility also enables a Microsoft network client to access file and print shares offered by NetWare servers. The services are provided to the Microsoft clients through a gateway Windows NT Server computer that is used to communicate with the NetWare servers.

Looking first at these two services and then exploring some other utilities you can use to further integrate Novell NetWare with Microsoft Windows computers will help you understand this migration path.

Client Services for NetWare (CSNW)

This service can be installed on Windows NT Workstation and Windows 2000 Professional computers to enable them to connect to file and print services provided by NetWare servers on the network. By using CSNW, you can begin by gradually adding Microsoft Windows 2000 Professional and XP Professional clients to your network, and they can access services on your existing NetWare network. This can allow you the time to hone your Windows networking skills, while still allowing users access to the same NetWare resources they are used to.

Installing CSNW on Windows 2000 Professional Clients

To install CSNW on Windows 2000 Professional or Windows XP, these are the steps to follow:

1.

Click Start, Settings, Network and Dial-Up Connections.

2.

Right-click the Local Network icon and select Properties from the menu that appears.

3.

From the Local Area Network Properties sheet General tab, click the Install button. The Select Network Component Type dialog box pops up. Click once on Client to highlight it, and then click the Add button.

4.

In the Select Network Client dialog box, click Client Service for NetWare and click OK.

5.

When the Select NetWare Logon dialog box appears, fill in the fields for the preferred server if you are going to use the client to connect to a bindery-based NetWare server. If you are going to use the service with NDS, click the Default Tree and Context button and enter the NDS tree and context names. If you want to use a logon script, select Run Login Script. When you've made your selections, click OK.

When you have finished, you'll be prompted to reboot the computer. You can do so at that time or wait until a more convenient time for the reboot. After you've rebooted your workstation, you'll be able to connect to the preferred server or authenticate yourself to another.

Caution

If you have previously installed Novell's client software on a Windows 2000 Professional or Windows XP Professional computer, you'll have to uninstall that client before you can install Microsoft's version. The two are not compatible and will not run on the same computer at the same time.


Gateway Services for NetWare (GSNW)

Microsoft employs two methods to enable its networking clients to connect to services offered by a NetWare server. Client Services for NetWare, discussed in the previous sections, allows each client to make connections directly to NetWare servers, just as though they were ordinary NetWare clients. This method has advantages, in that only the Microsoft client and the NetWare server are involved in processing the exchange of data. However, in a network where the interaction between Microsoft clients and NetWare servers will not be large, and many clients might need to make the connection at one time or another, a better solution might be the Gateway Services for NetWare (GSNW) product. Another benefit of using GSNW is that, because the gateway server makes requests on behalf of the clients, the users would not need to have logon accounts on both Windows and NetWare networks.

Keep in mind that accessing resources through the gateway service will be a little slower than access by clients that have the CSNW service installed. If you have clients on the network that have differing needs to access NetWare resources, you can install CSNW on those that most frequently use those resources, and let others use the gateway service.

Note

Gateway Services for NetWare uses Microsoft's implementation of IPX/SPX, called NWLink, to communicate with NetWare servers. For Windows 2000 and Windows 2003 Servers the NWLink protocol is installed automatically when you perform the GSNW installation.


When using GSNW, a system with Windows Server 2000 or Windows 2003 Server acts as a link between Microsoft clients and the NetWare Server. Microsoft clients continue to use the Server Message Block (SMB) protocols to access network resources, with the gateway server performing the bridging function to the NetWare servers, which use the NetWare Core Protocol (NCP) for file and print functions.

The gateway server does this by redirecting a drive to the NetWare volume. It then offers the drive as a share to Microsoft clients. You can treat this share just like any other share offered by the server, when it comes to management utilities.

Another feature that GSNW provides is the capability for the Windows Server system that are hosting the gateway software to make direct connections to NetWare services, just as workstations do when using the Client Services for NetWare product. A local user on the server can elect to connect to NetWare resources without offering them to other clients through the gateway.

Installing GSNW on Windows Server

You must be a member of the Administrators group on the Windows server to install the gateway service. Use the following steps to install GSNW on a Windows Server:

1.

Click Start, Settings, Network and Dial-Up Connections (or Start, More Programs).

2.

When the Network and Dial-Up Connections window appears, right-click the local area connection icon that you want to use for the service. From the menu that appears, select Properties.

3.

From the Local Area Connection Properties dialog box that appears (see Figure 54.1), click the Install button.



Figure 54.1. Click the Install button on the Local Area Connection Properties page to install the GSNW service.


4.

The Select Network Component Type dialog box appears (see Figure 54.2). Click once on Client to highlight it, and then click the Add button to add a new service.

Figure 54.2. Use the Add button to add the new service.


5.

When the Select Network Client dialog box appears (see Figure 54.3), highlight Gateway (and Client) Services for NetWare, and then click the OK button.

Figure 54.3. Select the gateway service and click the OK button.


6.

Use the Select NetWare Logon dialog box (see Figure 54.4) to choose a preferred server (if you are using a bindery-based NetWare network), or select the radio button labeled Default Tree and Context (if you are using NDS) and fill in the appropriate information. When finished, click the OK button.

Figure 54.4. Choose the method you will use to log on to the NetWare server or NDS.


Note

If you do not have available at installation time the necessary information for logging on to a NetWare server or NDS, you can perform this step after you've installed GSNW and rebooted the server.

7.

Finally, you are prompted to restart your computer before the changes you have made will take effect.

After the server reboots, using the following command at the command prompt should display a list of servers available to your gateway:

net view /network:nw 


After you reboot, you'll notice that, in addition to installing the gateway service, these NWLink components also have been installed for you:

  • NWLink NetBIOS

  • NWLink IPX/SPX/NetBIOS Compatible Transport Protocol

You can see these in the Properties page for the local area connection.

Configuring GSNW on Windows Server

After you have installed the software and have entered the authentication information needed to access services on the NetWare network, there are several things you need to do to make NetWare resources available to your Microsoft clients. First, you must be sure that there is a user account on the NetWare network that has the needed access rights to the resources for which you want to create a gateway. On the NetWare side, there must also be a group named Ntgateway that has the needed rights for the resources. The NetWare user account that you will use must be a member of this group.

To create the gateway, you must take the following actions:

  • Enable gateways on the server that is running the GSNW software. This needs to be done only once to establish the gateway.

  • Activate each file or print resource gateway. This must be done for each resource you want to offer to Microsoft clients.

To enable a gateway, double-click the GSNW applet that is now found in the Control Panel, shown in Figure 54.5. Click the Gateway button to bring up the Configure Gateway dialog box (see Figure 54.6).

Figure 54.5. The GSNW applet in the Control Panel enables you to configure the gateway service.


Figure 54.6. Use the Gateway button on the GSNW dialog box to bring up the Configure Gateway dialog box.


In the Configure Gateway dialog box you will again have to enter a method and the information required to access the resources you require on a NetWare server. This is in addition to the account that you supplied when Windows Server was first rebooted after the gateway service was installed. That first logon information is used to enable the server to log on as a user to the NetWare account. The second account will be used here to actually access the needed resource.

After you supply a gateway account and password and type the password again in the confirm box, click the Add button to add a NetWare file share resource that you want to add to the gateway.

You also can place comments in the appropriate field and elect to limit the number of simultaneous users that can connect to the share when it is offered to Microsoft clients through the gateway.

Setting up a printer that allows Microsoft clients to send documents to NetWare printers or print queues through the gateway is performed in a manner similar to setting up other printers in Windows. The difference is that you must correctly specify the port for the printer. To make a NetWare printer available through the gateway, follow these steps:

1.

Click Start, Settings, and then Printers.

2.

From the Add Printer Wizard dialog box that appears, select My Computer. Do not select Network Printer Server.

3.

The next dialog box shows available printer ports on the server. Click the Add Port button.

4.

Depending on the network protocols and services installed on the computer, you then are shown a list of printer ports that can be added. Select Local Port from this list and click the New Port button.

5.

Finally, in the Port Name dialog box that pops up, enter the UNC pathname that is used to designate the NetWare Printer resource (\\servername\printername).

The remainder of the Add Printer Wizard works just as it does for any other printer. You must select a driver for the printer and specify the name to be used when it is offered as a share on the Microsoft network.




Upgrading and Repairing Networks
Upgrading and Repairing Networks (5th Edition)
ISBN: 078973530X
EAN: 2147483647
Year: 2006
Pages: 411

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net