Validiert mit Ubuntu 20.04

  • apt-get nano iptables iptables-persistent
  • nano /etc/iptables/rules.v4

    -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
    -A INPUT -i lo -j ACCEPT
    -A INPUT -m conntrack --ctstate INVALID -j DROP
    -A INPUT -p icmp -j ACCEPT
    -A INPUT -p tcp -s <ip> --dport 22 -j ACCEPT
    -A INPUT -p TCP --dport 6080 -j ACCEPT
    -A INPUT -p TCP --dport 6081 -j ACCEPT
    -A INPUT -j REJECT

  • wget https://download.f-secure.com/corpro/pm_linux/pm_linux15.30/fspms_15.30.96312_amd64.deb
  • dpkg –add-architecture i386
  • apt-get update
  • apt-get install libstdc++6:i386
  • dpkg -i fspms_15.30.96312_amd64.deb
  • Ports analog Windows FSPM einstellen (Standard: 6080/6081)
  • /opt/f-secure/fspms/bin/fspms-config
  • /etc/init.d/fspms stop
  • h2db von Windows (übl. C:\Program Files (x86)\F-Secure\Management Server 5\data\h2db) kopieren nach /var/opt/f-secure/fspms/data/h2db
  • Weitere Vorgehensweise: Migration F-Secure Policy Manager auf neuen Server