<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" >
	<channel>
		<title>Free Support Notes &#187; change IP</title>
		<atom:link href="http://www.powermediasrl.it/fsn/tag/change-ip/feed" rel="self" type="application/rss+xml" />
		<link>http://www.powermediasrl.it/fsn</link>
		<description>Free Support Notes Windows Linux Macintosh</description>
		<lastBuildDate>Wed, 18 Jan 2012 06:26:32 +0000</lastBuildDate>
		<language>en</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
		<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
			<title>How to change IP address of your ESX Server</title>
			<link>http://www.powermediasrl.it/fsn/how-to-change-ip-address-of-your-esx-server.html</link>
			<comments>http://www.powermediasrl.it/fsn/how-to-change-ip-address-of-your-esx-server.html#comments</comments>
			<pubDate>Thu, 14 Jan 2010 18:41:48 +0000</pubDate>
			<dc:creator>Giuseppe D'Agata</dc:creator>
			<category><![CDATA[Virtualizzazione]]></category>
			<category><![CDATA[change IP]]></category>
			<category><![CDATA[ESX Server]]></category>
			<guid isPermaLink="false">http://www.powermediasrl.it/fsn/?p=207</guid>
			<description><![CDATA[TweetThere is a time when you need to change the IP address your ESX host. You can’t do it in the VI client Graphical User Interface. The only thing you can do is to go to the ESX server console. 1.) First of all , you must have physical access to the console. 2.) Put [...]]]></description>
			<content:encoded><![CDATA[<div style=""><div style="display:inline;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.powermediasrl.it%2Ffsn%2Fhow-to-change-ip-address-of-your-esx-server.html&amp;send=false&amp;layout=button_count&amp;width=120&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:120px; height:21px;" allowTransparency="true"></iframe></div><div style="display:inline;"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.powermediasrl.it%2Ffsn%2Fhow-to-change-ip-address-of-your-esx-server.html" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="display:inline;"><g:plusone size="medium" href="http://www.powermediasrl.it/fsn/how-to-change-ip-address-of-your-esx-server.html"></g:plusone><script type="text/javascript">(function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })();</script></div></div><p>There is a time when you <strong>need to change the IP address</strong> your ESX host. You can’t do it in the VI client Graphical User Interface. The only thing you can do is to go to the<strong> ESX server console</strong>.</p><p><strong>1.)</strong> First of all , you <strong>must have physical access</strong> to the console.<br /><strong>2.)</strong> Put your <strong>ESX host in Maintenance Mode</strong> and <strong>disconect it from Virtual Center</strong>.</p><p><strong>3.) </strong>Now you can <strong>connect to the console of your ESX host</strong>.<br /><strong>4.) Remove the old IP adress</strong> (by deleting the vswif interface)  <strong>“esxcfg-vswif -d vswif0″</strong> (vsfif0 is your interface to remove. Otherwise use the number you need)<br /><img title="How to change IP adress of ESX Server console" src="http://www.vladan.fr/wp-content/uploads/images/change-ip-adress-esx-server-on-the-console.jpg" alt="How to change IP adress of ESX Server console" width="496" height="57" /><br /><strong>5.)</strong> <strong>Create a new vswif interface</strong> with the New IP adress  <strong>“esxcfg-vswif -a vswif0 -p “Service Console” -i 192.168.0.100 -n 255.255.255.0 -b 192.168.0.255″</strong> (vsfif0 is your interface you work with. Otherwise use the number you need). If you need, replace Service Console with the name of your Service Console portgroup (this one is the default value)</p><p><strong>-i </strong>is the new IP adresse<br /><strong>-n</strong> is your new subnet<br /><strong>-b</strong> is your broadcast</p><p><strong>6.)</strong> Update the <strong>default gateway</strong>. Open nano <strong>“nano /etc/sysconfig/network file”</strong></p><p><img title="How to change ESX server Ip adress on the console" src="http://www.vladan.fr/wp-content/uploads/images/change-ip-adress-esx-server-on-the-console3.jpg" alt="How to change ESX server Ip adress on the console" width="496" height="51" /></p><p><img title="How to change ESX server Ip adress on the console" src="http://www.vladan.fr/wp-content/uploads/images/change-ip-adress-esx-server-on-the-console4.jpg" alt="How to change ESX server Ip adress on the console" width="500" height="93" /></p><p>Press <strong>“CTRL+O”</strong> and <strong>“ENTER”</strong> then <strong> “CTRL+Q”</strong> to quit</p><p>7.) Then you need to restart the interfac. Do a <strong>“esxcfg-vswif -s vswif0″</strong> (this will disable the vswif0 interface) and <strong>“esxcfg-vswif -e vswif0″</strong> (this will enable the vswif0 interface)</p><p><img title="How to change IP adress on the ESX Server console" src="http://www.vladan.fr/wp-content/uploads/images/change-ip-adress-esx-server-on-the-console5.jpg" alt="How to change IP adress on the ESX Server console" width="498" height="75" /></p><p>8.) You should now update update DNS and your HOSTS files. Also what I would do is a <strong>“ipconfig /flushdns”</strong> and <strong>“ipconfig /registerdns”</strong> on your Virtual Center server. Only after you should reconect your ESX server host in the Virtual Center.</p><h3>You can change the DNS information, hostname from the VI client GUI:</h3><p><strong>01.) </strong>Open the VI client and highlight the ESX Server host and click on the Configuration tab.<br /><strong>02.)</strong> Click DNS and Routing.</p><p><img title="Change DNS and Routing ESX Server through VI GUI" src="http://www.vladan.fr/wp-content/uploads/images/change-dns-routing-esx-server.jpg" alt="Change DNS and Routing ESX Server through VI GUI" width="499" height="329" /><br /><strong>03.)</strong> Click Properties.</p><p><strong>04.)</strong> If you want to change the hostname, domain, and DNS servers, <strong>click the DNS Configuration tab</strong> and enter the appropriate values.</p><p><img title="Change ESX server DNS and Routing through VI client GUI" src="http://www.vladan.fr/wp-content/uploads/images/change-dns-routing-esx-server1.jpg" alt="Change ESX server DNS and Routing through VI client GUI" width="500" height="461" /><br /><strong>05.)</strong> To change the default gateway, click the <strong>Routing tab </strong>and enter the appropriate values.</p><p><img title="Change ESX server DNS and Routing through VI client GUI" src="http://www.vladan.fr/wp-content/uploads/images/change-dns-routing-esx-server2.jpg" alt="Change ESX server DNS and Routing through VI client GUI" width="416" height="188" /></p><p><strong>06.)</strong> Then you can restart the ESX server from the GUI interface of your VI client for the changes to take an effect</p><p><img title="Change ESX server DNS and Routing through VI client GUI" src="http://www.vladan.fr/wp-content/uploads/images/change-dns-routing-esx-server3.jpg" alt="Change ESX server DNS and Routing through VI client GUI" width="416" height="81" /></p><p>So after the reboot you get this : (I just changed my DNS info from<strong> “vladanseget.com” </strong>to <strong>“vladan.fr”</strong> … as an example</p><p><img title="Change ESX server DNS and Routing through VI client GUI" src="http://www.vladan.fr/wp-content/uploads/images/change-dns-routing-esx-server4.jpg" alt="Change ESX server DNS and Routing through VI client GUI" width="140" height="82" /></p><div style=""><div style="display:inline;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.powermediasrl.it%2Ffsn%2Fhow-to-change-ip-address-of-your-esx-server.html&amp;send=false&amp;layout=button_count&amp;width=120&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:120px; height:21px;" allowTransparency="true"></iframe></div><div style="display:inline;"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.powermediasrl.it%2Ffsn%2Fhow-to-change-ip-address-of-your-esx-server.html" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="display:inline;"><g:plusone size="medium" href="http://www.powermediasrl.it/fsn/how-to-change-ip-address-of-your-esx-server.html"></g:plusone><script type="text/javascript">(function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })();</script></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.powermediasrl.it/fsn/how-to-change-ip-address-of-your-esx-server.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
