Changes between Version 33 and Version 34 of Internal/SandboxConsoleSetup
- Timestamp:
- Jun 12, 2015, 4:36:09 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/SandboxConsoleSetup
v33 v34 1 1 = How to build a SandBox console = 2 2 3 ''' New Instructions as of 8/22/2011'''3 ''' Updating for 14.04, 06/12/2015 ''' 4 4 5 5 The core packages can be installed as a group via this command: … … 7 7 sudo apt-get install logwatch logrotate nfs-common libpam-ldap libnss-ldap 8 8 }}} 9 Instead of indiviually. 9 10 Instead of individually. 11 12 LDAP questions are answered below. 10 13 11 14 ''' Base system ''' 12 1. Boot Ubuntu 1 0.10Server installation medium (you may need a usb-cdrom).13 1. p reform 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: 14 17 1. Partition - Choose "Guided use entire disk" (No LVM) 15 18 1. User Name / Password - Use the well known orbit default 16 19 1. Roles - Add the ssh server role 17 20 1. Check that the network interfaces get the correct address from the correct networks: 18 1. e th0- DMZ19 1. e th1- Control21 1. em1 - DMZ 22 1. em2 - Control 20 23 1. Install the following additional packages 21 24 {{{ 22 25 sudo apt-get install logwatch logrotate denyhosts 23 26 }}} 27 24 28 ''' NFS Mounting ''' 25 29 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.