Changes between Version 21 and Version 22 of GENIExperimenter/Tutorials/WiMAXOpenFlow/Design-Setup


Ignore:
Timestamp:
10/28/13 08:49:01 (11 years ago)
Author:
Ryan Izard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/WiMAXOpenFlow/Design-Setup

    v21 v22  
    7878      $ vim gec18_setup.sh
    7979      }}}
    80       b.  There are numerous user defined variables at the top of the script. These are placeholders for commonly used system and configuration specific information throughout the script. We need to change a few of them to suit our needs for this tutorial. Modify the MAC and IP address of the server node as defined in '''SERVER_IP''' and '''SERVER_MAC'''. These will provide information for a static ARP entry to the server to simplify the tutorial. Modify the MAC address for '''IFACE_D_MAC''' to match that of the WiMAX interface noted from '''ifconfig wmx0'''. Also, modify the '''IFACE_bridge_E_IP''' variable to be an IP in the same subnet as the server node. For the tutorial at GEC18, the server node will be configured for you and you will be assigned an IP to give your client node. Assign the IP you have been provided with to the '''IFACE_bridge_E_IP''' variable. Some other variables that need to be configured in the client are the MAC address, SSID, and channel of the AP node, denoted as '''IFACE_B_AP_...''' in the script. The client needs these pieces of information in order to successfully associate with the AP. For this tutorial, the AP will also be pre-configured. Use the information about the AP that is provided. For the tutorial, the AP's SSID is '''GENI_WiFi_AP''', the channel is '''11''', and assuming the AP is loaded on '''node11-11.grid.orbit-lab.org''', the MAC will be '''00:60:b3:ac:a2:44'''.
     80      b.  There are numerous user defined variables at the top of the script. These are placeholders for commonly used system and configuration specific information throughout the script. We need to change a few of them to suit our needs for this tutorial. Modify the MAC and IP address of the server node as defined in '''SERVER_IP''' and '''SERVER_MAC'''. These will provide information for a static ARP entry to the server to simplify the tutorial. For the GEC18 tutorial, the server IP will be '''10.41.117.11''' and the server MAC will be '''00:1d:e1:36:ff:51'''. Modify the MAC address for '''IFACE_D_MAC''' to match that of the WiMAX interface noted from '''ifconfig wmx0'''. Also, modify the '''IFACE_bridge_E_IP''' variable to be an IP in the same subnet as the server node. For the tutorial at GEC18, the server node will be configured for you and you will be assigned an IP to give your client node. Assign the IP you have been provided with to the '''IFACE_bridge_E_IP''' variable. Some other variables that need to be configured in the client are the MAC address, SSID, and channel of the AP node, denoted as '''IFACE_B_AP_...''' in the script. The client needs these pieces of information in order to successfully associate with the AP. For this tutorial, the AP will also be pre-configured. Use the information about the AP that is provided. For the tutorial, the AP's SSID is '''GENI_WiFi_AP''', the channel is '''11''', and assuming the AP is loaded on '''node11-11.grid.orbit-lab.org''', the MAC will be '''00:60:b3:ac:a2:44'''.
    8181      {{{
    8282      ###################