Changes between Version 5 and Version 6 of GENIExperimenter/Tutorials/WiMAXOpenFlow/Design-Setup


Ignore:
Timestamp:
10/27/13 00:31:46 (10 years ago)
Author:
Ryan Izard
Comment:

--

Legend:

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

    v5 v6  
    5555   {{{
    5656   $ ifconfig wmx0
    57       eth0      Link encap:Ethernet  HWaddr 00:0c:29:04:5c:41 
     57      wmx0      Link encap:Ethernet  HWaddr 00:0c:29:04:5c:41 
    5858          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    5959          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
     
    6363          Interrupt:18 Base address:0x1424
    6464   $ ifconfig wlan1
    65       eth1      Link encap:Ethernet  HWaddr 00:0c:29:04:5c:4b 
     65      wlan1      Link encap:Ethernet  HWaddr 00:0c:29:04:5c:4b 
    6666          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    6767          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
     
    7373   4. Also in the client, customize the setup script '''gec18_setup.sh''' in /root/StartupScripts. This script is designed to (1) define user variables, (2) configure the tap interface with OpenVPN, (3) start Floodlight, (4) initialize and start OpenVswitch, and (5) configure Linux networking.
    7474
    75       {{{
    76       $ ifconfig
    77       eth0      Link encap:Ethernet  HWaddr 00:0c:29:04:5c:41 
    78           inet addr:192.168.93.128  Bcast:192.168.93.255  Mask:255.255.255.0
    79           inet6 addr: fe80::20c:29ff:fe04:5c41/64 Scope:Link
    80           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    81           RX packets:48 errors:0 dropped:0 overruns:0 frame:0
    82           TX packets:38 errors:0 dropped:0 overruns:0 carrier:0
    83           collisions:0 txqueuelen:1000
    84           RX bytes:8503 (8.3 KiB)  TX bytes:6274 (6.1 KiB)
    85           Interrupt:18 Base address:0x1424
    86 
    87       eth1      Link encap:Ethernet  HWaddr 00:0c:29:04:5c:4b 
    88           inet addr:192.168.193.132  Bcast:192.168.193.255  Mask:255.255.255.0
    89           inet6 addr: fe80::20c:29ff:fe04:5c4b/64 Scope:Link
    90           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    91           RX packets:152 errors:0 dropped:0 overruns:0 frame:0
    92           TX packets:26 errors:0 dropped:0 overruns:0 carrier:0
    93           collisions:0 txqueuelen:1000
    94           RX bytes:31818 (31.0 KiB)  TX bytes:5234 (5.1 KiB)
    95           Interrupt:19 Base address:0x14a4
    96 
    97       eth2      Link encap:Ethernet  HWaddr 00:0c:29:04:5c:55 
    98           inet addr:192.168.193.129  Bcast:192.168.193.255  Mask:255.255.255.0
    99           inet6 addr: fe80::20c:29ff:fe04:5c55/64 Scope:Link
    100           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    101           RX packets:138 errors:0 dropped:0 overruns:0 frame:0
    102           TX packets:31 errors:0 dropped:0 overruns:0 carrier:0
    103           collisions:0 txqueuelen:1000
    104           RX bytes:27881 (27.2 KiB)  TX bytes:6277 (6.1 KiB)
    105           Interrupt:16 Base address:0x1824
    106 
    107       lo        Link encap:Local Loopback 
    108           inet addr:127.0.0.1  Mask:255.0.0.0
    109           inet6 addr: ::1/128 Scope:Host
    110           UP LOOPBACK RUNNING  MTU:16436  Metric:1
    111           RX packets:8 errors:0 dropped:0 overruns:0 frame:0
    112           TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
    113           collisions:0 txqueuelen:0
    114           RX bytes:560 (560.0 B)  TX bytes:560 (560.0 B)
    115       }}}
     75     
    11676      Note the subnets and names given to each of the network interfaces. Recall, when the VM was initialized, we configured 1 NAT interface and 2 host-only interfaces. The two interfaces on the same subnet are the host-only interfaces. Make notes of each interface name and its IP and subnet mask.
    11777      c.  With this information, to the setup script directory: