IP Address not working PLEASE HELP

sohaib

Verified User
Joined
Apr 27, 2005
Messages
191
Location
Shared & Dedicated Hosting
I have install DirectAdmin on our new machine, and after installing I was adding IP Address like I normally do for the site to run using its private SSL cert, I assign the IP to admin and then when I access the site with my IP its just kept on loading the page, IP is not working but before doing this fresh install everything was working fine, so I know IP is good for some reason IP is not resolving I have check with many different locations and same thing, normally it give DirectAdmin default page, please help .

Thanks
 
Have you added the IP to your machine first? (before adding it in Directadmin)
Which OS are you running?
 
I have finally figured it out, this is for PROXMOX.

If you are trying to add a IP in your directadmin and having a problem like IP is not responding or something then first thing you basically need to add the second IP to your directadmin via ADMIN once the IP is added.

Login to your PROXMOX box and run the following command.

Code:
vzctl set {CTID} --ipadd {n.n.n.n} --save

where CTID is your Virtual Machine number either 101 or 105 or what ever that is you can see that number in your proxmox, by clicking virtual machine.

so basically you will run this command like.

Code:
vzctl set 101 --ipadd 192.168.1.1 --save

and when you visit your IP 192.168.1.1 you will see it will respond to your request, thats it FOLKS.
 
I have finally figured it out, this is for PROXMOX.

If you are trying to add a IP in your directadmin and having a problem like IP is not responding or something then first thing you basically need to add the second IP to your directadmin via ADMIN once the IP is added.

Login to your PROXMOX box and run the following command.

Code:
vzctl set {CTID} --ipadd {n.n.n.n} --save

where CTID is your Virtual Machine number either 101 or 105 or what ever that is you can see that number in your proxmox, by clicking virtual machine.

so basically you will run this command like.

Code:
vzctl set 101 --ipadd 192.168.1.1 --save

and when you visit your IP 192.168.1.1 you will see it will respond to your request, thats it FOLKS.

Good old openvz.. that should have been a given for you, though. :)
 
Back
Top