Changes between Version 34 and Version 35 of Internal/SandboxConsoleSetup


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

Legend:

Unmodified
Added
Removed
Modified
  • Internal/SandboxConsoleSetup

    v34 v35  
    55The core packages can be installed as a group via this command:
    66{{{
    7 sudo apt-get install logwatch logrotate nfs-common libpam-ldap libnss-ldap
     7sudo apt-get install logwatch logrotate nfs-common libpam-ldap libnss-ldap cfengine3 emacs ntp fail2ban
    88}}}
    99
     
    2121  1. em1 - DMZ
    2222  1. em2 - Control
    23  1. Install the following additional packages
    24     {{{
    25     sudo apt-get install logwatch logrotate denyhosts
    26     }}}
    2723
    2824''' NFS Mounting '''
    2925We 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.
    30  1. Install the nfs common libraries
    31     {{{
    32     apt-get install nfs-common
    33     }}}
     26
    3427 1. add the follow line to '''/etc/fstab'''
    3528    {{{
     
    4437Since Autofs is not use this process is some what simpler.
    4538 1. Install ldap libraries. This process will ask you a bunch of ldap related questions that will be used to prime the ldap.confs (there are 2). It's not critical to get them correct as we're just going to replace those conf's any way. (Accepting the defaults is ok).
    46     {{{
    47     apt-get install libpam-ldap libnss-ldap
    48     }}}
     39
    4940 1. The '''/etc/ldap.conf''' is one of two files that configures the ldap client. The non-comment lines in this file are as follows:
    5041    {{{
     
    10091}}}
    10192
    102   1. Install other software:
    103 {{{
    104 apt-get install cfengine3 emacs ntp
    105 }}}
    10693
    10794 15. We need to make sure machine have fully qualified host name (some services depend on it). So: