= Errata/ Things we had to change but haven't formally committed to documentation = === 10/11/2010 === We're going down the list of wiki:WiMAX/Software/Configuration and editing all the files accordingly. * on the console machine (10.3.7.254 in this case), we edited /usr/share/asngw/classify-ctrl.sh, we changed the lines:[[BR]] Changed: {{{ : ${DEV_R3:="eth0"} : ${DEV_R6R4:="eth1"} : ${DEV_GREALL:="gre+"} : ${DEV_MSTUN:="mstun"} : ${MS2MS:="DROP"} : ${MS2MS_GRE_OPT:=""} : ${MS2MS_MSTUN_OPT:="-p icmp"} : ${MSMARK:="0x100"} : ${MSADDR:="10.41.0.0/16"} : ${R3_NETWORK:="10.41.0.0/16"} : ${R3_ADDR:="10.41.0.3"} #jml : ${R6R4_NETWORK:="10.3.0.0/16"} : ${R6R4_ADDR:="10.3.7.1"} # jml }}} * editing the asnctrl.conf[[BR]] Changed: {{{ R6_BSID[0] = 44:51:DB:00:07:01 R6_BSAddress[0] = [10.3.7.1]:2231 TunnelEndpoint = [10.3.7.254]:0 }}} * editing the asnctrl_ASNGW000.conf[[BR]] Changed {{{ R4_BSID[0][0]=44:51:DB:00:07:01 }}} * epctr.conf {{{ R3LocalDevice = eth0 R4LocalDevice = eth1 R6LocalDevice = eth1 }}} ---- We discovered an error in the wiset commands. Apparently the IP of the authgw_ip and associated flags needs to be set to the IP of the consoles eth1 intefaces (the one in the BS subnet). I had it incorrectly set to point to it self. {{{ wiset authgw_ip 0x0A0307FE wiset asngw_dp_ip 0x0A0307FE wiset asngw_ep_ip 0x0A0307FE }}} Was run. ---- We copied SAMrb (cons-wm-01:/root/Oldhome/SAMrb_Oct7_2010.tar) from cons-wm-01 to the /root of the console and untarred it. We then installed rubygems and the open4 and orderedhash gems. {{{ 240 apt-get install rubygems 242 gem install open4 243 gem install orderedhash }}} From here we run the simple authmanager, it's interpreted by the ruby interpreter. {{{ root@wimax:/root/SAMrb# ruby SimpleAuthManager.rb Writting to a file Started click PID=4633 }}}