Linux:vmware install Linux virtual machine, bridge mode configure static IP after restart NIC, hint: error,some other host already uses address 10.252.252.21 ...

Source: Internet
Author: User

Problem:

VMware install Linux virtual machine, Bridge mode configure static IP after restart NIC, hint: error,some other host already uses address 10.252.252.21 ...

Ideas:

Find the information on the web and get the solution as follows:

Edit/etc/sysconfig/network-scripts/ifup-eth, Will (note: RHEL5.3)
if! Arping-q-C 2-w-i ${realdevice} ${ipaddr}; Then
echo $ "Error, some other host already uses address ${ipaddr}."
Exit 1
Fi
Comment out with #, then enter
#service Network Restart
Restart Network service, Nic loaded successfully

The above plan does not error, but the actual network is still not through!!!!

Final Solution:

VMware Select Bridge mode, the default bridge to the network card is "automatic mode", modify the mode, set the bridge to the specified network card, restart the virtual Machine network card, the network is normal and no error.

Linux:vmware Install Linux virtual machine, bridge mode configure static IP after restart NIC, hint: error,some other host already uses address 10.252.252.21 ...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.