install centos with DA in virtualization using Xen

customo

Verified User
Joined
Apr 7, 2009
Messages
8
Hi,

I can't seem to get DA to work.

Using virt-install to install centos to a vm
then after I install, I follow the step as follows

Login as root and download the setup.sh file
# wget http://www.directadmin.com/setup.sh
# chmod 755 setup.sh
# ./setup.sh
cd /usr/local/directadmin/custombuild
./build all d

the DA was installed and prompt the following
/sbin/service httpd restart

However, I try to serve my server http://ip:2222

it doesn't seem to work.

what exactly went wrong?
 
Do you have a firewall running? Make sure the port for DA is open.
 
Why don't you give us the ip and we can check it for you too.
 
how do I check what firewall is installed and what kind of firewall am i using?

how do I set the port to open for DA?
 
Last edited:
Except for iptables which is installed by default you would have had to install other firewalls yourself.

Code:
service iptables stop

Then see if you can connect. If you can then it was iptables blocking port 2222. You will then need to learn about how to properly configure a firewall.
 
Back
Top