User Manual
Table Of Contents
- Contents
- Chapter 1 About This Manual
- Chapter 2 Introduction
- About the NETGEAR ProSafe 802.11g Wireless Access Point WG302
- Key Features
- AutoCell-The Self-Organizing Wireless Network
- 802.11g Standards-based Wireless Networking
- Autosensing Ethernet Connections with Auto Uplink
- Compatible and Related NETGEAR Products
- System Requirements
- What’s In the Box?
- Hardware Description
- Front Panel
- Rear Panel
- Chapter 3 Basic Installation and Configuration
- Wireless Equipment Placement and Range Guidelines
- Cabling Requirements
- Default Factory Settings
- Understanding WG302 Wireless Security Options
- Installing the WG302 Wireless Access Point
- Logging in to the WG302 Using Its Default IP Address
- Basic IP Settings
- Wireless Settings
- Security Profiles
- Before You Change the SSID and WEP Settings
- Setting up and Testing Basic Wireless Connectivity
- Configuring the Radius Server Settings
- Configuring Network Authentication
- Entering WEP Data Encryption Keys
- Restricting Wireless Access by MAC Address
- Chapter 4 Management
- Remote Management
- Using the Secure Telnet Interface
- How to Use the CLI via the Console Port
- CLI Commands
- SNMP Remote Management
- Viewing the Activity Log
- Viewing General Information
- Viewing Statistics
- Viewing the Available Wireless Station List
- Upgrading the Wireless Access Point Firmware
- Configuration File Management
- Backing up and Restoring the Configuration
- Erasing the Configuration
- Using the Reset Button to Restore Factory Default Settings
- Changing the Administrator Password
- AutoCell Rogue AP Detection
- AutoCell Rogue Station Detection
- Chapter 5 Advanced Configuration
- Understanding Advanced IP Settings for Wireless Clients
- Configuring Advanced Wireless LAN Settings
- AutoCell Overview
- AutoCell Configuration Options
- Auto RF Management
- Wi-Fi Multimedia (WMM) Setup
- Hotspot Settings
- Configuring Wireless LAN Parameters
- Wireless Bridging and Repeating
- Point-to-Point Bridge Configuration
- Multi-Point Bridge Configuration
- Repeater with Wireless Client Association
- Configuring NAT
- Configuring QoS Queues
- Setting up Guest Access
- Chapter 6 Troubleshooting
- No lights are lit on the access point.
- The Wireless LAN activity light does not light up.
- The LAN light is not lit.
- I cannot access the Internet or the LAN with a wireless capable computer.
- I cannot connect to the WG302 to configure it.
- When I enter a URL or IP address I get a timeout error.
- Using the Reset Button to Restore Factory Default Settings
- Appendix B Wireless Networking Basics
- Wireless Networking Overview
- Infrastructure Mode
- Ad Hoc Mode (Peer-to-Peer Workgroup)
- Network Name: Extended Service Set Identification (ESSID)
- Authentication and WEP Data Encryption
- 802.11 Authentication
- Open System Authentication
- Shared Key Authentication
- Overview of WEP Parameters
- Key Size
- WEP Configuration Options
- Wireless Channels
- WPA and WPA2 Wireless Security
- How Does WPA Compare to WEP?
- How Does WPA Compare to WPA2 (IEEE 802.11i)?
- What are the Key Features of WPA and WPA2 Security?
- Is WPA/WPA2 Perfect?
- Product Support for WPA/WPA2
- Appendix C Command Line Reference
Reference Manual for the NETGEAR ProSafe 802.11g Wireless Access Point WG302
Command Line Reference C-5
v0.1, December 2005
set The “set” command allows you to set the property values of existing instances
of a class.
set unnamed-class [with qualifier-property qualifier-value... to] property
value...
The first argument is an unnamed class in the configuration.
After this is an optional qualifier that restricts the set to only some instances.
For singleton classes (with only one instance) no qualifier is needed. If there is
a qualifier, it starts with the keyword with, then has a sequence of one or more
qualifier-property qualifier-value pairs, and ends with the keyword to. If these
are included, then only instances whose present value of qualifier-property is
qualifier-value will be set. The qualifier-value arguments cannot contain
spaces. Therefore, you cannot select instances whose desired qualifier-value
has a space in it.
The rest of the command line contains property-value pairs.
set named-class instance | all [with qualifier-property qualifier-value... to]
property value...
The first argument is either a named class in the configuration.
The next argument is either the name of the instance to set, or the keyword all,
which indicates that all instances should be set. Classes with multiple instances
can be set consecutively in the same command line as shown in Example 4
below. The qualifier-value arguments cannot contain spaces.
Here are some examples. (Bold text indicates class names, property names or
keywords; the unbold text are values to which the properties are being set.)
1.
set interface wlan0 ssid “Vicky's AP”
2. set radio all beacon-interval 200
3. set tx-queue wlan0 with queue data0 to aifs 3
4. set tx-queue wlan0 with queue data0 to aifs 7 cwmin
15 cwmax 1024 burst 0
5. set bridge-port br0 with interface eth0 to
path-cost 200
add The “add” command allows you to add a new instance or group of instances of
a class.
add unique-named-class instance [property value...]
add group-named-class instance [property value...]
add anonymous-class [property value...]
For example:
add radius-user wally
Note: If you’re adding an instance to a unique-named class, you must assign
the instance a name not already in use by any other instance of that class. If
you add instances to group-named classes, you can form groups by creating
instances and assigning them identical names. All instances of a group-named
class that have the same name form a group of instances.