User Guide

Table Of Contents
AB-Access Config & User Guide 5.5 Axxcelera Broadband Wireless
July 27, 2004 Company Confidential Page 40 of 129
6 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.
6.1
resolve
The resolve file stores the IP configuration information such as IP address, netmask, and the
routing table.
6.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