Π8: Indoor Positioning System using WLAN Received Signal Strength Measurements Preface

Size: px
Start display at page:

Download "Π8: Indoor Positioning System using WLAN Received Signal Strength Measurements Preface"

Transcription

1 Π8: Indoor Positioning System using WLAN Received Signal Strength Measurements Preface In this deliverable we provide the details of building an indoor positioning system using WLAN Received Signal Strength (RSS) fingerprints. The positioning system has been deployed at the premises of KIOS Research Center and follows a terminal-based-network-assisted architecture. In our case, users that carry a terminal (Tablet PC) are able to self-locate and positioning is performed entirely on the device using the observed RSS fingerprint. Currently, one positioning method, i.e. K-Nearest Neighbors (KNN) and one filtering method, i.e. Kalman filter, has been integrated into our positioning platform. In the future we plan to implement and integrate more positioning and filtering modules, while at the same time try to improve the performance with respect to the positioning error by tweaking and fine-tuning both modules. The rest of this report is structured as follows. Section 1 provides the details of our experimentation area in the premises of KIOS Research Center, University of Cyprus. In Section 2 we describe the hardware components that we used, including the WLAN Access Points (AP) and Tablet PCs, while the software, including free or open source programs and custom software written in MATLAB, is detailed in Section 3. The experimental setup, e.g. installation, verification and testing of the APs is presented in Section 4, while the data collection process to build the so called RSS radio map that contains the training RSS fingerprints is described in Section 5. Finally, performing positioning inside KIOS with our MATLAB software and Graphical User Interface (GUI) is presented in Section 6.

2 1. Experimentation Area Our indoor positioning system is deployed at the premises of the KIOS Research Center for Intelligent Systems & Networks, University of Cyprus. The KIOS Research Center occupies the second floor of a two storey building and the floorplan is depicted in Figure 1. This is a typical office environment and the total area is x m 2. The floor has an open plan interior design and consists of the foyer (221), several workstations at the cubicles ( ), open (208, 220) and private offices ( ), one lab (207), a kitchen room (219), a conference room (209) and several corridors (2C1-7). Figure 1: Floorplan of the experimentation area at KIOS Research Center.

3 2. Hardware Components The hardware components required to build the indoor positioning system include the WLAN infrastructure, i.e. WLAN Access Points (AP), and the mobile devices that are used to perform positioning by using a terminalbased-network-assisted architecture. We have used 7 WLAN APs that follow the IEEE b/g/n standard and 2 tablet PCs equipped with WLAN adapters; see Figure 2. Figure 2: The hardware components of the indoor positioning system. WLAN APs The specifications of the APs, including the brand/model, AP name (ESSID), MAC Address and transmission channel are tabulated in the following table. The two different models are shown in Figure 3 and Figure 4, respectively. Model ESSID MAC Address Channel Intellinet 300N KIOS_1 00:1F:1F:89:85:A0 3 Intellinet 300N KIOS_2 00:1F:1F:89:80:28 7 Intellinet 300N KIOS_3 00:1F:1F:89:85:50 11 Cisco WRT160NL KIOS_4 68:7F:74:11:39:96 1 Cisco WRT160NL autowinfi 68:7F:74:11:38:AC 6 Cisco WRT160NL KIOS_6 68:7F:74:11:3A:B3 7 Cisco WRT160NL KIOS_7 68:7F:74:11:39:F0 11

4 Figure 3: Intellinet 300N b/g/n AP. Figure 4: Cisco WRT160NL b/g/n AP. Tablet PCs The specifications of the Tablet PCs, including the brand/model, display technology, operating system and WLAN adapter model are tabulated in the following table. Model Display Operating System WLAN adapter Fujitsu-Siemens 10.4 Capasitive Microsoft Windows XP Intersil Prism Stylistic ST4121 Reflective TFT (stylus) Asus eeepc T101MT 10.1 Resistive Multitouch TFT (stylus+finger) Microsoft Windows 7 Atheros AR9265 Figure 5: Fujitsu-Siemens Stylistic ST4121. Figure 6: Asus eeepc T101MT.

5 3. List of Software Components In the deployment of the indoor positioning system we have used some open source or freely available software in order to test the functionality of the WLAN APs and analyze the coverage in the area of interest. Moreover, we have developed custom software using MATLAB for collecting the training data (i.e. RSS fingerprints), analyzing these data (e.g. RSS levels of a specific AP at the reference locations inside the area, number of detected APs per reference location). Finally, we have also developed a piece of software and a Graphical User Interface (GUI) in MATLAB to perform positioning and plot the user location on the floorplan map of KIOS Research Center. Specifically, we have used the following software components. Open source and free software Ekahau HeatMapper Ekahau HeatMapper is a free software tool for quick and easy coverage mapping of Wi-Fi (802.11) networks. It's the only free, easy-to-use tool that shows, on a map, the wireless network coverage in a home or small office; see a screenshot in Figure 7. HeatMapper also locates all access points and provides a real-time view to all access points and their configurations [1]. Figure 7: Ekahau HeatMapper software tool.

6 Metageek InSSIDer InSSIDer is a free, open-source Wi-Fi scanning software [2]. This is an alternative to network scanners like NetStumbler [3], however inssider works better with Windows Vista, Windows 7, and 64-bit PCs. It uses the native Wi- Fi API and the current Wireless network card, while it sorts the results by MAC Address, SSID, Channel, RSS and "Time Last Seen". Some very helpful features include inspecting private WLAN APs and surrounding networks to troubleshoot competing APs, tracking the RSS in dbm over time, filtering the APs in an easy-to-use format and highlighting APs for areas with high Wi-Fi concentration. A screenshot of the inssider software is depicted in Figure 8. Figure 8: Metageek inssider software tool. Custom MATLAB software WiFi Scanner This software is written in MATLAB to aid the collection of the training data inside the area of interest. The user initially provides an image of the floorplan map, the actual dimensions of the floorplan and the resolution of the image. For the data collection process, the user clicks on the map to define the reference locations where the RSS fingerprints will be collected. This is

7 illustrated in Figure 9 for the KIOS floorplan, where the tiles on the floor are also included. The number of fingerprints to be recorded per reference location is a user-defined parameter. The user, moves to the starting location and by pressing s on the keyboard the software collects the fingerprints. Then, all the reference locations are visited in sequence and when the last location has been sampled the user presses q on the keyboard to quit the software and all RSS fingerprints are stored in a file along with the respective location coordinates. We are using a local coordinate system and location (0,0) is the lower left corner of the floorplan map. Figure 9: Setting reference locations with the WiFi Scanner software tool. Training Data Analyzer This MATLAB software is used to analyze the collected training data. The user is able to see the number of detected APs per reference location and the average RSS value of a specific AP at the reference locations where it is detected. This software will be demonstrated in detail in Section 5. WiFi Tracker This software and GUI, shown in Figure 10 for the Asus eeepc tablet, is written in MATLAB and is the actual positioning application. It exploits the training data collected at the reference locations and estimates the user

8 location using the currently observed fingerprint. For the time being only the K-Nearest Neighbour (KNN) positioning method has been integrated in the application and the plan is to develop and add more methods in the future. The user can initiate positioning by pressing the Track me!!! button and has the option to visualize the current location estimate (point), the history of all estimates (points connected to form the estimated travelled path) or the room that he/she resides on the floorplan map. There is also the possibility to activate the Kalman filter as a post processing step to smooth out some high errors in the location estimates provided by KNN method. More options, such as a Particle filter, will be included in future versions of this software. Filtering can be used in combination with the visualization options discussed previously and when the history of estimated locations is selected, then the estimated paths both with and without filtering are plotted to highlight the importance of filtering for improving the positioning accuracy. Pressing the Quit button exits the software. Figure 10: Screenshot of the WiFi Tracker GUI.

9 4. Experimental Setup The APs are placed in different locations throughout the floor to provide coverage in the whole area of interest and most of them are installed in the ceiling, so as to reduce the disruption of the signal propagation as people are moving around; see for instance Figure 11 and Figure 12. Figure 11: Installation of the AP with SSID autowinfi in room 208. Figure 12: Installation of the AP with SSID KIOS_1 in room 209. The exact locations of the WLAN APs are shown on the floorplan in Figure 13. Figure 13: Locations of the WLAN APs in the experimental setup.

10 Next, we used the Ekahau HeatMapper software to check the coverage throughout the floor and the coverage of each AP. In Figure 14 the WLAN coverage in the whole area is plotted and we observe that the WLAN signals are quite strong almost everywhere (darker green colour indicates stronger signal) and there is at least one AP that provides strong signal to every location in the floor. We can also see that the software has more or less accurately placed the APs on the map, quite close to their actual locations. Figure 14: WLAN coverage in KIOS Research Center. We used this software to verify the coverage of a specific AP and get a rough idea of the RSS values related to that AP. The coverage of the AP with SSID autowinfi (placed in room 208) is depicted in Figure 15. We can see that the RSS values from that AP are getting weaker as we move away from it, i.e. from the left to the right part of the floor. Similarly, the coverage of the AP with SSID KIOS_4 (placed in room 202) is depicted in Figure 16 and we can see that in this case the RSS values are getting weaker as we move away from it, i.e. from the right to the left part of the floor.

11 Figure 15: Coverage of AP with SSID autowinfi. Figure 16: Coverage of AP with SSID KIOS_4. We used the Metageek inssider software to get more details on our installation. We placed the eeepc Tablet in the middle of room 208 and monitored the RSS values of all available APs for 5 minutes. In the lower left corner the total number of detected APs is shown, including the private APs in our installation and several APs in the neighbourhood; see Figure 17. We have selected the APs in our setup and the table lists the MAC addresses, SSIDs, RSS values (noted as RSS Indicator - RSSI), transmission channels, vendor, privacy settings etc. The time graph at the lower part shows the RSS values (amplitude in db) for our APs; note the fluctuation of the RSS values even though the Tablet PC remains static which is caused by the noise in the measurements mainly due to multipath propagation and shadow fading. Figure 17: Time graph of RSS values when the Tablet PC is placed in room 208.

12 We have highlighted the AP with SSID autowinfi which has the higher RSS value in this case (mean RSS value around -38dB) and this is expected because this AP is located very close to the Tablet PC. Another example is illustrated in Figure 18, while monitoring the RSS values of our APs when the Tablet PC is placed in the middle of room 202. In this case the AP with SSID KIOS_4 installed in that room is closer to the Tablet PC and provides higher RSS values (mean value around -40dB) and this is verified by the time graph. Figure 18: Time graph of RSS values when the Tablet PC is placed in room 202. Taking a closer look at both time graphs it is now easy to understand how positioning with RSS fingerprints works in practice. Assuming the following ordering of our 7 APs (KIOS_1, KIOS_2, KIOS_3, KIOS_4, autowinfi, KIOS_6, KIOS_7) we can see from Figure 17 that the RSS signature of the central location in room 208, i.e. the mean RSS fingerprint is (-78, -70, -72, -68, -38, - 75, -71), while for the center of room 202 it is (-67, -58, -49, -41, -74, -63, -74). With this information we can distinguish the two locations (and of course the rooms) and perform positioning later using a new fingerprint recorded at the unknown user location.

13 5. Measurement Campaign We performed an extensive measurement campaign with both Tablet PCs to collect the training data for each device. First, we identified 109 reference locations that form a grid to cover the whole floor and these locations are m apart. We have used the tiles (size 60x60cm) on the floor to easily identify the reference locations which are shown in red in Figure 19. We then employed the WiFi Scanner software to collect 20 fingerprints per location for a total of 2180 fingerprints as the training dataset for each device. Figure 19: Reference locations in KIOS Research Center. In the following we used the Training Data Analyzer software to analyze the training data collected with the eeepc Tablet. First, we examine the number of detected APs per reference location (Figure 20). We can see that in most locations all 7 KIOS APs are detected, while in few locations 6 KIOS APs and in only two locations five APs are detected; see the colour bar next to the figure. Note that in some reference locations, especially in the rooms next to the balcony, many APs outside KIOS are also detected. For simplicity we do not consider those APs in our analysis, however they are kept in the reference fingerprints and used during positioning because they improve the performance of the positioning method.

14 The mean RSS value of a specific AP at the reference locations is also of interest; see for instance mean RSS value of the APs with SSID KIOS_2, KIOS_1 and KIOS_4 in Figure 21, Figure 22 and Figure 23, respectively. Figure 20: Visualization of the number of APs detected per reference location. Figure 21: Visualization of average RSS values for KIOS_2 AP. Figure 22: Visualization of average RSS values for KIOS_1 AP. Figure 23: Visualization of average RSS values for KIOS_4 AP.

15 6. Indoor Positioning We can then use the collected training data to perform positioning with the WiFi Tracker software by employing the currently observed fingerprint. One option for the user is to visualize his/her currently estimated location on the floorplan map. In Figure 24, the user is located inside the conference room (room 209) and the positioning method successfully estimates the location which is shown with a point mark (green star over a red square). As the user moves around in the floor the location is updated according to the new RSS fingerprint. A second option for the user is to see the location history as he/she moves around. In Figure 25 the user follows a circular path around the cubicles in the centre of the floor and the successive location estimates are shown in blue dots connected with a line to represent the travelled path. The red square indicates the beginning of the path (i.e. first location estimate), while the green star indicates the current location estimate. We can see that the location estimates are not always very accurate and the estimated path does not reflect the actual path. However, using more advanced positioning methods, such as probabilistic methods or our proposed method that uses Radial Basis Function Networks, the positioning accuracy is expected to be improved. However, the performance in terms of the positioning error can only be slightly improved in such an environment because the RSS values do not vary significantly in the centre of the floor, where the cubicles are located. In other words, any fingerprint-based positioning method will not be able to distinguish among the different reference locations in this part of KIOS Research Centre. In more large scale setups that include multiple floors, corridors and concrete walls fingerprint-based methods perform better in general. However, in our setup we can still locate the user and provide room level accuracy as shown in Figure 26. In this case, the user is correctly located in room 204, which is highlighted with light green colour. Finally, the user may select any of the visualization options discussed previously combined with filtering. Filtering is a statistical processing method that is applied on the rough location estimates provided by the positioning

16 method. Filtering improves the overall tracking performance by mitigating the highly erroneous location estimates that do not correspond to the user mobility pattern that is assumed. In our case the user is assumed to walk at a steady speed inside KIOS Research Centre. Currently, we have integrated Kalman filter in the WiFi Tracker software and Figure 27 depicts the GUI after the user has walked on the same circular path around the cubicles as before. The rough location estimates obtained with the KNN method are shown in magenta and we can observe that the estimated path contains many location estimates that are far from the actual locations. However, the filtered estimates shown in blue are closer to the actual travelled path because the user is assumed to be walking and some high errors in the rough location estimates are smoothed out. Figure 24: Visualizing the current estimated user location. Figure 25: Visualizing the history of estimated user locations. Figure 26: Visualizing the room where the user resides. Figure 27: Visualizing the history of user locations when filtering is selected (magenta: no filtering, blue: Kalman filter).

17 References [1] [2] [3]

Wireless LAN 802.11g USB Adapter

Wireless LAN 802.11g USB Adapter Wireless LAN 802.11g USB Adapter User s Guide Version 1.0 User s Guide 0 Copyright statement No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by

More information

300Mbps Wireless N Gigabit Ceilling Mount Access Point

300Mbps Wireless N Gigabit Ceilling Mount Access Point Datasheet 300Mbps Wireless N Gigabit Ceilling Mount Access Point 120 Highlights Wireless N speed up to 300Mbps The Controller Software enables administrators to manage hundreds of s easily from any PC

More information

Troubleshooting WLAN Issues

Troubleshooting WLAN Issues Troubleshooting WLAN Issues AirWave Help Desk Guide Wireless LAN Troubleshooting for the Help Desk In a typical IT organization, it is the Help Desk s job to take incoming user support calls and determine

More information

Optimizing Wireless Networks.

Optimizing Wireless Networks. from the makers of inssider Optimizing Wireless Networks. Over the past few years, MetaGeek has created tools to help users optimize their wireless networks. MetaGeek s tools help visualize the physical

More information

Example Network Design Report

Example Network Design Report Example Network Design Report This is an example report created with Ekahau Site Survey Pro. You can freely customize the MS Word Template, and ESS will generate the report based on the template. Courier

More information

CISCO WIRELESS CONTROL SYSTEM (WCS)

CISCO WIRELESS CONTROL SYSTEM (WCS) CISCO WIRELESS CONTROL SYSTEM (WCS) Figure 1. Cisco Wireless Control System (WCS) PRODUCT OVERVIEW Cisco Wireless Control System (WCS) Cisco Wireless Control System (WCS) is the industry s leading platform

More information

Cisco Wireless Control System (WCS)

Cisco Wireless Control System (WCS) Data Sheet Cisco Wireless Control System (WCS) PRODUCT OVERVIEW Cisco Wireless Control System (WCS) Cisco Wireless Control System (WCS) is the industry s leading platform for wireless LAN planning, configuration,

More information

Enterprise IT Solutions (Hardware, Software, Services) Shared Services and Outsourcing Technology Products Distribution and Trading

Enterprise IT Solutions (Hardware, Software, Services) Shared Services and Outsourcing Technology Products Distribution and Trading Enterprise IT Solutions (Hardware, Software, Services) Shared Services and Outsourcing Technology Products Distribution and Trading Enterprise Solution Professionals on Information and Network E-SPIN carry

More information

300Mbps Wireless N Ceiling Mount Access Point

300Mbps Wireless N Ceiling Mount Access Point Datasheet Ceiling Mount Access Point 110 Highlights Wireless N speed up to 300Mbps Controller Software enables administrators to easily manage hundreds of s Supports passive PoE for convenient installation

More information

Interference Identification Guide. Table of Contents

Interference Identification Guide. Table of Contents Interference Identification Guide This document is a guide to help IT professionals optimize the performance of wireless networks by using spectrum analysis tools to identify sources of wireless interference.

More information

Guide for Performing a Wireless Site Survey. 2.4 GHz IEEE 802.11g/802.11b/802.15.4

Guide for Performing a Wireless Site Survey. 2.4 GHz IEEE 802.11g/802.11b/802.15.4 Guide for Performing a Wireless Site Survey 2.4 GHz IEEE 802.11g/802.11b/802.15.4 1 Table of Contents Table of Contents 2 Introduction 3 Wireless Characteristics 3 AMX Site Survey Tools 5 Creating a Channel

More information

Guide for wireless environments

Guide for wireless environments Sanako Study Guide for wireless environments 1 Contents Sanako Study... 1 Guide for wireless environments... 1 What will you find in this guide?... 3 General... 3 Disclaimer... 3 Requirements in brief...

More information

WiFi Setup Guide for Windows7 or Vista

WiFi Setup Guide for Windows7 or Vista WiFi Setup Guide for Windows7 or Vista Before we start to connect your thermostat to your WiFi network, follow your thermostat install guide and complete wiring and installation. Once you have finished

More information

How to Configure your Energate Foundation Wi-Fi USNAP Radio Module.

How to Configure your Energate Foundation Wi-Fi USNAP Radio Module. How to Configure your Energate Foundation Wi-Fi USNAP Radio Module. This guide is to be used when using a Foundation Smart Thermostat and Home Energy Gateway with version 1.4 and Energate Wi-Fi USNAP RM42W.

More information

B890 4G LTE Smart Hub Getting Started Guide

B890 4G LTE Smart Hub Getting Started Guide B890 4G LTE Smart Hub Getting Started Guide HUAWEI TECHNOLOGIES CO., LTD. Thank You for Purchasing the B890 4G LTE Smart Hub! Before You Begin What s in the Box : 1. B890 4G LTE Smart Hub 2. Power adapter

More information

NetComm Wireless NP920 Dual Band WiFi USB Adapter. User Guide

NetComm Wireless NP920 Dual Band WiFi USB Adapter. User Guide NetComm Wireless NP920 Dual Band WiFi USB Adapter User Guide Contents Preface... 3 Important Safety Instructions... 3 Introduction... 4 Overview... 4 Features... 4 Package Contents... 5 Minimum System

More information

Universal Form-factor. Wi Fi Troubleshooting Made Easy

Universal Form-factor. Wi Fi Troubleshooting Made Easy AirMedic USB AirMedic USB is a powerful, easy-touse and affordable spectrum analysis tool that brings Wi-Fi troubleshooting to entry-level users. Built upon AirMagnet expertise in Wi-Fi troubleshooting,

More information

Link Link sys E3000 sys RE1000

Link Link sys E3000 sys RE1000 User Guide High Performance Extender Wireless-N Router Linksys Linksys RE1000 E3000Wireless-N Table of Contents Contents Chapter 1: Product Overview 1 Front 1 Top 1 Bottom 1 Back 2 Chapter 2: Advanced

More information

How To Do a Successful RF Site Survey. Overview

How To Do a Successful RF Site Survey. Overview Overview At some point in your job, you ll need to deploy a WLAN network. Don t be fooled by equipment that states it is self-configuring or auto-negotiating. Wi-Fi is very complex, and dozens of variables

More information

Wireless USB Adapter

Wireless USB Adapter Wireless USB Adapter User s Manual 1 Table of Contents USER S MANUAL... 1 WELCOME... 3 PACKAGE CONTENTS... 3 WIRELESS USB ADAPTER OVERVIEW... 4 INTERFACE... 4 LED DESCRIPTION... 4 WPS BUTTON... 4 WIRELESS

More information

ADSP Sensor Survey For RTLS Calibration How-To Guide

ADSP Sensor Survey For RTLS Calibration How-To Guide ADSP Sensor Survey For RTLS Calibration How-To Guide Zebra and the Zebra head graphic are registered trademarks of ZIH Corp. The Symbol logo is a registered trademark of Symbol Technologies, Inc., a Zebra

More information

Copyright 2014 Luxul. All rights reserved. All trademarks and registered trademarks are property of respective holders.

Copyright 2014 Luxul. All rights reserved. All trademarks and registered trademarks are property of respective holders. Copyright 2014 Luxul. All rights reserved. All trademarks and registered trademarks are property of respective holders. Network Installation Tips: Using Wi-Fi Signal Mapping Technology as a Sales Tool

More information

Ekahau Site Survey Pro Overview for Site Surveys By Pranay Pancholi - Loughborough University

Ekahau Site Survey Pro Overview for Site Surveys By Pranay Pancholi - Loughborough University Ekahau Site Survey Pro Overview for Site Surveys By Pranay Pancholi - Loughborough University 1. Overview This document provides an overview on how to perform a wireless site survey, using the Ekahau Site

More information

Campus Best Practice (GN3/NA3/T4) WLAN Network Planning

Campus Best Practice (GN3/NA3/T4) WLAN Network Planning Campus Best Practice (GN3/NA3/T4) WLAN Network Planning Anders Nilsson, SUNET Wireless Training Workshop Belgrad, 12 September 2011 Agenda Wi-Fi standards (a/b/g/n.) RF Basics (know your layer 1) Preparing

More information

The Wireless LAN (Local Area Network) USB adapter can be operated in one of the two following networking configurations :

The Wireless LAN (Local Area Network) USB adapter can be operated in one of the two following networking configurations : SAGEM Wi-Fi 11g USB ADAPTER Quick Start Guide About this guide This Quick Start Guide describes how to install and operate your SAGEM Wi-Fi 11g USB ADAPTER. Please read this manual before you install the

More information

2016 Frontier Communications. Here s your guide to easy installation. Get the most out of Frontier High-Speed Internet.

2016 Frontier Communications. Here s your guide to easy installation. Get the most out of Frontier High-Speed Internet. 2016 Frontier Communications Here s your guide to easy installation. Get the most out of Frontier High-Speed Internet. Congratulations on choosing Frontier High-Speed Internet. In this guide, you ll find

More information

How to setup the UCW232C Serial WiFi adapter

How to setup the UCW232C Serial WiFi adapter How to setup the UCW232C Serial WiFi adapter (based on Windows 7, 32/64-bit) This step-by-step guide explains how to get started using the Serial RS232 WiFi Adapter part UCW232C and Serial RS485 / RS422

More information

Networking: Certified Wireless Network Administrator Wi Fi Engineering CWNA

Networking: Certified Wireless Network Administrator Wi Fi Engineering CWNA coursemonster.com/uk Networking: Certified Wireless Network Administrator Wi Fi Engineering CWNA View training dates» Overview This new market-leading course from us delivers the best in Wireless LAN training,

More information

Driving Operational Efficiency: A Guide to Using AirWave Wireless Management Suite for Service Desk Troubleshooting

Driving Operational Efficiency: A Guide to Using AirWave Wireless Management Suite for Service Desk Troubleshooting Driving Operational Efficiency: A Guide to Using AirWave Wireless Management Suite for Service Desk Troubleshooting Table of Contents Introduction 3 Problem #1: I can t get onto the network 4 Step 1: Has

More information

AirWave Help Desk Guide. Help Desk Guide: Troubleshooting WLAN Issues with AirWave. 2006, AirWave Wireless, Inc. All rights reserved.

AirWave Help Desk Guide. Help Desk Guide: Troubleshooting WLAN Issues with AirWave. 2006, AirWave Wireless, Inc. All rights reserved. Help Desk Guide: Troubleshooting WLAN Issues with AirWave 2006, AirWave Wireless, Inc. All rights reserved. Page 1 of 8 Overview: Wireless LAN Troubleshooting for the Help Desk In a typical IT organization,

More information

RF Coverage Validation and Prediction with GPS Technology

RF Coverage Validation and Prediction with GPS Technology RF Coverage Validation and Prediction with GPS Technology By: Jin Yu Berkeley Varitronics Systems, Inc. 255 Liberty Street Metuchen, NJ 08840 It has taken many years for wireless engineers to tame wireless

More information

Wireless N 150 USB Adapter with 10dBi High Gain Antenna. Model # AWLL5055 User s Manual. Rev. 1.0

Wireless N 150 USB Adapter with 10dBi High Gain Antenna. Model # AWLL5055 User s Manual. Rev. 1.0 Wireless N 150 USB Adapter with 10dBi High Gain Antenna Model # AWLL5055 User s Manual Rev. 1.0 Table of Contents 1. Introduction...2 1.1 Package Contents...2 1.2 Features...2 2. Install Wireless USB Adapter...3

More information

Motion Sensing without Sensors: Information. Harvesting from Signal Strength Measurements

Motion Sensing without Sensors: Information. Harvesting from Signal Strength Measurements Motion Sensing without Sensors: Information Harvesting from Signal Strength Measurements D. Puccinelli and M. Haenggi Department of Electrical Engineering University of Notre Dame Notre Dame, Indiana,

More information

Unmatched RF Spectrum Analysis

Unmatched RF Spectrum Analysis Datasheet: AirMagnet Spectrum XT AirMagnet Spectrum XT is the industry s first professional spectrum analyzer solution that combines in-depth RF analysis with real-time WLAN information for quicker and

More information

Help Desk Guide. Enterprise Troubleshooting WLAN Issues with AirWave Wireless Management Suite

Help Desk Guide. Enterprise Troubleshooting WLAN Issues with AirWave Wireless Management Suite Help Desk Guide Enterprise Troubleshooting WLAN Issues with AirWave Wireless Management Suite Overview In a typical IT organization, it is the Help Desk s job to take incoming user support calls and determine

More information

TestManager Administration Guide

TestManager Administration Guide TestManager Administration Guide RedRat Ltd July 2015 For TestManager Version 4.57-1 - Contents 1. Introduction... 3 2. TestManager Setup Overview... 3 3. TestManager Roles... 4 4. Connection to the TestManager

More information

300Mbps Wireless N Gigabit Ceilling Mount Access Point

300Mbps Wireless N Gigabit Ceilling Mount Access Point Datasheet 300Mbps Wireless N Gigabit Ceilling Mount Access Point 120 Highlights Wireless N speed up to 300Mbps Clustering function greatly simplified business wireless network management, to easy manage

More information

Tektronix RSA306 USB Spectrum Analyzer

Tektronix RSA306 USB Spectrum Analyzer Tektronix RSA306 USB Spectrum Analyzer Simple Demos The Demo of the RSA306 is easy. Even you do not have signal generators, devices under test, or demo boards, using the whip antenna provided in box, you

More information

Preparing the Computers for TCP/IP Networking

Preparing the Computers for TCP/IP Networking Configuration Preparing the Computers for TCP/IP Networking Configuring Windows 98, and ME for TCP/IP Networking Verifying TCP/IP Properties Configuring Windows 2000 or XP for IP Networking Install or

More information

ZigBee Propagation for Smart Metering Networks

ZigBee Propagation for Smart Metering Networks ZigBee Propagation for Smart Metering Networks The UK government requires energy suppliers to take all reasonable steps to deploy smart meters in customer residences in Great Britain by 2019, with the

More information

Xirrus Wi-Fi Monitor Guide

Xirrus Wi-Fi Monitor Guide Xirrus Wi-Fi Monitor Guide Xirrus Wi-Fi Monitor Gadget for Windows 7 / Vista Guide Version 1.2 September 28, 2010 Description The Xirrus Wi-Fi Monitor is a free gadget utility for Windows 7 and Vista systems.

More information

A6210 WiFi USB Adapter 802.11ac USB 3.0 Dual Band User Manual

A6210 WiFi USB Adapter 802.11ac USB 3.0 Dual Band User Manual 802.11ac USB 3.0 Dual Band User Manual August 2014 202-11373-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After installing your device, locate the

More information

Designing and Deploying. High Capacity 802.11ac Wi-Fi

Designing and Deploying. High Capacity 802.11ac Wi-Fi Designing and Deploying High Capacity 802.11ac Wi-Fi Who s here today? Amanda Björnberg Product Marketer Twitter: @WiFiAmanda Jussi Kiviniemi VP, Wi-Fi Tools Twitter: @JussiKiviniemi Agenda 1. Intro &

More information

The ArubaOS Spectrum Analyzer Module

The ArubaOS Spectrum Analyzer Module Tech Brief Enterprise The ArubaOS Spectrum Analyzer Module The ArubaOS Spectrum Analyzer Module Tech Brief Table of Contents Introduction... 2 Visibility into the non-802.11 Spectrum... 2 Features... 3

More information

Thank you for choosing the HUAWEI EC5805 Wireless Modem (E5).

Thank you for choosing the HUAWEI EC5805 Wireless Modem (E5). Thank you for choosing the HUAWEI EC5805 Wireless Modem (E5). Note: Supported functions and actual appearance depend on the specific models you purchased. The following illustrations are provided for your

More information

Site Survey Report MAH

Site Survey Report MAH Site Survey Report MAH Index 1. Introduction...3 1.1 Contact Information... 3 1.2 Scope of Survey and Spectrum... 3 1.3 Validity... 3 2. Report...4 2.1 Coverage... 4 2.1.1 Signal Strength vs. Signal to

More information

12. INDOOR INSTALLATION

12. INDOOR INSTALLATION 12. INDOOR INSTALLATION 1. Introduction Previous editions of this book have focused on wide-area outdoor wireless as a means of connecting communities with each other and to the Internet. However, with

More information

CWNA Instructor Led Course Outline

CWNA Instructor Led Course Outline CWNA Instructor Led Course Outline Enterprise Wi-Fi Administration, Outline v7.0 Introduction The Enterprise Wireless LAN Administration 7.1 course (which prepares students for the CWNA-106 exam), whether

More information

WRE6505. User s Guide. Quick Start Guide. Wireless AC750 Range Extender. Default Login Details. Version 1.00 Edition 1, 4 2014

WRE6505. User s Guide. Quick Start Guide. Wireless AC750 Range Extender. Default Login Details. Version 1.00 Edition 1, 4 2014 WRE6505 Wireless AC750 Range Extender Version 1.00 Edition 1, 4 2014 2.4G 5G Quick Start Guide User s Guide Default Login Details LAN IP Address 192.168.1.2 User Name admin www.zyxel.com Password 1234

More information

WHITE PAPER. WEP Cloaking for Legacy Encryption Protection

WHITE PAPER. WEP Cloaking for Legacy Encryption Protection WHITE PAPER WEP Cloaking for Legacy TM Encryption Protection Introduction Wired Equivalent Privacy (WEP) is the encryption protocol defined in the original IEEE 802.11 standard for Wireless Local Area

More information

Wireless Tools. Training materials for wireless trainers

Wireless Tools. Training materials for wireless trainers Wireless Tools Training materials for wireless trainers This talk covers tools that will show you a great deal of information about wireless networks, including network discovery, data logging, security

More information

Radio Frequency (RF) Survey

Radio Frequency (RF) Survey Municipal Wireless Broadband and the Digital Community Report Radio Frequency (RF) Survey for the City and County of San Francisco July 21, 2006 Preface This document describes Civitium s findings and

More information

ALLION USA INTERNET SERVICE PROVIDER WIRELESS GATEWAY COMPETITIVE ANALYSIS

ALLION USA INTERNET SERVICE PROVIDER WIRELESS GATEWAY COMPETITIVE ANALYSIS ALLION USA INTERNET SERVICE PROVIDER WIRELESS GATEWAY COMPETITIVE ANALYSIS Date: 4/25/2013 Rev 1.0 Visit our Web Site at: www.allionusa.com 1 Introduction Internet Service Providers (ISP) have a number

More information

How to Make Your Wireless LAN Work:

How to Make Your Wireless LAN Work: WHITE PAPER How to Make Your Wireless LAN Work: Design for Context, Coverage & Capacity February 2006 How to Make Your Wireless LAN Work: Design for Context, Coverage & Capacity 1 WLAN Design Challenges

More information

Planning for 802.11ac Adoption with Ekahau Site Survey 6.0

Planning for 802.11ac Adoption with Ekahau Site Survey 6.0 Planning for 802.11ac Adoption with Ekahau Site Survey 6.0 1 P a g e w w w. e k a h a u. c o m / e s s Introduction to 802.11ac The emerging next generation Wi-Fi standard IEEE 802.11ac aims to break the

More information

Document ID: 108184. Contents. Introduction. Prerequisites. Requirements. Components Used. Related Products. Conventions. 802.

Document ID: 108184. Contents. Introduction. Prerequisites. Requirements. Components Used. Related Products. Conventions. 802. Products & Services Configure 802.11n on the WLC Document ID: 108184 Contents Introduction Prerequisites Requirements Components Used Related Products Conventions 802.11n - An Overview How Does 802.11n

More information

Site Survey and RF Design Validation

Site Survey and RF Design Validation CHAPTER 8 Site Survey Introduction In the realm of wireless networking, careful planning is essential to ensure that your wireless network performs in a manner that is consistent with Cisco s design and

More information

Table of Contents. Cisco Wi Fi Protected Access 2 (WPA 2) Configuration Example

Table of Contents. Cisco Wi Fi Protected Access 2 (WPA 2) Configuration Example Table of Contents Wi Fi Protected Access 2 (WPA 2) Configuration Example...1 Document ID: 67134...1 Introduction...1 Prerequisites...1 Requirements...1 Components Used...2 Conventions...2 Background Information...2

More information

Wireless that works. How to interview potential suppliers. Vantage Point Network Systems

Wireless that works. How to interview potential suppliers. Vantage Point Network Systems Wireless that works How to interview potential suppliers Vantage Point Network Systems How to use this document If you re implementing a wireless network, chances are you will interview more than one supplier

More information

Lab Exercise 802.11. Objective. Requirements. Step 1: Fetch a Trace

Lab Exercise 802.11. Objective. Requirements. Step 1: Fetch a Trace Lab Exercise 802.11 Objective To explore the physical layer, link layer, and management functions of 802.11. It is widely used to wireless connect mobile devices to the Internet, and covered in 4.4 of

More information

Chapter 2 Wireless Settings and Security

Chapter 2 Wireless Settings and Security Chapter 2 Wireless Settings and Security This chapter describes how to set up the wireless features of your WGT624 v4 wireless router. In planning your wireless network, select a location for the wireless

More information

Maximizing Throughput and Coverage for Wi Fi and Cellular

Maximizing Throughput and Coverage for Wi Fi and Cellular Maximizing Throughput and Coverage for Wi Fi and Cellular A White Paper Prepared by Sebastian Rowson, Ph.D. Chief Scientist, Ethertronics, Inc. www.ethertronics.com March 2012 Introduction Ask consumers

More information

Wireless 802.11g CF Card User Manual

Wireless 802.11g CF Card User Manual Wireless 802.11g CF Card User Manual Version 1.0 Copyright statement No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, whether electronic,

More information

Interlink Networks Secure.XS and Cisco Wireless Deployment Guide

Interlink Networks Secure.XS and Cisco Wireless Deployment Guide Overview Interlink Networks Secure.XS and Cisco Wireless Deployment Guide (An AVVID certification required document) This document is intended to serve as a guideline to setup Interlink Networks Secure.XS

More information

Ekahau RTLS Admin Training Course

Ekahau RTLS Admin Training Course Ekahau RTLS Admin Training Course Learning Objective: Gain a comprehensive overview of the Ekahau RTLS solution. Understand the role of Wi-Fi in the Ekahau RTLS. Gain an understanding of the role of Ekahau

More information

Home Wi-Fi Gateway Instructions

Home Wi-Fi Gateway Instructions Home Wi-Fi Gateway Instructions 1. Connect the gateway. Use the coaxial cable provided by BendBroadband to connect the cable port (A) to your cable outlet. 2. Connect your computer to the cable modem gateway

More information

Configuring Your Network s Security

Configuring Your Network s Security Configuring Your Network s Security Security is an important issue when using a wireless home network. Because radio waves are used to transfer information between your networked computers, it's possible

More information

Eye-Fi Ad-Hoc network set-up instructions

Eye-Fi Ad-Hoc network set-up instructions Eye-Fi Ad-Hoc network set-up instructions The Eye-Fi Pro Card gives you the option to upload with an Ad Hoc connection directly to your computer. This document provides instructions for setting up an Ad

More information

is the power reference: Specifically, power in db is represented by the following equation, where P0 P db = 10 log 10

is the power reference: Specifically, power in db is represented by the following equation, where P0 P db = 10 log 10 RF Basics - Part 1 This is the first article in the multi-part series on RF Basics. We start the series by reviewing some basic RF concepts: Decibels (db), Antenna Gain, Free-space RF Propagation, RF Attenuation,

More information

Analysis Study of Signal Strength Wireless Access Point (WAP)

Analysis Study of Signal Strength Wireless Access Point (WAP) Analysis Study of Strength Wireless Access Point (WAP) Aristyo Sudhartanto 1, Shinta Kisriani 1, Tirza Hardita 1, Haryanto 2,Remi Senjaya 2 1 Electrical Engineering, Gunadarma University, Depok - Indonesia,

More information

Implementing Voice Over Wireless Networks: Realities and Challenges

Implementing Voice Over Wireless Networks: Realities and Challenges WHITE PAPER Implementing Voice Over Wireless Networks: Realities and Challenges August 2006 CONTENTS 1 Implementing Voice Over Wireless Networks 2 The Physical Environment and VoWi-Fi 2 Capacity and VoWi-Fi

More information

Omni Antenna vs. Directional Antenna

Omni Antenna vs. Directional Antenna Omni Antenna vs. Directional Antenna Document ID: 82068 Contents Introduction Prerequisites Requirements Components Used Conventions Basic Definitions and Antenna Concepts Indoor Effects Omni Antenna Pros

More information

CREW - FP7 - GA No. 258301. Cognitive Radio Experimentation World. Project Deliverable D7.5.4 Showcase of experiment ready (Demonstrator)

CREW - FP7 - GA No. 258301. Cognitive Radio Experimentation World. Project Deliverable D7.5.4 Showcase of experiment ready (Demonstrator) Cognitive Radio Experimentation World!"#$% Project Deliverable Showcase of experiment ready (Demonstrator) Contractual date of delivery: 31-03-14 Actual date of delivery: 18-04-14 Beneficiaries: Lead beneficiary:

More information

General Survey of Radio Frequency Bands 30 MHz to 3 GHz

General Survey of Radio Frequency Bands 30 MHz to 3 GHz General Survey of Radio Frequency Bands 30 MHz to 3 GHz Version 2.0 September 23, 2010 Prepared by: Shared Spectrum Company 1595 Spring Hill Road Suite 110 Vienna, VA 22182-2228 703-761-2818 Fax: 703-761-2817

More information

WIRELESS TRAINING SOLUTIONS. by vlogic, Inc. L a b 0.3 Remote Access Labs

WIRELESS TRAINING SOLUTIONS. by vlogic, Inc. L a b 0.3 Remote Access Labs WIRELESS TRAINING SOLUTIONS by vlogic, Inc L a b 0.3 Remote Access Labs WIRELESS TRAINING SOLUTIONS Hands-on Workshop and Lab Guide Table of Contents Connecting to the Wireless Training Solutions Network

More information

Course Outline. ttttttt

Course Outline. ttttttt 80537 - Microsoft Dynamics AX 2012 R2 for Retail in Brick and Mortar Stores: Installation and Configuration General Description Microsoft Dynamic AX for Retail is an integrated solution that is designed

More information

Securing Your Wireless Network

Securing Your Wireless Network Choosing A Wireless Router You might already have a wireless router provided to you by your Internet Service Provider. Otherwise, if you are intending to get one or decide to upgrade your old router, look

More information

Attenuation (amplitude of the wave loses strength thereby the signal power) Refraction Reflection Shadowing Scattering Diffraction

Attenuation (amplitude of the wave loses strength thereby the signal power) Refraction Reflection Shadowing Scattering Diffraction Wireless Physical Layer Q1. Is it possible to transmit a digital signal, e.g., coded as square wave as used inside a computer, using radio transmission without any loss? Why? It is not possible to transmit

More information

FD Wi-Fi Terminals. FD100 Ti /200 Ti /300 Ti Quick set-up Guide

FD Wi-Fi Terminals. FD100 Ti /200 Ti /300 Ti Quick set-up Guide FD Wi-Fi Terminals FD100 Ti /200 Ti /300 Ti Quick set-up Guide 31 Thanks for choosing a First Data Wi-Fi terminal. You just purchased a terminal that is Wi-Fi capable allowing you the most flexibility

More information

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National

More information

300Mbps. Wi-Fi Range Extender TL-WA855RE. Highlights. Description

300Mbps. Wi-Fi Range Extender TL-WA855RE. Highlights. Description 300Mbps Wi-Fi Range Extender Highlights Expanded Wi-Fi coverage Delivers fast and reliable wired and wireless connectivity External Antennas For better Wi-Fi coverage and more reliable connections AP Mode

More information

Wireless Site Survey Best Practices

Wireless Site Survey Best Practices Wireless Site Survey Best Practices As wireless technology continues to mature, new wireless applications and appliances continue to emerge. There is increasing demand for transmitting voice and video,

More information

INSTALLING THE WIFI DONGLE ON WINDOWS VISTA

INSTALLING THE WIFI DONGLE ON WINDOWS VISTA INSTALLING THE WIFI DONGLE ON WINDOWS VISTA Please note that setting up the WiFi dongle on the Windows Vista operating system differs to that of other Windows systems like XP/ME/2000. Please refer to this

More information

Results of IMES (Indoor Messaging System) Implementation for Seamless Indoor Navigation and Social Infrastructure Platform

Results of IMES (Indoor Messaging System) Implementation for Seamless Indoor Navigation and Social Infrastructure Platform Results of IMES (Indoor Messaging System) Implementation for Seamless Indoor Navigation and Social Infrastructure Platform Dinesh Manandhar, Seiya Kawaguchi, Hideyuki Torimoto GNSS Technologies Inc., Japan

More information

N600 WiFi USB Adapter

N600 WiFi USB Adapter Model WNDA3100v3 User Manual December 2014 202-11470-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After installing your device, locate the serial

More information

How to Cheat On A Survey Don t Be A Victim

How to Cheat On A Survey Don t Be A Victim How to Cheat On A Survey Don t Be A Victim Because of the flexibility and reporting capabilities built into most site survey applications, individuals can either knowingly, or accidentally, use these features

More information

Thank you for purchasing the Huawei E5332 Mobile WiFi. This quick start guide will help you to get started right away.

Thank you for purchasing the Huawei E5332 Mobile WiFi. This quick start guide will help you to get started right away. Thank you for purchasing the Huawei E5332 Mobile WiFi. This quick start guide will help you to get started right away. You can connect your Huawei E5332 to the internet through any WiFi enabled device

More information

EPI-3601S Wireless LAN PCI adapter Version 1.2 EPI-3601S. Wireless LAN PCI Adapter. (802.11g & 802.11b up to 108 Mbps) User Manual. Version: 1.

EPI-3601S Wireless LAN PCI adapter Version 1.2 EPI-3601S. Wireless LAN PCI Adapter. (802.11g & 802.11b up to 108 Mbps) User Manual. Version: 1. EPI-3601S Wireless LAN PCI Adapter (802.11g & 802.11b up to 108 Mbps) User Manual Version: 1.2 1 TABLE OF CONTENTS 1 INTRODUCTION...3 2 FEATURES...3 3 PACKAGE CONTENTS...4 4 SYSTEM REQUIREMENTS...5 5 INSTALLATION...5

More information

Here s your guide to easy installation. Get the most out of Verizon High Speed Internet.

Here s your guide to easy installation. Get the most out of Verizon High Speed Internet. Here s your guide to easy installation. Get the most out of Verizon High Speed Internet. Congratulations on choosing Verizon High Speed Internet. In this guide, you ll find everything you need to set up

More information

Enhancements to RSS Based Indoor Tracking Systems Using Kalman Filters

Enhancements to RSS Based Indoor Tracking Systems Using Kalman Filters Enhancements to RSS Based Indoor Tracking Systems Using Kalman Filters I. Guvenc EECE Department, UNM (505) 2771165 ismail@eece.unm.edu C.T. Abdallah, R. Jordan EECE Department, UNM (505) 2770298 chaouki@eece.unm.edu

More information

XCM Internet Explorer Settings

XCM Internet Explorer Settings XCM Internet Explorer Settings For best results, you must prepare your Internet Explorer (IE) browser so that interactions with the XCM site are fully trusted (XCM only supports Microsoft s Internet Explorer).

More information

ADDENDUM 12 TO APPENDIX 8 TO SCHEDULE 3.3

ADDENDUM 12 TO APPENDIX 8 TO SCHEDULE 3.3 ADDENDUM 12 TO APPENDIX 8 TO SCHEDULE 3.3 TO THE Overview EXHIBIT T to Amendment No. 60 Secure Wireless Network Services are based on the IEEE 802.11 set of standards and meet the Commonwealth of Virginia

More information

Estimation of Position and Orientation of Mobile Systems in a Wireless LAN

Estimation of Position and Orientation of Mobile Systems in a Wireless LAN Proceedings of the 46th IEEE Conference on Decision and Control New Orleans, LA, USA, Dec. 12-14, 2007 Estimation of Position and Orientation of Mobile Systems in a Wireless LAN Christof Röhrig and Frank

More information

Diamante WiFi Wireless Communication User Guide. Linksys E1200

Diamante WiFi Wireless Communication User Guide. Linksys E1200 Diamante WiFi Wireless Communication User Guide Linksys E1200 Release: February 2012; August 2011; February 2011 Patent Pending. Copyright 2012, Stenograph, L.L.C. All Rights Reserved. Printed in U.S.A.

More information

WAP3205 v2. User s Guide. Quick Start Guide. Wireless N300 Access Point. Default Login Details. Version 1.00 Edition 2, 10/2015

WAP3205 v2. User s Guide. Quick Start Guide. Wireless N300 Access Point. Default Login Details. Version 1.00 Edition 2, 10/2015 WAP3205 v2 Wireless N300 Access Point Version 1.00 Edition 2, 10/2015 Quick Start Guide User s Guide Default Login Details Web Address http://zyxelsetup Password www.zyxel.com 1234 Copyright 2014 ZyXEL

More information

élan Mira WiFi Wireless Communication User Guide

élan Mira WiFi Wireless Communication User Guide élan Mira WiFi Wireless Communication User Guide Release: May 2008; September 2007 Patent Pending. Copyright 2007, Stenograph, L.L.C. All Rights Reserved. Printed in U.S.A. This material is protected by

More information

Best Practices for Wireless Site Design

Best Practices for Wireless Site Design Best Practices for Wireless Site Design A Technology Whitepaper Table of ContentS Are Site Surveys Really Required? 1 AirMagnet Approach to Wireless Site Design 1 Phase I: Preparation Phase 1 Phase II:

More information

Analatom, Inc., 3210 Scott Blvd., Santa Clara, CA 95054-3007 Phone: (408)-980-9516 Fax: (408)-980-9518 Email: info@analatom.com

Analatom, Inc., 3210 Scott Blvd., Santa Clara, CA 95054-3007 Phone: (408)-980-9516 Fax: (408)-980-9518 Email: info@analatom.com Analatom, Inc., 3210 Scott Blvd., Santa Clara, CA 95054-3007 Phone: (408)-980-9516 Fax: (408)-980-9518 Email: info@analatom.com This document provides a description, details and instructions for using

More information

The following sections describe the Gateway configuration pages in the SBG1000 Setup Program.

The following sections describe the Gateway configuration pages in the SBG1000 Setup Program. Configuration Gateway > WAN Page Gateway: LAN nat config Page Gateway: LAN dhcp server config Page Gateway LOG Page Preparing the Network Preparing the Computers for TCP/IP Networking Configuring TCP/IP

More information