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 7 and Version 8 of dSite/b0OS


Ignore:
Timestamp:
Oct 10, 2014, 7:02:57 PM (10 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dSite/b0OS

    v7 v8  
    2929
    3030=== Configure Host Name ===
    31 Edit the follow files:
    32  * ''/etc/hosts'' - Single text string with the FQDN of the console machine
     31A important initial step specifying the  hostname of the console. Many of the later services '''will depend''' heavily on this name resolution. It is assumed that the general form of the console's fully qualified domain name (FQDN) is ''console.geni.DOMAIN'', where ''DOMAIN'' comes from your organization. As an example the ''DOMAIN'' for Rutgers is ''rutgers.edu''.
     32
     33To set the host name edit the follow files (here we assumed that ''DOMAIN = rutgers.edu''):
     34 * ''/etc/hosts'' - Local file for name resolution.
     35   e.g.
     36   {{{
     37127.0.0.1       localhost
     38127.0.1.1       console.geni.rutgers.edu console
     39
     40# The following lines are desirable for IPv6 capable hosts
     41::1     ip6-localhost ip6-loopback
     42fe00::0 ip6-localnet
     43ff00::0 ip6-mcastprefix
     44ff02::1 ip6-allnodes
     45ff02::2 ip6-allrouters
     46    }}}
    3347 * ''/etc/hostname'' - Modify this file to properly resolve the hostname of the machine.
     48   e.g.
     49   {{{
     50console.geni.rutgers.edu
     51   }}}
    3452
    35 '''Note: The FDQN specficed here will be used when configureing LDAP'''
    3653
    3754
     
    6481auto eth3
    6582iface eth3 inet static
    66       address 10.10.0.254
     83      address 10.3.0.254
    6784      netmask 255.255.255.0
    6885      broadcast 10.10.0.255
     
    7188auto eth0
    7289iface eth0 inet static
    73       address 10.20.0.254
     90      address 10.2.0.254
    7491      netmask 255.255.255.0
    7592      broadcast 10.20.0.255
     
    7794# The primary network interface
    7895auto eth2
    79 iface eth2 inet dhcp
     96iface eth2 inet static
     97      address 10.50.0.249
     98      netmask 255.255.0.0
     99      gateway 10.50.0.1
    80100}}}
    81101