Changes between Version 13 and Version 14 of Tutorials/g0WmLTE/Tutorial0
- Timestamp:
- Jul 3, 2012, 4:07:52 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/g0WmLTE/Tutorial0
v13 v14 10 10 This tutorial requires only basic knowledge of Unix commands, SSH, WiMAX, and ORBIT. 11 11 ---- 12 13 = Experiment: Successfully Image and Ping Nodes = 12 14 13 15 == Getting Started == … … 63 65 64 66 [[Image(pxe1.png)]] 67 65 68 [[Image(pxe2.png)]] 66 69 … … 77 80 78 81 If you receive an error message like the one below, it may mean that your node is off after the imaging process. If so, you should turn it on. 82 79 83 [[Image(failconnect.png)]] 80 84 … … 125 129 ---- 126 130 131 == Repeat for Other Nodes == 132 133 For the sake of brevity, we will not repeat the previous process at length for the other nodes. However, we will give sample instructions for node 4, and elaborate on some general rules. 134 135 {{{ 136 ssh root@node1-4 # will take to another screen 137 lsmod | grep i2400 138 modprobe i2400m_usb # only if needed 139 wimaxcu ron 140 wimaxcu connect network 51 141 ifconfig wmx0 10.41.14.4 netmask 255.255.0.0 up 142 }}} 143 144 === ''ifconfig'' Recommended Settings === 145 146 For most of the sandboxes on ORBIT, the rule of thumb for assigning IP addresses is: 147 {{{ 148 10.41.1X.Y 149 }}} 150 Where 10.41 is the hostname, X is the sandbox number, and Y is the node number. 151 152 ---- 153 127 154 == Testing Connection == 128 155