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.
- Timestamp:
-
Aug 15, 2013, 2:46:07 PM (10 years ago)
- Author:
-
agosain
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v180
|
v181
|
|
250 | 250 | A site will receive a console machine, which runs all the OMF aggregate manager services and three client resources. Two of these client resources will have a fixed power supply. The third client will have a 12 V power supply so that it can function as a mobile node. All services on the console machine will be configured to use the geni.net sub-domain and all IP addresses will be initially configured in the following scheme. |
251 | 251 | |
252 | | * Data - 10.20.0.X/24 |
253 | | * CM - 10.0.0.X/24 |
254 | | * Control - 10.10.0.X/24 |
| 252 | * Data - 10.1.2.X/24 |
| 253 | * CM - 10.1.0.X/24 |
| 254 | * Control - 10.1.1.X/24 |
255 | 255 | |
256 | 256 | Three networks |
… |
… |
|
285 | 285 | auto eth3 |
286 | 286 | iface eth3 inet static |
287 | | address 10.10.0.254 |
| 287 | address 10.1.1.254 |
288 | 288 | netmask 255.255.255.0 |
289 | | broadcast 10.10.0.255 |
| 289 | broadcast 10.1.1.255 |
290 | 290 | |
291 | 291 | # The Data network interface |
292 | 292 | auto eth0 |
293 | 293 | iface eth0 inet static |
294 | | address 10.20.0.254 |
| 294 | address 10.1.2.254 |
295 | 295 | netmask 255.255.255.0 |
296 | | broadcast 10.20.0.255 |
| 296 | broadcast 10.1.2.255 |
297 | 297 | |
298 | 298 | # The primary network interface |