{"id":324,"date":"2018-12-09T12:45:01","date_gmt":"2018-12-09T04:45:01","guid":{"rendered":"http:\/\/matnet.my\/blog\/?p=324"},"modified":"2018-12-09T12:45:01","modified_gmt":"2018-12-09T04:45:01","slug":"vm-error-some-other-host-already-uses-address","status":"publish","type":"post","link":"https:\/\/matnet.my\/blog\/2018\/12\/vm-error-some-other-host-already-uses-address\/","title":{"rendered":"VM : Error, some other host * already uses address *"},"content":{"rendered":"\n<p>If you use Centos, you might use this tips to solved this problem.\u00a0<\/p>\n\n\n\n<p>Edit <strong><code>\/etc\/sysconfig\/network-scripts\/ifup-eth<\/code><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>if [ $? = 1 ]; then\n    ARPINGMAC=$(echo $ARPING |  sed -ne 's\/.*\\[\\(.*\\)\\].*\/\\1\/p')\n                        net_log $\"Error, some other host ($ARPINGMAC) already uses address ${ipaddr[$idx]}.\"\n    # exit 1 &lt;--- comment this line.<\/code><\/pre>\n\n\n\n<p>Then start the network using ifup<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ifup eth0<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>If you use Centos, you might use this tips to solved this problem.\u00a0 Edit \/etc\/sysconfig\/network-scripts\/ifup-eth Then start the network using &hellip; <a href=\"https:\/\/matnet.my\/blog\/2018\/12\/vm-error-some-other-host-already-uses-address\/\" class=\"more-link\">More <span class=\"screen-reader-text\">VM : Error, some other host * already uses address *<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-324","post","type-post","status-publish","format-standard","hentry","category-bsd-nix","standard"],"_links":{"self":[{"href":"https:\/\/matnet.my\/blog\/wp-json\/wp\/v2\/posts\/324","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/matnet.my\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/matnet.my\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/matnet.my\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/matnet.my\/blog\/wp-json\/wp\/v2\/comments?post=324"}],"version-history":[{"count":1,"href":"https:\/\/matnet.my\/blog\/wp-json\/wp\/v2\/posts\/324\/revisions"}],"predecessor-version":[{"id":325,"href":"https:\/\/matnet.my\/blog\/wp-json\/wp\/v2\/posts\/324\/revisions\/325"}],"wp:attachment":[{"href":"https:\/\/matnet.my\/blog\/wp-json\/wp\/v2\/media?parent=324"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/matnet.my\/blog\/wp-json\/wp\/v2\/categories?post=324"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/matnet.my\/blog\/wp-json\/wp\/v2\/tags?post=324"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}