Difference between revisions of "Servers:FourtyTwo"

From Earlham CS Department
Jump to navigation Jump to search
(Removing all content from page)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Stuff done while setting up the multi-purpose server, fourty-two.==
 
  
* Basic FreeBSD 6.1-Release (Needs to be upgraded to 6.2)
 
** Two users: root (secure password), admin (insecure). Both using Bash.
 
** Enable both NICs: 159.28.230.96 (0), 192.168.0.42 (1).
 
** Setup partitions.  Need to look into logical partitions.  2T of space still unused.
 
*** /tmp: 500M
 
*** /usr: 5G
 
*** /var: 3G
 
*** /backup: 260G
 
** Bash
 
** SSHD
 
** Sudo
 
** Put admin user in group "wheel" and give wheel full sudo permissions in the sudoers file (using visudo).
 
* rsnapshot
 
** Public ssh keys for root users between Quark and Fourty-two.
 
** Edit /usr/local/etc/rsnapshot.conf. (White space is "tab" not "space." Applies to all of rsnapshot.conf.)
 
*** <tt>backup  root@quark:/clients    quark/
 
*** snapshot_root /backup/
 
*** cmd_ssh      /usr/bin/ssh
 
*** #backup      /home/          localhost/
 
*** #backup      /etc/          localhost/
 
*** #backup      /usr/local/    localhost/</tt>
 
* wget
 
* Nagios
 
** <tt>sudo portupgrade -N nagios</tt>
 
* Apache 2.2
 
** <tt>sudo portupgrade -N apache</tt>
 
*** No to all except "apache2.2"
 

Latest revision as of 14:56, 2 March 2009