WGET blocked

Post Reply
ccalby
Junior Member
Posts: 5
Joined: 06 Jul 2013, 23:09

WGET blocked

Post by ccalby »

Hello guys,
WGET seems to not work (and another error see below)
[root@master tmp]# wget 100mb . test
--2013-11-24 18:15:15-- 100mb . test
Resolving cachefly.test . net... 205.234.175.175
Connecting to cachefly.test . net|205.234.175.175|:80... ^C
It times out if I do not cancel.

Log:

Code: Select all

Nov 24 17:54:00 master lfd[8404]: CCL Error: Unable to retrieve GeoLite Country database [http://geolite.maxmind . com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz] - Unable to download: 599 - Could not connect to 'geolite.maxmind . com:80': IO::Socket::INET: connect: Connection timed out
Config
# Allow incoming TCP ports
TCP_IN = "20,21,22,25,53,80,110,143,443,465,587,993,995,2077,2078,2082,2083,2086,2087,2095,2096,5666"

# Allow outgoing TCP ports
TCP_OUT = "20,21,22,25,37,43,53,80,110,113,443,587,873,2086,2087,2089,2703"

# Allow incoming UDP ports
UDP_IN = "20,21,53,80"

# Allow outgoing UDP ports
# To allow outgoing traceroute add 33434:33523 to this list
UDP_OUT = "20,21,53,113,123,873,6277,80"
Any help would be great! :)
amitsethi9999
Junior Member
Posts: 1
Joined: 23 Jan 2018, 05:07

Unable to download package while csf & lfd enable

Post by amitsethi9999 »

Jan 23 05:12:05 server lfd[3092]: Watching /var/log/exim_mainlog...
Jan 23 05:12:05 server lfd[3100]: CCL: Retrieving GeoLite Country database [http://geolite.maxmind.com/download/geo ... oIP.dat.gz]
Jan 23 05:12:07 server lfd[3100]: CCL Error: Unable to retrieve GeoLite Country database [http://geolite.maxmind.com/download/geo ... oIP.dat.gz] - Unable to download: Can't connect to geolite.maxmind.com:80
Jan 23 05:12:10 server lfd[3117]: *WHM/cPanel root access* from xx.xx.xx.xx
(END)
Post Reply