ServerSetupFedora22: Difference between revisions

From DrewWiki
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
==Install etckepper and fail2ban==
==Install etckepper and fail2ban==
Initalize and ensure service is running
Initalize and ensure service is running
<syntaxhighlight>
<syntaxhighlight lang=bash>
sudo yum install etckeeper fail2ban
sudo yum install etckeeper fail2ban
sudo etckeepeer init
sudo etckeepeer init
Line 13: Line 13:


==Disable root login via password ssh==
==Disable root login via password ssh==
<syntaxhighlight>
<syntaxhighlight lang=bash>
$ grep Root /etc/ssh/sshd_config
$ grep Root /etc/ssh/sshd_config
PermitRootLogin prohibit-password
PermitRootLogin prohibit-password
Line 21: Line 21:


==Enable sudo==
==Enable sudo==
<syntaxhighlight>
<syntaxhighlight lang=bash>
$ sudo grep drew /etc/sudoers
$ sudo grep drew /etc/sudoers
drew ALL=(ALL) NOPASSWD:ALL
drew ALL=(ALL) NOPASSWD:ALL
Line 33: Line 33:


==Extend days of sysstat logging==
==Extend days of sysstat logging==
<syntaxhighlight>
<syntaxhighlight lang=bash>
$ grep -vE '^($|#)' /etc/sysconfig/sysstat
$ grep -vE '^($|#)' /etc/sysconfig/sysstat
HISTORY=365
HISTORY=365
Line 41: Line 41:


= Install rest of software =
= Install rest of software =
<pre>
<syntaxhighlight lang=bash>
# yum install man screen wget strace rsync mailx fdupes logwatch grep lsof screen binutils tar mcelog nfs-utils \
# yum install man screen wget strace rsync mailx fdupes logwatch grep lsof screen binutils tar mcelog nfs-utils \
OpenIPMI ipmitool sysstat clamav clamav-update iscsi-initiator-utils samba openvpn lldpad ntp \
OpenIPMI ipmitool sysstat clamav clamav-update iscsi-initiator-utils samba openvpn lldpad ntp \
php-pecl-apc lm_sensors hddtemp smartmontools apcupsd apcupsd-cgi  
php-pecl-apc lm_sensors hddtemp smartmontools apcupsd apcupsd-cgi  
</pre>
</syntaxhighlight>


= Configure system, monitoring, mail, AV, and VPN =
= Configure system, monitoring, mail, AV, and VPN =
Line 52: Line 52:
# Configure lm-sensors, smartd/hddtemp+thermal alerts, lldpad, mcelog, and SMARTmon for temperature alerts.
# Configure lm-sensors, smartd/hddtemp+thermal alerts, lldpad, mcelog, and SMARTmon for temperature alerts.
###  
###  
<pre> DEVICESCAN -H -m root -M exec /usr/libexec/smartmontools/smartdnotify -n standby,10,q
<syntaxhighlight lang=bash> DEVICESCAN -H -m root -M exec /usr/libexec/smartmontools/smartdnotify -n standby,10,q
/dev/sda -H -m root -M daily -M exec /home/drew/cron/smartmon.sh -M daily -f -l error -o on -S on -s (S/../.././02|L/../../6/03) -W 0,0,45 -d sat
/dev/sda -H -m root -M daily -M exec /home/drew/cron/smartmon.sh -M daily -f -l error -o on -S on -s (S/../.././02|L/../../6/03) -W 0,0,45 -d sat
/dev/sdb -H -m root -M daily -M exec /home/drew/cron/smartmon.sh -M daily -f -l error -o on -S on -s (S/../.././02|L/../../6/03) -W 0,0,45 -d sat
/dev/sdb -H -m root -M daily -M exec /home/drew/cron/smartmon.sh -M daily -f -l error -o on -S on -s (S/../.././02|L/../../6/03) -W 0,0,45 -d sat
Line 58: Line 58:
/dev/sdd -H -m root -M daily -M exec /home/drew/cron/smartmon.sh -M daily -f -l error -o on -S on -s (S/../.././02|L/../../6/03) -W 0,0,45 -d sat
/dev/sdd -H -m root -M daily -M exec /home/drew/cron/smartmon.sh -M daily -f -l error -o on -S on -s (S/../.././02|L/../../6/03) -W 0,0,45 -d sat
/dev/sde -H -m root -M daily -M exec /home/drew/cron/smartmon.sh -M daily -f -l error -o on -S on -s (S/../.././02|L/../../6/03) -W 0,0,47 -d sat
/dev/sde -H -m root -M daily -M exec /home/drew/cron/smartmon.sh -M daily -f -l error -o on -S on -s (S/../.././02|L/../../6/03) -W 0,0,47 -d sat
</pre>
</syntaxhighlight>
# Configure apcupsd for UPS alerts
# Configure apcupsd for UPS alerts
# Configure Time Server for local network access
# Configure Time Server for local network access
Line 79: Line 79:
## <pre># systemctl enable smb; systemctl start smb</pre>
## <pre># systemctl enable smb; systemctl start smb</pre>
###  
###  
<pre>  
<syntaxhighlight lang=bash>  
[global]
[global]
         workgroup = WORKGROUP
         workgroup = WORKGROUP
Line 97: Line 97:
create mode = 0665
create mode = 0665
directory mode = 0775
directory mode = 0775
</pre>
</syntaxhighlight>
# Enable iSCSI
# Enable iSCSI
## Add TCP3260/24
## Add TCP3260/24
# ^ Configure bacula and web interface
# ^ Configure bacula and web interface


= Setup cron jobs =
=Setup cron jobs=
# Keep anacron from waking me up at night!  
# Keep anacron from waking me up at night!  
<pre># vi /etc/anacrontab // START_HOURS_RANGE</pre>
<syntaxhighlight lang=bash>
# vi /etc/anacrontab // START_HOURS_RANGE
</syntaxhighlight>


= Configure Web Services =
=Configure Web Services=
# ddclient for dynamicdns updates
# ddclient for dynamicdns updates
# Configure MythTV / MythWeb / minidlna
# Configure MythTV / MythWeb / minidlna
## Add TCP80/24 and TCP443/0 for web services, TCP1900/0 TCP8200/0, TCP34531/0 for minidlna
## Add TCP80/24 and TCP443/0 for web services, TCP1900/0 TCP8200/0, TCP34531/0 for minidlna
###  
###  
<pre>  
<syntaxhighlight lang=bash>  
port=8200
port=8200
media_dir=/mnt/raid5/media
media_dir=/mnt/raid5/media
Line 124: Line 126:
model_number=1
model_number=1
root_container=B
root_container=B
</pre>
</syntaxhighlight>
# Configure pecl-php-apc / DrewWiki / WebDAV
# Configure pecl-php-apc / DrewWiki / WebDAV


= Completing / Wrap-up =
= Completing / Wrap-up =
# Verify all log files in /var/log are not giving any errors or notifications
* Verify all log files in /var/log are not giving any errors or notifications
# Check logs for whats growing! <pre># ls -alR /var/log | grep ^- | awk {'print $5" "$8'} | sort -k 2| sort -n</pre>
* Check logs for whats growing!  
# Create MondoRescue restore image
<syntaxhighlight lang=bash>
# ls -alR /var/log | grep ^- | awk {'print $5" "$8'} | sort -k 2| sort -n
</syntaxhighlight>
* Create MondoRescue restore image

Revision as of 23:16, 24 January 2018

To-do: This page is outdated and needs better formatting.

Immediate post install steps

Install etckepper and fail2ban

Initalize and ensure service is running

sudo yum install etckeeper fail2ban
sudo etckeepeer init
sudo systemctl enable fail2ban
sudo systemctl start fail2ban

Disable root login via password ssh

$ grep Root /etc/ssh/sshd_config
PermitRootLogin prohibit-password

Add TCP22/0 to IPTables

Enable sudo

$ sudo grep drew /etc/sudoers
drew	ALL=(ALL) NOPASSWD:ALL

yum remove unneeded software

yum update

Enable SElinux

Extend days of sysstat logging

$ grep -vE '^($|#)' /etc/sysconfig/sysstat
HISTORY=365
COMPRESSAFTER=10
SADC_OPTIONS=""

Install rest of software

# yum install man screen wget strace rsync mailx fdupes logwatch grep lsof screen binutils tar mcelog nfs-utils \
OpenIPMI ipmitool sysstat clamav clamav-update iscsi-initiator-utils samba openvpn lldpad ntp \
php-pecl-apc lm_sensors hddtemp smartmontools apcupsd apcupsd-cgi

Configure system, monitoring, mail, AV, and VPN

  1. Configure GRUB serial console redirection
  2. Configure kdump for system panics
  3. Configure lm-sensors, smartd/hddtemp+thermal alerts, lldpad, mcelog, and SMARTmon for temperature alerts.
 DEVICESCAN -H -m root -M exec /usr/libexec/smartmontools/smartdnotify -n standby,10,q
/dev/sda -H -m root -M daily -M exec /home/drew/cron/smartmon.sh -M daily -f -l error -o on -S on -s (S/../.././02|L/../../6/03) -W 0,0,45 -d sat
/dev/sdb -H -m root -M daily -M exec /home/drew/cron/smartmon.sh -M daily -f -l error -o on -S on -s (S/../.././02|L/../../6/03) -W 0,0,45 -d sat
/dev/sdc -H -m root -M daily -M exec /home/drew/cron/smartmon.sh -M daily -f -l error -o on -S on -s (S/../.././02|L/../../6/03) -W 0,0,45 -d sat
/dev/sdd -H -m root -M daily -M exec /home/drew/cron/smartmon.sh -M daily -f -l error -o on -S on -s (S/../.././02|L/../../6/03) -W 0,0,45 -d sat
/dev/sde -H -m root -M daily -M exec /home/drew/cron/smartmon.sh -M daily -f -l error -o on -S on -s (S/../.././02|L/../../6/03) -W 0,0,47 -d sat
  1. Configure apcupsd for UPS alerts
  2. Configure Time Server for local network access
    1. Add UDP123/24 to IPTables
  3. Configure rsyslog for network clients
    1. Add UDP514/24 to IPTables
  4. Setup mail relay
    1. Remove 127.0.0.1 /etc/mail/sendmail.mc
    2. # echo drew > /root/.forward; echo "andrew: drew" >> /etc/aliases; newaliases; echo "root: drew" >> /etc/aliases; newaliases
    3. Add TCP25/0 to IPTables
  5. Configure logwatch
  6. Setup clamav virus protection for Samba and weekly scan
  7. Configure OpenVPN

Configure RAID and filesharing

  1. Mount raid array
  2. Configure md alerts
  3. Enable samba
    1. Add TCP139,445/24 to IPTables
    2. # systemctl enable smb; systemctl start smb
 
[global]
        workgroup = WORKGROUP
        server string = drewserv
        security = user
        passdb backend = tdbsam
        log file = /var/log/samba/log.%m
        max log size = 50
        load printers = no
        show add printer wizard = no
        printcap name = /dev/null
        disable spoolss = yes
[share]
        path = /mnt/raid5
        valid users = drew pbr
        read only = No
	create mode = 0665
	directory mode = 0775
  1. Enable iSCSI
    1. Add TCP3260/24
  2. ^ Configure bacula and web interface

Setup cron jobs

  1. Keep anacron from waking me up at night!
# vi /etc/anacrontab // START_HOURS_RANGE

Configure Web Services

  1. ddclient for dynamicdns updates
  2. Configure MythTV / MythWeb / minidlna
    1. Add TCP80/24 and TCP443/0 for web services, TCP1900/0 TCP8200/0, TCP34531/0 for minidlna
 
port=8200
media_dir=/mnt/raid5/media
db_dir=/var/cache/minidlna
log_dir=/var/log/minidlna
album_art_names=Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg
inotify=yes
enable_tivo=no
strict_dlna=no
notify_interval=900
serial=12345678
model_number=1
root_container=B
  1. Configure pecl-php-apc / DrewWiki / WebDAV

Completing / Wrap-up

  • Verify all log files in /var/log are not giving any errors or notifications
  • Check logs for whats growing!
# ls -alR /var/log | grep ^- | awk {'print $5" "$8'} | sort -k 2| sort -n
  • Create MondoRescue restore image