Specifications
Table Of Contents

Chapter 3 - Point-to-Point Configuration Providing IP Connectivity
Alvarion BreezeNET B130/B300 GigE 32 Quick Start Guide
1 Write a route to the corresponding Ethernet network at the opposite side of the
link. In order to do this, go "Start->Run" and run "cmd" - Command Line. At
the computer connected to the first unit you should write the following:
route add 8.1.2.0 mask 255.255.255.0 8.1.1.2
This means that when an IP-packet goes from the computer connected to your
first device to the computer at the second side, it will go to the first device
Ethernet interface. In the unit, according to the routing tables formed using
RIP protocol, the packet will be sent via radio to the second unit. After that,
second unit will look up in its routing tables and send the packet through its
Ethernet interface to the remote computer.
At the second computer you should perform similar actions. Go "Start->Run"
and run "cmd" command. Type the following:
route add 8.1.1.0 mask 255.255.255.0 8.1.2.6
Now we provided connectivity between two computers.
2 The second option is to specify a default gateway for the PC/Laptop which is
going to be an Ethernet interface of the connected unit. You can specify
default gateway parameter in the window shown on Figure 14. Please refer.
For the first side it will be 8.1.1.2, for the second - 8.1.2.6
In order to make sure that your PC/Laptops are connected, you can ping one side
from the other one. For example, from one PC/laptop (located at one side of the
link) we are pinging remote computer at the opposite side.
NOTE
All routes in Windows that are specified using route command have power until next reboot of the
computer (special parameter "-p" should be used to make a route permanent). To see the routing
table in Windows "route print" command should be used.
IMPORTANT
IP-packets originated from the unit itself (e.g. ping, telnet, FTP, SNMP) are assigned an IP-address
(primary) of the interface through which they leave the unit. In order for all IP-packets have one
defined IP source address the following command can be used:
sys OfficialAddress IP
Here, "IP" is the Official Address of the unit should be specified which will act as a source IP
address for all the packets originated from the unit.