How To Enable Roaming Support for a PCMCIA WaveLan With RedHat 5.1

NOTE: With these patches, roaming is on by default. To disable roaming, or to be able to turn it on/off as needed, one must first perform the following steps.

You also should download the latest wireless_tools kit.

Below are the steps for installing the roaming patch

(steps 10,11 for MIT Media Lab systems only)

case "$ADDRESS" in
*,*,*,*)
    # Transceiver selection, for cards that need it -- see 'man ifport'
    IF_PORT=""
    # Use BOOTP [y/n]
    BOOTP="n"
    # IP address
    IPADDR="18.85.18.xyz"		### Static IP from NecSYS goes here
    # Netmask
    NETMASK="255.255.255.0"
    # Network address
    NETWORK="18.85.18.0"
    # Broadcast address
    BROADCAST="18.85.18.255"
    # Gateway address
    GATEWAY="18.85.18.1"
    # Domain name
    DOMAIN="media.mit.edu"
    # Nameserver #1
    DNS_1="18.85.16.200"
    # Nameserver #2
    DNS_2="18.85.2.171"
    # Nameserver #3
    DNS_3="18.85.2.138"
    # NFS mounts, should be listed in /etc/fstab
    MOUNTS=""
    # For IPX interfaces, the frame type (i.e., 802.2)
    IPX_FRAME=""
    # For IPX interfaces, the network number
    IPX_NETNUM=""
    # Extra stuff to do after setting up the interface
    start_fn () { return; }
    # Extra stuff to do before shutting down the interface
    stop_fn () { return; }
    ;;
esac

For the non-roamers at the Media Lab, here is a list of the NWID's that I am aware of:
3rd-vismod      EF18    08-00-0E-21-4C-9A
????????        F803
3rd_pond        F8E5    08-00-0E-21-52-A2
4th-music-garde F953    08-00-0E-21-57-20
basement_064    9FEE
4th_necsys      9FF0
3rd_garden      A1B5

Last modified: Fri Jan 15 12:56:52 EST 1999

Back to Linux Drivers for Wearables