Unable to Connect to Wordfence Scanning Servers
-
Steps Taken:
- Basic Network Connectivity and DNS: Confirmed general internet connectivity through successful pings. Verified DNS resolution for both domain names and IP addresses.
- Firewall Check (iptables): Checked
iptables
and confirmed that the firewall rules are permissive (all policies set to ACCEPT). - Traceroute Analysis: Conducted traceroute tests to external IP addresses (8.8.8.8 and 44.239.130.172) to ensure a successful network path.
- Diagnostics for Specific Services (Wordfence): Checked Wordfence settings in the WordPress admin dashboard. Ensured that PHP configuration allows outbound connections.
Observations:
- Connection to Specified IP Addresses: Attempts to connect to the specified Wordfence scanning server IP addresses (44.239.130.172, 44.238.191.15, 35.155.126.231, 54.68.32.247, 44.235.211.232, 54.71.203.174) were unsuccessful. Both via “ping” and “telnet”.
Next Steps (Based on Wordfence Documentation):
- Start Scans Remotely: Attempt to start scans remotely by enabling the option “Start all scans remotely” in the “Debugging Options” on the Wordfence “Diagnostics” tab.
- Check Plugins: Ensure that no “Under Construction” plugin is blocking access to the WordPress AJAX handler.
- Check wp-admin Password Protection: Confirm that there is no secondary password protecting access to the “wp-admin” directory.
- Check Server IP Blocking: Investigate why connections to Wordfence scanning server IP addresses are not successful. Again, telnet and ping doesn’t work specifically on WordFence IP addresses, but traceroute does.
- Check Database Tables: Check for table corruption in the database, especially tables ending in “wfstatus.” Repair any crashed tables.
- Check WordPress AJAX Handler: Verify that the WordPress AJAX handler is working by accessing
example.com/wp-admin/admin-ajax.php
. Ensure it returns a blank page with a “0” in the top left corner.
Problem:
Despite successful network connectivity and permissive firewall rules, attempts to connect to Wordfence scanning server IP addresses are failing. This is impeding the initiation of Wordfence scans.
Please advise next steps.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Unable to Connect to Wordfence Scanning Servers’ is closed to new replies.