close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 8 and Version 9 of Old/WiMAX/04/01


Ignore:
Timestamp:
Oct 12, 2010, 6:34:39 PM (14 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/04/01

    v8 v9  
    77We'll need to adjust the ip's of both interfaces. They're managed via two independent files which exists on two different machines/ip combos.
    88
    9 The "DSP" machine:
    10  1. Copy the attached [attachment:networkenv.orbit networkenv.orbit] file locally (to your console) and edit it's addresses to reflect your
    11     organisations Address Structure. If this is the first BTS in your organization your address should be of the form 10.3.X.1, where X
    12     is the numerical ID given to your group.
    13  1. Copy the file to /flash/networkenv on the DSP machine (via SCP). The default IP of the DSP machine is 192.168.1.10.
    14     {{{
    15     scp networkenv.orbit root@192.168.1.10:/flash/networkenv
    16     }}}
    17 
    18 The "Network" Machine
    19  1. Telnet to the N/W card at 192.168.1.42/24. User root as the username, you will not be asked for a password.
    20  1. Edit the /etc/network/interfaces eth1 entry to organisations Address Structure. It should be of the form 10.3.X.2, for the first BTS. The entry should look
    21     similar to:
    22     {{{
    23     auto eth1
    24     iface eth1 inet static
    25        address 10.3.X.2
    26        network 10.3.0.0
    27        netmask 255.255.0.0
    28        broadcast 10.3.255.255
    29        gateway 10.3.X.1       
    30     }}}
    31 
    32 Finally you'll need to configure your own interface to be in the same subnet as the BS Ip's. For the first BS it should be of the form 10.3.X.254.
     9 1. The "DSP" machine:
     10  1. Copy the attached [attachment:networkenv.orbit networkenv.orbit] file locally (to your console) and edit it's addresses to reflect
     11     [wiki:WiMAX/00/Configuration/AddressAssignments your organisations Address Structure]. If this is the first BTS in your organization
     12     your address should be of the form 10.3.X.1, where X is the numerical ID given to your group. You'll only need to edit the #MACO segment of information.
     13     You will also need to set the NAMESERVER flag to something reasonable like googles public DNS (8.8.8.8), or a specfic DNS in your network. Note that we're using
     14     class B addresses.
     15     {{{
     16     #MAC0
     17     export INTERFACE_0=eth0
     18     export IPADDR_0=10.3.X.1
     19     export NETMASK_0=255.255.0.0
     20     export BROADCAST_0=10.3.255.255
     21     export GATEWAY_0=10.3.X.1
     22     export NAMESERVER_0=8.8.8.8
     23     }}}
     24  1. Copy the file to /flash/networkenv on the DSP machine (via SCP). The default IP of the DSP machine is 192.168.1.10.
     25     {{{
     26     scp networkenv.orbit root@192.168.1.10:/flash/networkenv
     27     }}}
     28 1. The "Network" Machine
     29  1. Telnet to the N/W card at 192.168.1.42/24. User root as the username, you will not be asked for a password.
     30  1. Edit the /etc/network/interfaces eth1 entry to organisations Address Structure. It should be of the form 10.3.X.2, for the first BTS. The entry should look
     31     similar to:
     32     {{{
     33     auto eth1
     34     iface eth1 inet static
     35     address 10.3.X.2
     36     network 10.3.0.0
     37     netmask 255.255.0.0
     38     broadcast 10.3.255.255
     39     gateway 10.3.X.1
     40     }}}
     41 1. Finally you'll need to configure your own interface to be in the same subnet as the BS Ip's. For the first BS it should be of the form 10.3.X.254.
    3342
    3443=== Step 2 Configure The BS software ===
     
    5867      wiset asngw_ep_ip 0x0A030047
    5968      }}}
    60    1. You will find your bsid (OID) on [wiki:WiMAX/Configuration/AddressAssignments this page]. Note remove the colons, and set the last two digits to
     69   1. You will find your bsid (OID) on [wiki:WiMAX/00/Configuration/AddressAssignments this page]. Note remove the colons, and set the last two digits to
    6170      reflect the IP of the DSP machine (e.g. the first one should be 01).
    6271      {{{