User's Manual
Table Of Contents
- Chapter 1 Introduction
- Features and Benefits
- Features
- Chapter 2 Quick Start
- System Description
- Package Contents
- Installation Steps
- Installation Diagram
- Polarizations on a Grid Antenna
- Chapter 3 Hardware
- Drawings of Components
- Restoring Factory Default Settings on the SPEEDLAN
- Upgrading the Firmware
- Chapter 4 Overview of Configurator
- Installation and Setup
- Toolbar and Menus
- Chapter 5 Configuring SPEEDLAN
- General Setup
- Interface & Advanced Interface Setup
- The Setup Buttons
- Chapter 6 Bridging Setup
- Bridge Setup
- Chapter 7 Setting Up the IP Addresses (IP Host Setup)
- Part I - Quick Overview of IP Addressing
- Part II - Setting Up the IP Address
- Part III - Setting Up NAT
- Chapter 8 IP-Router Setup
- IP Routing Setup
- Chapter 9 SNMP Setup
- SNMP Setup
- Chapter 10 System Access Setup
- System Access Setup
- Chapter 11 SNMP Monitoring
SPEEDLAN Installation and Operation User Guide
7-2 Setting Up the IP Addresses (IP Host Setup)
If you do not understand the basics of IP addressing, DHCP, or NAT, please read the next section,
Part I - Quick Overview of IP Addressing, below. Otherwise, skip to Part II - Setting Up the IP
Address, page 7-13.
Part I - Quick Overview of IP Addressing
IP Addressing is important because it tells the network how to locate the computers or network
equipment connected to it. IP addresses are given so each computer or equipment on the network
contains a unique address. In addition, network addresses and node addresses, depending on the
Class (A, B, C, etc.), contain their own unique address as well. IP addressing provides the following
information:
• Provides communication between different platforms and diverse systems
• Provides universal data transfer over large geographic distances
• Has been "adopted" as a standard in the computer industry
What is an IP address?
An IP address contains 32 bits of information, which is divided into the following:
• Two sections: the network address and the node address (also known as the host address)
• To keep it simple, lets call it four bytes (octets)
Note: Each octet contains 8 bits, which are equivalent to 1 byte. Each octet is separated by a
period (.).
The following examples show the conversion of the same IP address into several different formats:
• Decimal (130.57.30.56)
• Hexadecimal (82.39.1E.38)
• Binary (10000010.00111001.00011110.00111000).