CentOS 6.2 網卡安裝"Error, some other host already uses address"解決辦法

vi /etc/sysconfig/network-scripts/ifup-eth

註解掉下面的内容,然后再執行ifup eth0

  1. if ! /sbin/arping -q -c 2 -w 3 -D -I ${REALDEVICE} ${IPADDR} ; then
  2. echo {1}quot;Error, some other host already uses address ${IPADDR}."
  3. exit 1
  4. fi

改為

  1. #if ! /sbin/arping -q -c 2 -w 3 -D -I ${REALDEVICE} ${IPADDR} ; then
  2. #   echo {1}quot;Error, some other host already uses address ${IPADDR}."
  3. #   exit 1
  4. #fi

 

本篇發表於 Linux。將永久鏈結加入書籤。

發表迴響

您的電子郵件位址並不會被公開。 必要欄位標記為 *

*

您可以使用這些 HTML 標籤與屬性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>