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.
- Timestamp:
-
Oct 4, 2012, 11:49:14 PM (10 years ago)
- Author:
-
seskar
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v15
|
v16
|
|
29 | 29 | gem install rufus-scheduler data_mapper rparsec dm-sqlite-adapter |
30 | 30 | }}} |
| 31 | |
| 32 | Install new wimaxrf: |
| 33 | |
31 | 34 | |
32 | 35 | Configure the service by editing /etc/omf-aggmgr-5.2/available/wimaxrf.yaml which should look like (with address/OID set based on [wiki:WiMAX/00/01#a1.4WiMAXOIDandIPAddressAssignment campus assignment]): |
… |
… |
|
71 | 74 | /etc/init.d/omf-aggmgr-5.2 start |
72 | 75 | }}} |
| 76 | |
| 77 | Create the first datapath: |
| 78 | |
| 79 | {{{ |
| 80 | wget -qO- asngw-host:5052/wimaxrf/datapath/add?vlan=0 |
| 81 | }}} |
| 82 | |
| 83 | |
| 84 | Add clients: |
| 85 | |
| 86 | {{{ |
| 87 | wget -qO- asngw-host:5052/wimaxrf/datapath/clients/add?vlan=0&ipaddress=10.43.0.1&macaddr=00:01:02:03:04:05 |
| 88 | wget -qO- asngw-host:5052/wimaxrf/datapath/clients/add?vlan=0&ipaddress=10.43.0.2&macaddr=00:01:02:03:04:06 |
| 89 | }}} |