Setup centralised Syslog server

Server Open access in UFW firewall port 514 tcp/udp: ufw allow from 192.168.122.0/27 port 514 mkdir /var/log/rsyslog chown root:adm /var/log/rsyslog The following code in 90-rsyslog.conf should be placed before the “*.info;mail.none;authpriv.none;cron.none /var/log/syslog” entry which is done using directive $IncludeConfig /etc/rsyslog.d/*.conf in /etc/rsyslog.conf. Be sure you replace server-name below with the name of your central logging … Read more

Debian server

I use my home Debian server as router, firewall, NAS and HTPC. I have installed system on SSD drive and data are on two LUKS encrypted WDC 2TB drives in RAID1. System in installed as Debian basic server, the rest of the packages was installed and configured the way as it follows. System drive: 32 … Read more