User's Manual

Table Of Contents
U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless
5 Static Configurations
Before one creates a static system you must first know what everything in the
configuration files mean. The files listed below are all the configuration files that can be
configured on the system.
5.1 resolve
The resolve file stores the IP configuration information such as IP address, netmask, and
the routing table.
5.1.1 device
device add device interface drivers mtu mtusize ipaddress
device
{atm0 | atm1 | eth0} This name is used to define a virtual
device.
interface
{atm | ether} Used to define the physical medium of the
device
It is important to know that the wireless interface is always
ATM and the terrestrial interface can be either ATM or Ethernet.
drivers {//bun | //edd | //bridge}
//bun = ATM interface
//edd = Ethernet interface
//bridge = Ethernet interface via bridge (all interactive modes
and 1483 bridging mode)
mtusize maximum transmission unit (max: 1500)
ipaddress
{a.b.c.d | dhcp} IP address that will be associated with the
device.
Example
The following example shows an ATM device for the terrestrial interface.
device add atm0 atm //bun mtu 1500 192.168.2.50
March 10, 2003 Company Confidential Page 16 of 149