Kloxo - Alert: some_other_host_uses_this_ip

Status
Not open for further replies.

comeback

Active Member
63
2011
0
0
Hello,

I speak French, sorry for my bad English.

I bought a VPS.

I installed Centos.

I installed kloxo.

I go to the Control Panel of the Kloxo.

Then I go


Servers
Ipadresses for localhost
Add Ipadresse

I put the IP address given to me by the company that rented me the VPS

I have this error message


"Alert: some_other_host_uses_this_ip "

Do I have to put another ip address?

Can you help me?

thank you

[slide]http://belforum.net/img/10/806d11d4b208a43f5234a1492c90e57e.jpg[/slide]
 
Last edited by a moderator:
4 comments
That means Kloxo can ping the IP and gets a response.

Try simply doing the 'Reread IP addresses' option if the IP is assigned to your server/vps.

If that still doesn't work, then make sure the IP is assigned to go to your server. If it is, then you need to figure out why Kloxo can't read the IP.
 
if youre device list is empty and no ip's are returned
follow this:

Reboot your vps and it should be there.

If not, then it could be that you have a bad network config. If you use HyperVM for your VPS management and have access to it, then reboot using that and it should fix the network problems (I think I remember reading that a while back).
 
Thank you for your help, but it's not that.

I found the solution.

Missing file:


ifcfg-eth0

Here is his location:

/etc/sysconfig/network-scripts/ifcfg-eth0

I remade the installation of centos, but I still have the same problem

So I manually add the file:

Code:
DEVICE=eth0
BOOTPROTO=none
ONBOOT=yes
MII_NOT_SUPPORTED=yes
IPADDR=XX.XXX.XX.XX
NETMASK=255.255.252.0
#GATEWAY=

Is it as good?

I have another question.

Is it normal that this file is missing? Where a mistake of the company that rented me the VPS ?

How do I know there is no shortage of other files?

For now I fear lest a centos is installed incorrectly.

thank you
 
Status
Not open for further replies.
Back
Top