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


Ignore:
Timestamp:
Oct 11, 2010, 8:18:42 PM (14 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/20

    v2 v3  
    4343R6LocalDevice = eth1
    4444}}}
     45
     46----
     47We 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.
     48{{{
     49wiset authgw_ip 0x0A0307FE
     50wiset asngw_dp_ip 0x0A0307FE
     51wiset asngw_ep_ip 0x0A0307FE
     52}}}
     53
     54Was run.
     55----
     56
     57We 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.
     58{{{
     59240  apt-get install rubygems
     60242  gem install open4
     61243  gem install orderedhash
     62}}}
     63
     64From here we run the simple authmanager, it's interpreted by the ruby interpreter.
     65{{{
     66root@wimax:/root/SAMrb# ruby SimpleAuthManager.rb
     67Writting to a file
     68Started click PID=4633
     69}}}
     70
     71
     72
     73
     74