当前位置: 首页 > others > 正文

Error, some other host already uses address

Today i install rhel5-64bit in my vmware5.5, i use bridge network. when i ifup my eth0,

I meet this error:

error, some other host already uses address 192.168.1.233.

I’m sure there is no other guy use this IP,and I change other Ip also meet this error.

this is my ifcfg-eth0:

DEVICE=eth0

ONBOOT=yes

BOOTPROTO=static

IPADDR=192.168.1.233

NETMASK=255.255.255.0

GATEWAY=192.168.1.1

Some one meet this also when I search in google

then i edit /sbin/ifup and mark “#” before this line

if ! arping -q -c 2 -w 3 -D -I ${REALDEVICE} ${IPADDR} ; then

echo $”Error, some other host already uses address ${IPADDR}.”

exit 1

fi

#service network restart

eth0 can bring up. but I cann’t ping my gateway 192.168.1.1.

Some one say may be the SELINUX cause this wrong.

So i disable SELINUX in /etc/selinux/config

# This file controls the state of SELinux on the system.

# SELINUX= can take one of these three values:

# enforcing – SELinux security policy is enforced.

# permissive – SELinux prints warnings instead of enforcing.

# disabled – SELinux is fully disabled.

#SELINUX=enforcing

SELINUX=disabled

# SELINUXTYPE= type of policy in use. Possible values are:

# targeted – Only targeted network daemons are protected.

# strict – Full SELinux protection.

SELINUXTYPE=targeted

Now The error hasn’t resolve.

I just Change the vm-network to nat-vmnet8. 🙂

Did some one have this problem can tell me how to resolve it!

本文固定链接: http://2hei.net/error-some-other-host-already-uses-address.html | 二黑的站点

该日志由 2hei 于2007年11月03日发表在 others 分类下,
原创文章转载请注明: Error, some other host already uses address | 二黑的站点

Error, some other host already uses address:目前有3 条留言

  1. 地板
    drew:

    I’m having the same problem. If I figure it out, I’ll tell you.

    2007-12-29 下午 4:25
  2. 板凳
    schdai:

    It’s VMwmare’s problem. I had the same problem then, you can solve it througth setting VMware properly. VMware —Edit—-Virtual Network Setting —Host Virtual Network Editor — VMnet0 and select your adapter ,not “brided to …..” , such as my ethernet RTL8139, one of my many adapters.

    2008-03-09 下午 10:29
  3. 沙发
    u2:

    谢谢,我试一下!

    2008-03-10 上午 9:02