Changes between Version 33 and Version 34 of Internal/SandboxConsoleSetup


Ignore:
Timestamp:
Jun 12, 2015, 4:36:09 PM (9 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/SandboxConsoleSetup

    v33 v34  
    11= How to build a SandBox console =
    22
    3 ''' New Instructions as of 8/22/2011 '''
     3''' Updating for 14.04, 06/12/2015 '''
    44
    55The core packages can be installed as a group via this command:
     
    77sudo apt-get install logwatch logrotate nfs-common libpam-ldap libnss-ldap
    88}}}
    9 Instead of indiviually.
     9
     10Instead of individually.
     11
     12LDAP questions are answered below.
    1013
    1114''' Base system '''
    12  1. Boot Ubuntu 10.10 Server installation medium (you may need a usb-cdrom).
    13  1. preform a standard installation using the installation defaults, with noted devations:
     15 1. Boot Ubuntu 14.04 Server installation medium (you may need a usb-cdrom).
     16 1. perform a standard installation using the installation defaults, with noted deviations:
    1417  1. Partition - Choose "Guided use entire disk" (No LVM)
    1518  1. User Name / Password - Use the well known orbit default
    1619  1. Roles - Add the ssh server role
    1720 1. Check that the network interfaces get the correct address from the correct networks:
    18   1. eth0 - DMZ
    19   1. eth1 - Control
     21  1. em1 - DMZ
     22  1. em2 - Control
    2023 1. Install the following additional packages
    2124    {{{
    2225    sudo apt-get install logwatch logrotate denyhosts
    2326    }}}
     27
    2428''' NFS Mounting '''
    2529We no longer do AutoFS/auto.home since there is a long standing lag bug with the daemon that is not fixable. We've now move to direct mounting of the /home mount point.