CSF x Akismet
-
Hello friends!
My Akismet plugin can’t connect to the Akismet servers because I have ConfigServer Security & Firewall installed on my dedicated server.
How do I allow access to the plugin Akismet servers?
Information Akismet blog: https://blog.akismet.com/akismet-hosting-faq/
I did it in my file “csf.allow”, see:
###############################################################################
# Copyright 2006-2014, Way to the Web Limited
# URL: https://www.configserver.com
# Email: [email protected]
###############################################################################
# The following IP addresses will be allowed through iptables.
# One IP address per line.
# CIDR addressing allowed with a quaded IP (e.g. 192.168.254.0/24).
# Only list IP addresses, not domain names (they will be ignored)
#
# Advanced port+ip filtering allowed with the following format
# tcp/udp|in/out|s/d=port|s/d=ip
# See readme.txt for more information
#
# Note: IP addressess listed in this file will NOT be ignored by lfd, so they
# can still be blocked. If you do not want lfd to block an IP address you must
# add it to csf.ignore
201.95.214.69 # csf SSH installation/upgrade IP address – Tue May 6 07:54:59 2014
192.0.80.244 # Akismet
192.0.80.246 # Akismet
66.135.58.62 # Akismet
66.135.58.61 # AkismetI also tried but nothing so:
###############################################################################
# Copyright 2006-2014, Way to the Web Limited
# URL: https://www.configserver.com
# Email: [email protected]
###############################################################################
# The following IP addresses will be allowed through iptables.
# One IP address per line.
# CIDR addressing allowed with a quaded IP (e.g. 192.168.254.0/24).
# Only list IP addresses, not domain names (they will be ignored)
#
# Advanced port+ip filtering allowed with the following format
# tcp/udp|in/out|s/d=port|s/d=ip
# See readme.txt for more information
#
# Note: IP addressess listed in this file will NOT be ignored by lfd, so they
# can still be blocked. If you do not want lfd to block an IP address you must
# add it to csf.ignore
201.95.214.69 # csf SSH installation/upgrade IP address – Tue May 6 07:54:59 2014
tcp:out:d=80:d=192.0.80.244 # Akismet
tcp:out:d=80:d=192.0.80.246 # Akismet
tcp:out:d=80:d=66.135.58.62 # Akismet
tcp:out:d=80:d=66.135.58.61 # Akismet
tcp:in:d=80:d=192.0.80.244 # Akismet
tcp:in:d=80:d=192.0.80.246 # Akismet
tcp:in:d=80:d=66.135.58.62 # Akismet
tcp:in:d=80:d=66.135.58.61 # AkismetThanks in advance.
- The topic ‘CSF x Akismet’ is closed to new replies.