Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
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...
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
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...
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...
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...