CSF not installing

alrnetwork

Verified User
Joined
Feb 12, 2021
Messages
162
Location
Europe UTC+2
Hi there,

I've been trying to reinstall CSF on my server (process keeps saying stopped).. whenever this happens, I simply run:

Code:
cd /tmp
wget http://files.directadmin.com/services/all/csf/csf_install.sh
/bin/sh ./csf_install.sh

However, for some reason I am not able to complete the install this time, seems to get hung up on files.plugins-da.net
Code:
--2021-10-13 22:23:19--  http://files.plugins-da.net/dl/csf_block_ip.sh.txt
Resolving files.plugins-da.net (files.plugins-da.net)... 95.170.88.235, 2a01:7c8:aaac:3e:95:170:88:235
Connecting to files.plugins-da.net (files.plugins-da.net)|95.170.88.235|:80... failed: Connection timed out.
Connecting to files.plugins-da.net (files.plugins-da.net)|2a01:7c8:aaac:3e:95:170:88:235|:80... failed: Cannot assign requested address.
Retrying.

Any ideas?
 
sh install.sh (or run script for directadmin)
Which is install_directadmin.sh

However, if you do it like that, you do have the CSF functionality but will miss some combination with DA's BFM.
Might be wise to find out why that files.plugins-da.net can't be reached by the server, because this could mean also other usefull things could be blocked.
 
Resolving files.plugins-da.net (files.plugins-da.net)... 95.170.88.235, 2a01:7c8:aaac:3e:95:170:88:235
Connecting to files.plugins-da.net (files.plugins-da.net)|95.170.88.235|:80... failed: Connection timed out.
Connecting to files.plugins-da.net (files.plugins-da.net)|2a01:7c8:aaac:3e:95:170:88:235|:80... failed: Cannot assign requested address.
Seems like a server down?
 
nmap 95.170.88.235

Starting Nmap 7.01 ( https://nmap.org ) at 2021-10-19 08:53 EEST
Nmap scan report for gold.poralix.net (95.170.88.235)
Host is up (0.039s latency).
Not shown: 988 filtered ports
PORT STATE SERVICE
25/tcp open smtp
80/tcp open http
110/tcp open pop3
143/tcp open imap
443/tcp open https
465/tcp open smtps
587/tcp open submission
993/tcp open imaps
995/tcp open pop3s
2021/tcp closed servexec
2022/tcp closed down
2222/tcp open EtherNetIP-1
-----
server works, maybe somethin in your DC or another firewall blokking it. Or problem with IPv6
 
Back
Top