Changes between Version 7 and Version 8 of GENIExperimenter/GpoLabExample


Ignore:
Timestamp:
06/17/11 15:43:08 (13 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/GpoLabExample

    v7 v8  
    143143   1. Add these lines in the end of /etc/network/interfaces, edit this file as sudo:
    144144{{{
    145 auto eth3.1700
    146 iface eth3.1700 inet static
    147     address 10.17.0.1xx
     145auto eth3.1750
     146iface eth3.1750 inet static
     147    address 10.17.50.1xx
    148148    netmask 255.255.255.0
    149149    mtu 1500
     
    159159}}}
    160160
    161 When the nodes rebooted they will have a new interface eth3.1700 that is configured in the
     161When the nodes reboot they will have a new interface eth3.1750 that is configured in the
    16216210.17.0.0/24 subnet.
    163163
    164  
    165