Previous Page: Setting Delay and Throughput for a Slow Link  Next Page: Configuring the MacIPX Gateway

Configuring IPX for Wireless Connectivity

In addition to the standard IPX routing software for wired LANs and WANs, Novell Internet Access Server 4.1 routing software provides wireless connectivity for portable NetWare workstations through NetWare Mobile IPXTM software.

NetWare Mobile IPX consists of router and mobile client software that work in concert to shield network users from the protocol and Network-layer interruptions that occur when a user changes network interfaces or locations during a network session.

This topic contains the following sections:

Configuring the NetWare Mobile IPX Home Router and client software is straightforward and simple. The only decision you need to make before you get started is where to locate the Home Router on your network. The next section helps you determine the best location.


Configuring a Home Router

The Home Router serves as the central connection point between mobile clients and NetWare servers. To enable mobile clients to establish and maintain network connections, the Home Router allocates an address from the server's IPX internal network for use by the mobile clients.


How to Configure a Home Router

To configure a Home Router, complete the following steps:

  1. Load NIASCFG, then select the following parameter path:

    Select Configure NIAS > Protocols and Routing > Protocols > IPX

  2. Select Mobile IPX Support , then select Enabled .

    NOTE:  Selecting Enabled automatically causes client validation on remote access servers to be disabled. Remote access systems check whether packets received from a WAN client have the same source IPX node address that was assigned to the client during the IPXWANTM negotiation phase. Because NetWare Mobile IPX uses a different filtering method, client validation is turned off to prevent NetWare Mobile IPX packets being discarded by remote access servers.

  3. Select Mobile IPX Configuration and configure the Home Router parameters.

    1. Select Time To Live Override and enter a value, in minutes, from 1 to 10080.

      Time To Live Override overrides the mobile client's HR Time To Live parameter, which defines how long the Home Router serves the mobile client without receiving a response from the client. Each time the Home Router receives information from the mobile client, the Time To Live Override counter is reset to the value you enter here. A value of 0, the default, disables the override.

      A mobile client cannot obtain a Time To Live value longer than the one you specify here.

    2. The Watchdog Spoofing parameter is enabled by default; to disable watchdog spoofing on the Home Router, select Disabled .

      Watchdog Spoofing controls whether the Home Router answers NetWare Core ProtocolTM (NCPTM ) watchdog packets on behalf of a mobile client. If Watchdog Spoofing is enabled, users do not lose their connections to file servers as they roam out of wireless range.

    3. Configure the Broadcast to Virtual Network parameter.

      Broadcast to Virtual Network directs the Home Router to forward or discard broadcast packets destined for the virtual network that the router uses to communicate with its mobile clients.

      If a large number of broadcast packets are being directed at mobile clients, or if a mobile client's application does not require broadcast, select Discard . By directing the Home Router to discard broadcast packets, you reduce the amount of bandwidth used on the network.

  4. Press Esc to return to the Internetworking Configuration menu; save your changes when prompted.

  5. If you want these changes to take effect immediately, select Reinitialize System .

    If you want to configure other parameters, do so now, then reinitialize the system when you are finished.


Configuring a Mobile Client

To configure a mobile client, you modify the client's STARTNET.BAT and NET.CFG files. The changes you make to STARTNET.BAT are required for NetWare Mobile IPX connectivity. Changes to NET.CFG are optional; they are required only if you want to customize the client's NetWare Mobile IPX configuration.


How to Configure a Mobile Client

Before you begin, you must complete the following tasks:

To configure a mobile client, complete the following steps:

  1. Open the client's STARTNET.BAT file using a text editor.

    A typical STARTNET.BAT file looks something like this:

    @ECHO OFFSET NWLANGUAGE=ENGLISHCD NWCLIENTLSLdriverIPXODIVLM /ps=server_nameCD \
  2. Add the following changes, indicated in bold, in the order shown:

    @ECHO OFFSET NWLANGUAGE=ENGLISHCD NWCLIENTLSLNESLdriverIPXODI /MVLM /ps=server_nameCD \

    NESL must be loaded for the mobile client to be activated. NetWare Mobile IPX reacts to changes in the system, such as location and the client's adapter board. The MAC driver is the system module that knows of these events (for example, out of range of access point coverage, card insertion or removal, and so on) and notifies IPX of such changes through NESL.

    The IPXODI /M switch enables the NetWare Mobile IPX client software.

    A STARTNET.BAT file configured for NetWare Mobile IPX operation looks something like this:

    @ECHO OFFCD C:\NWCLIENTSET NWLANGUAGE=ENGLISHLH C:\NWCLIENT\LSL.COMLH C:\NWCLIENT\NESL.COMLH C:\NWCLIENT\NE2000.COMLH C:\NWCLIENT\IPXODI.COM /MC:\NWCLIENT\VLM.EXE /ps=MY_SERVER
  3. Restart the client.


How to Customize Your Mobile Client

This section describes the optional parameters you can add to the Mobile IPX section of a mobile client's NET.CFG file. The parameters enable you to customize your NetWare Mobile IPX configuration.

An example of how these parameters are used is provided in Example NET.CFG File.


Customizing Home Router Parameters

The following parameters enable you to customize the interaction between a mobile client and its Home Router:


Specifying an Alternate Board

The NET.CFG parameters described in this section enable you to specify an alternate board to be used in the portable computer. Alternate board parameters enable IPXODI to use a second board for mobile communications if the primary board loses connectivity. The driver for the alternate board must be specified in the Mobile IPX section of NET.CFG. Note that the equal sign (=) is optional; however, it can be used to quickly find the parameter values.

IMPORTANT:  The first three parameters (Alt Name , Alt Board Number , and Alt Frame ) must all be specified; if one is missing, no alternate board setting is used. Additionally, the frame type specified by the Alt Frame parameter must be set under the Link Driver Heading for the desired alternate board.


Specifying Watchdog Protocol Operation

The NET.CFG file allows you to specify whether the SPX Watchdog protocol will be run to validate SPX connections periodically. The one-line entry to specify the SPX Watchdog protocol behavior follows the Heading PROTOCOL IPX and has the following format:

SPX WATCHDOGS = ON|OFF

where ON specifies that the Watchdog protocol will be run to validate SPX connections periodically and OFF specifies that it will not. For more information on the use of the Watchdog protocol, refer to Watchdog Packet Spoofing.


Example NET.CFG File

This section provides an example NET.CFG file that shows the format of mobile client customization parameters.

LINK DRIVER Wireless   FRAME = ETHERNET_802.2LINK DRIVER Wireless2   FRAME = ETHERNET_802.2NETWARE DOS REQUESTER   NETWARE PROTOCOL = NDS BIND   FIRST NETWORK DRIVE = F   SHOW DOTS = ON   USE DEFAULTS = ON      VLM = AUTO.VLMMOBILE IPX   PREFERRED HR = Home_Router_Name   ALT NAME = Wireless2   ALT BOARD NUMBER = 2   ALT FRAME = ETHERNET_802.2PROTOCOL IPX   SPX WATCHDOGS = OFF

  Previous Page: Setting Delay and Throughput for a Slow Link  Next Page: Configuring the MacIPX Gateway