• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Search results

  1. J

    Resolved Plesk firewall disables ipv6 incoming and outgoing

    to be more exact and to maybe help others. With the firewall turned off and after a reboot we did this command ip -6 r s this gave us ( which is missing with the firewall on) xxxxxxxxxxx dev eth0 proto kernel metric 256 pref medium xxxxxxxxxxx dev eth0 proto kernel metric 256 pref medium...
  2. J

    Resolved Plesk firewall disables ipv6 incoming and outgoing

    ive had help from someone that knows linux very well and we needed to add this line to /etc/network/interfaces post-up ip -6 route add default via fe80::1 dev eth0 and now everything seems to work for ipv6 - incomeing and outgoing
  3. J

    Resolved Plesk firewall disables ipv6 incoming and outgoing

    this is the script file #!/bin/bash #ATTENTION! # #DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, #SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED. set -e echo 0 > /proc/sys/net/ipv4/ip_forward ([ -f /var/lock/subsys/ipchains ] && /etc/init.d/ipchains...
  4. J

    Resolved Plesk firewall disables ipv6 incoming and outgoing

    ACCEPT ipv6-icmp anywhere anywhere ipv6-icmptype 134 code 0 ACCEPT ipv6-icmp anywhere anywhere ipv6-icmptype 135 code 0 ACCEPT ipv6-icmp anywhere anywhere ipv6-icmptype 136 code 0 ACCEPT ipv6-icmp...
  5. J

    Resolved Plesk firewall disables ipv6 incoming and outgoing

    Chain INPUT (policy DROP) target prot opt source destination ACCEPT all anywhere anywhere state RELATED,ESTABLISHED REJECT tcp anywhere anywhere tcp flags:!FIN,SYN,RST,ACK/SYN state NEW reject-with tcp-reset DROP...
  6. J

    Resolved Plesk firewall disables ipv6 incoming and outgoing

    couldnt get this to work . in the file /usr/local/psa/var/modules/firewall/firewall-active.sh there is no occurence of apply_rule /sbin/iptables -A OUTPUT -j DROP - probably looks different because this is for obsidian. I tried adding it before this instead apply_rule /sbin/iptables -A...
  7. J

    Resolved Plesk firewall disables ipv6 incoming and outgoing

    I am currently migrating my plesk server to another ( ubuntu 16.04 onyx to ubuntu 18.04 obsidian both dedicated cloud server with 1und1 / ionos) and noticed my let encrypt renewal failed on the new server. After some testing i discovered that with the plesk firewall on it would block all ipv6...
Back
Top