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.

Changes between Version 167 and Version 168 of Old/WiMAX/bOperations


Ignore:
Timestamp:
Jun 26, 2013, 4:24:23 PM (11 years ago)
Author:
agosain
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/bOperations

    v167 v168  
    249249
    250250== 1.4  GENI WiMAX Omf Site Setup ==
     251
     252=== 1.4.1 Network setup and configuration ===
     253
     254    Three networks
     255    Data
     256    CM
     257    Control
     258    3 switches, 1 partitioned switch, or single cable out.
     259
     260Setup networking as follows on the console host
     261
     262{{{
     263# This file describes the network interfaces available on your system
     264# and how to activate them. For more information, see interfaces(5).
     265
     266# The loopback network interface
     267auto lo
     268iface lo inet loopback
     269
     270# The CM network interface
     271auto eth1
     272iface eth1 inet static
     273      address 10.1.0.254
     274      netmask 255.255.255.0
     275      broadcast 10.1.0.255
     276
     277# The Control network interface
     278auto eth3
     279iface eth3 inet static
     280      address 10.10.0.254
     281      netmask 255.255.255.0
     282      broadcast 10.10.0.255
     283
     284# The  Data network interface
     285auto eth0
     286iface eth0 inet static
     287      address 10.20.0.254
     288      netmask 255.255.255.0
     289      broadcast 10.20.0.255
     290
     291# The primary network interface
     292auto eth2
     293iface eth2 inet dhcp
     294}}}
     295
     296==== One unmanaged switch per subnet ====
     297[[Image(4Node_1.png, 600)]]
     298==== Single managed switch ====
     299[[Image(4Node_2.png, 600)]]
     300==== Single trunk per node ====
     301[[Image(4Node_3.png, 600)]]
     302