skip to content

IT-Schnipsel

v-server wiki

Da sammel ich mal ein paar Erfahrungen drin...

 

debian:

  • apt-get install aptitude
  • aptitude install dbus dirmngr

 

fail2ban

  • aptitude install fail2ban
  • cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local
  • systemctl restart fail2ban

 

ufw

  • aptitude install ufw
  • ufw logging medium

  • ufw default deny incoming

  • ufw default allow outgoing

  • ufw allow ssh

  • Syncthing: ufw allow 22000

  • ufw status verbose

 

v-server:

  • (strato) /private-backup ? Inhalt wird bei Neuinstallation des Servers nicht gelöscht

 


Up