WGET seems to not work (and another error see below)
It times out if I do not cancel.[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
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
Any help would be great!# 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"