Cant install directadmin

have you setup your network properly?
are your dns settings correct (check resolve.conf)?
can you ping domains (not IP's)?
 
they may have icmp ping requests blocked on their firewall - that being, doesn't mean that their host is down - because it's not - try telnet'ing to their port 80:

Code:
telnet www.directadmin.com 80
Trying 66.51.122.131...
Connected to www.directadmin.com.
Escape character is '^]'.
/
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /
on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
<hr>
<address>Apache/2 Server at www.directadmin.com Port 80</address>
</body></html>
Connection closed by foreign host.
 
If you did a default CentOS install and used the default firewall then try stopping the firewall.
 
they may have icmp ping requests blocked on their firewall - that being, doesn't mean that their host is down - because it's not - try telnet'ing to their port 80:

Code:
telnet www.directadmin.com 80
Trying 66.51.122.131...
Connected to www.directadmin.com.
Escape character is '^]'.
/
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /
on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
<hr>
<address>Apache/2 Server at www.directadmin.com Port 80</address>
</body></html>
Connection closed by foreign host.

It downloads from 66.51.122.131:443 and I always sure to disable firewall already
 
After I try to setup again, this is the message that I got

--2010-05-24 23:06:02-- http://files.directadmin.com/services/debian_5.0/files.sh
Resolving files.directadmin.com... 72.35.85.222
Connecting to files.directadmin.com|72.35.85.222|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 250 [application/x-sh]
Saving to: `/usr/local/directadmin/scripts/files.sh'

100%[=======================================================================================>] 250 --.-K/s in 0s

2010-05-24 23:06:03 (42.7 MB/s) - `/usr/local/directadmin/scripts/files.sh' saved [250/250]

adding gd ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package gd
--2010-05-24 23:06:03-- https://www.directadmin.com/
Resolving www.directadmin.com... 66.51.122.131
Connecting to www.directadmin.com|66.51.122.131|:443... ^C <<< It is stopped, no respond.
 
Last edited:
this is my tracert
traceroute to 66.51.122.131 (66.51.122.131), 30 hops max, 40 byte packets
1 122.155.5.2 (122.155.5.2) 0.399 ms 0.491 ms 0.541 ms
2 (61.19.240.101) 0.537 ms 0.599 ms 0.662 ms
3 202.129.31.253 (202.129.31.253) 0.465 ms 202.129.30.253 (202.129.30.253) 0.520 ms 0.532 ms
4 202.47.247.102 (202.47.247.102) 35.424 ms 35.423 ms 35.506 ms
5 202.47.247.102 (202.47.247.102) 35.551 ms 35.583 ms 35.395 ms
6 61.19.10.5 (61.19.10.5) 0.587 ms 0.490 ms 0.465 ms
7 61.19.9.65 (61.19.9.65) 0.698 ms 0.689 ms 0.731 ms
8 61.19.9.54 (61.19.9.54) 0.653 ms 0.657 ms 0.681 ms
9 61.19.9.50 (61.19.9.50) 60.758 ms 60.748 ms 60.573 ms
10 121.189.2.57 (121.189.2.57) 56.765 ms 56.709 ms 56.738 ms
11 112.174.88.50 (112.174.88.50) 56.637 ms 56.641 ms 56.634 ms
12 * * *
13 * * *
14 plalca01gr00.bb.telus.com (154.11.3.245) 225.639 ms 225.704 ms 225.622 ms
15 edtnabxmbr01.bb.telus.com (154.11.5.2) 274.578 ms 274.572 ms 274.554 ms
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
 
Maybe a routing problem at your ISP, did you contact your ISP if they can download from directadmin.com ?
 
traceroute uses ICMP "pings", so as I stated earlier, it wont be helpful in troubleshooting your problem.

however, I do think you have some intermittent network problems, whether it is because of your network settings or your ISP as @daveyw suggests.
 
run these commands and output the results:

Code:
iptables -vL

and ...

Code:
route

and ...

Code:
netstat -r

check if all your network configuration is 100% correct, because, as you state:

btw, I've tested with another box in the same IP Address Class, I can get results.
 
Now try to run setup.sh

run these commands and output the results:

Code:
iptables -vL

and ...

Code:
route

and ...

Code:
netstat -r

check if all your network configuration is 100% correct, because, as you state:

I solved this problem by changing to another IP Address. :P

Thank you for you help, love you :>
 
Back
Top