Fehler bei der Intallation > Firewall

Locked
olpo
Posts: 3
Joined: Fri 3. Jul 2020, 17:10

Fehler bei der Intallation > Firewall

Post by olpo »

Hi,

Bei der Installation tarten im Bereich Firewall Fehler auf.

Hier ein Auszug aus dem install.log

Code: Select all

 exec  | mkdir -p -m 0755 /etc/nftables/

  files | nftables/nftables.conf => /etc/nftables.conf
  files | nftables/fail2ban.conf => /etc/nftables/fail2ban.conf

  exec  | nft -f /etc/nftables/fail2ban.conf
          /etc/nftables/fail2ban.conf:4:1-2: Error: Could not process rule: Operation not supported
          table ip fail2ban {
          ^^
          /etc/nftables/fail2ban.conf:5:11-15: Error: Could not process rule: Operation not supported
              chain input {
                    ^^^^^

  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ERROR DETECTED <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Was ist nun zu tun?
Vielen Dank im Voraus!
User avatar
Martin
Posts: 984
Joined: Wed 20. Jan 2016, 00:43

Re: Fehler bei der Intallation > Firewall

Post by Martin »

Hallo,

welche Distribution kommt hier zum Einsatz?
Viele Grüße,
Martin
olpo
Posts: 3
Joined: Fri 3. Jul 2020, 17:10

Re: Fehler bei der Intallation > Firewall

Post by olpo »

Hallo,

Debian 10.4

Beste Grüße
Ole
delvita
Posts: 4
Joined: Tue 24. Apr 2018, 15:06

Re: Fehler bei der Intallation > Firewall

Post by delvita »

Hm,
Bei mir gab es auch dort einen Error.

Das OS ist Ubuntu 18.04 (64-bit).

Kann man das korrigieren oder Nachinstallieren?

Gruss, Mike


ErrorLog

Code: Select all

  files | firewall/rules/rules_ipv4_common => /etc/keyhelp/iptables/startup_rules_ipv4
  files | firewall/rules/rules_ipv6_common => /etc/keyhelp/iptables/startup_rules_ipv6
  files | firewall/keyhelp_load_rules => /etc/network/if-pre-up.d/keyhelp_load_rules
          Could not save file "/etc/network/if-pre-up.d/keyhelp_load_rules"

  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ERROR DETECTED <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

  [SKIPPED DUE PREVIOUS ERRORS] files | firewall/keyhelp-load-firewall-on-startup.service => /etc/systemd/system/keyhelp-load-firewall-on-startup.service
  [SKIPPED DUE PREVIOUS ERRORS] files | nftables/nftables.conf => /etc/nftables.conf
  [SKIPPED DUE PREVIOUS ERRORS] files | nftables/fail2ban.conf => /etc/nftables/fail2ban.conf

  [SKIPPED DUE PREVIOUS ERRORS] exec  | chmod 0755 /etc/network/if-pre-up.d/keyhelp_load_rules
  [SKIPPED DUE PREVIOUS ERRORS] exec  | chown keyhelp:keyhelp /etc/keyhelp/iptables/*
  [SKIPPED DUE PREVIOUS ERRORS] exec  | systemctl enable keyhelp-load-firewall-on-startup.service
  [SKIPPED DUE PREVIOUS ERRORS] exec  | nft -f /etc/nftables/fail2ban.conf

  [SKIPPED DUE PREVIOUS ERRORS] import | /home/keyhelp/www/keyhelp/install/templates/firewall/rules/default_common.sql => keyhelp
  [SKIPPED DUE PREVIOUS ERRORS] import | /home/keyhelp/www/keyhelp/install/templates/firewall/rules/active_common.sql => keyhelp
  
  
User avatar
Tobi
Community Moderator
Posts: 2812
Joined: Thu 5. Jan 2017, 13:24

Re: Fehler bei der Intallation > Firewall

Post by Tobi »

Hier die Lösung deines Problems
viewtopic.php?p=26489#p26489
Gruß,
Tobi


-----------------------------
wewoco.de
Das Forum für Reseller, Digital-Agenturen, Bildschirmarbeiter und Mäuseschubser
Locked