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 1 and Version 2 of Old/WiMAX/20


Ignore:
Timestamp:
Oct 11, 2010, 4:21:58 PM (14 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/20

    v1 v2  
    1 === Errata/ Things we had to change but haven't formally committed to documentation ===
     1= Errata/ Things we had to change but haven't formally committed to documentation =
     2
     3=== 10/11/2010 ===
     4
     5We're going down the list of wiki:WiMAX/Software/Configuration and editing all the files accordingly.
     6
    27
    38 * on the console machine (10.3.7.254 in this case),  we edited /usr/share/asngw/classify-ctrl.sh, we changed the lines:[[BR]]
    4    Original:
     9   Changed:
    510   {{{
    6 : ${DEV_R3:="eth1"}
    7 : ${DEV_R6R4:="eth0"}
    8 : ${DEV_GREALL:="gre+"}
    9 : ${DEV_MSTUN:="mstun"}
    10 
    11 : ${MS2MS:="DROP"}
    12 : ${MS2MS_GRE_OPT:=""}
    13 : ${MS2MS_MSTUN_OPT:="-p icmp"}
    14 : ${MSMARK:="0x100"}
    15 
    16 : ${MSADDR:="10.41.0.0/16"}
    17 : ${R3_NETWORK:="172.16.1.0/24"}
    18 : ${R3_ADDR:="172.16.1.28 172.16.1.100"}  #jml
    19 : ${R6R4_NETWORK:="10.3.7.0/24"}
    20 : ${R6R4_ADDR:="10.3.7.1"}  # jml
    21 }}}
    22 
    23 Changed:
    24 {{{
    2511: ${DEV_R3:="eth0"}
    2612: ${DEV_R6R4:="eth1"}
     
    3925: ${R6R4_ADDR:="10.3.7.1"}  # jml
    4026}}}
     27 * editing the asnctrl.conf[[BR]]
     28   Changed:
     29   {{{
     30R6_BSID[0] = 44:51:DB:00:07:01
     31R6_BSAddress[0] = [10.3.7.1]:2231
     32TunnelEndpoint = [10.3.7.254]:0
     33}}}
     34 * editing the asnctrl_ASNGW000.conf[[BR]]
     35   Changed
     36   {{{
     37R4_BSID[0][0]=44:51:DB:00:07:01
     38}}}
     39 * epctr.conf
     40{{{
     41R3LocalDevice = eth0
     42R4LocalDevice = eth1
     43R6LocalDevice = eth1
     44}}}