Changes between Version 34 and Version 35 of Internal/SandboxConsoleSetup
- Timestamp:
- Jun 12, 2015, 4:48:58 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/SandboxConsoleSetup
v34 v35 5 5 The core packages can be installed as a group via this command: 6 6 {{{ 7 sudo apt-get install logwatch logrotate nfs-common libpam-ldap libnss-ldap 7 sudo apt-get install logwatch logrotate nfs-common libpam-ldap libnss-ldap cfengine3 emacs ntp fail2ban 8 8 }}} 9 9 … … 21 21 1. em1 - DMZ 22 22 1. em2 - Control 23 1. Install the following additional packages24 {{{25 sudo apt-get install logwatch logrotate denyhosts26 }}}27 23 28 24 ''' NFS Mounting ''' 29 25 We 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 34 27 1. add the follow line to '''/etc/fstab''' 35 28 {{{ … … 44 37 Since Autofs is not use this process is some what simpler. 45 38 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 49 40 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: 50 41 {{{ … … 100 91 }}} 101 92 102 1. Install other software:103 {{{104 apt-get install cfengine3 emacs ntp105 }}}106 93 107 94 15. We need to make sure machine have fully qualified host name (some services depend on it). So: