<?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>Network &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/network/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Mon, 08 Feb 2021 08:27:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.12</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>Network &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Correcting network configuration after Snapshot recovery</title>
		<link>https://help.hostry.com/knowledge-base/correcting-network-configuration-after-snapshot-recovery/</link>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Wed, 28 Oct 2020 09:02:18 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=2480</guid>

					<description><![CDATA[Snapshot is a copy of files and directories of the file system at a specific point in time. File systems at this point can later be mounted read-only. So, after the snapshot recovery period has passed on the new VPS, problems may arise caused by changing the MAC address of [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="has-pale-pink-background-color has-background"><a href="https://en.wikipedia.org/wiki/Snapshot_(computer_storage)"><strong>Snapshot</strong></a> is a copy of files and directories of the file system at a specific point in time. File systems at this point can later be mounted read-only. </p>



<p>So, after the snapshot recovery period has passed on the new VPS, problems may arise caused by changing the MAC address of the network adapter. Typically, when you change a network adapter, the operating system creates a new network adapter for it. Typically you will see the network adapter on “eth1” (or eth2 if you have a private network enabled).</p>



<h2 id="centos" >CentOS</h2>



<p>This operating system describes the following steps to correct network configuration after snapshot recovery:</p>



<ol><li>First you need to log into your server, this can be done as a consequence of <a href="https://help.hostry.com/knowledge-base/how-do-i-connect-to-my-server-via-ssh/"><strong>this</strong></a>;</li><li>Delete the contents of <strong>/etc/udev/rules.d/70-persistent-net.rules</strong></li><li>Open <strong>/etc/sysconfig/network-scripts/ifcfg-eth0</strong> and change the content to the following:</li></ol>



<pre class="wp-block-code"><code>DEVICE=eth0
TYPE=Ethernet
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=dhcp
DNS1=8.8.8.8
NAME="System eth0"</code></pre>



<p class="has-pale-pink-background-color has-background">After this three steps, you need to restart VPS</p>



<h2 id="debian-ubuntu" >Debian &amp; Ubuntu</h2>



<p>This operating system describes the following steps to correct network configuration after snapshot recovery:</p>



<ol><li>First you need to log into your server, this can be done as a consequence of <a href="https://help.hostry.com/knowledge-base/how-do-i-connect-to-my-server-via-ssh/"><strong>this</strong></a>;</li><li>Delete the contents of <strong>/etc/udev/rules.d/70-persistent-net.rules</strong></li><li>Review the contents of <strong>/etc/network/interfaces</strong> and update all IP addresses to match the current server.</li></ol>



<p class="has-pale-pink-background-color has-background">After this three steps, you need to restart VPS</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
