解决办法:

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

注解掉下面的几行内容,然后再执行ifup eth0

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

改为

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

 

相关文章:

  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
  • 2022-12-23
  • 2022-01-07
  • 2021-09-17
猜你喜欢
  • 2022-12-23
  • 2021-04-07
  • 2022-01-12
  • 2021-09-13
  • 2021-05-23
  • 2022-12-23
相关资源
相似解决方案