Changes between Initial Version and Version 1 of Internal/SandboxConsoleSetup


Ignore:
Timestamp:
Jan 15, 2010, 4:47:55 PM (14 years ago)
Author:
jsingh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/SandboxConsoleSetup

    v1 v1  
     1Sandbox is a ubuntu machine
     2Steps on setting up this ubuntu Server are as follows[[BR]]
     3 1. Attach a usb cd drive and start the cd install.[[BR]]
     4 2. Create the root partition  and a swap partition of 4 gigs (James can you please put the exact sizes you use).[[BR]]
     5 3. Setup the Network Interfaces[[BR]]
     6    eth0 - Goes into the DMZ network, so please modify the /etc/network/interfaces file to for eth0 [[BR]]
     7    the ability to attain an ip address using dhcp.[[BR]]
     8    Please update the dhcpd.conf file with eth0 mac address for console.sbX[[BR]]
     9    eth1 - Is the ConsoleC address for sandbox.[[BR]]
     10    Please update /etc/network/interfaces to [[BR]]
     11    iface eth1 inet static [[BR]]
     12    address 10.1x.0.10 - (x) is the sandbox number [[BR]]
     13    netmask 255.255.0.0 [[BR]]
     14 4. Please Install libpam-ldap,libnss-ldap,autofs and autofs-ldap packages using apt.[[BR]]
     15 5. Please modify /etc/ldap/ldap.conf to the following [[BR]]
     16    BASE        dc=orbit-lab,dc=org [[BR]]
     17    URI ldap://ldap.orbit-lab.org  [[BR]]
     18 6. You can copy /etc/ldap.conf from another sandbox or set the following attributes yourself[[BR]]
     19     host ldap.orbit-lab.org [[BR]]
     20     base dc=orbit-lab,dc=org [[BR]]
     21     ldap_version 3 [[BR]]
     22     rootbinddn cn=admin,dc=orbit-lab,dc=org [[BR]]
     23     timelimit 30 [[BR]]
     24     bind_timelimit 30 [[BR]]
     25     idle_timelimit 360 [[BR]]
     26     pam_check_host_attr yes [[BR]]
     27     pam_password crypt [[BR]]
     28     Copy the /etc/ldap.secret file from another sandbox or ask the administrator for the password. [[BR]]
     29 7. For autofs we need to modify /etc/default/autofs file so that the autofs daemon knows what the master   
     30    map is. [[BR]]
     31    LDAPURI="ldap://ldap.orbit-lab.org/" [[BR]]
     32    LDAPBASE="ou=auto.master,dc=orbit-lab,dc=org"
     33
     34  Ensure that you start autofs
     35   
     36
     37