<?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>Networking &#8211; Edgenexus Knowledge Base</title>
	<atom:link href="https://kb.edgenexus.io/kb/category/networking/feed/" rel="self" type="application/rss+xml" />
	<link>https://kb.edgenexus.io</link>
	<description></description>
	<lastBuildDate>Thu, 19 Dec 2024 17:01:13 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://kb.edgenexus.io/wp-content/uploads/2024/09/cropped-Edgenexus-KB-Icon-3webp-32x32.png</url>
	<title>Networking &#8211; Edgenexus Knowledge Base</title>
	<link>https://kb.edgenexus.io</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Connection to ADC lost after making changes to VM networking</title>
		<link>https://kb.edgenexus.io/kb/connection-to-adc-lost-after-making-changes-to-vm-networking/</link>
		
		<dc:creator><![CDATA[jsavoor@edgenexus.io]]></dc:creator>
		<pubDate>Thu, 19 Dec 2024 17:01:13 +0000</pubDate>
				<guid isPermaLink="false">https://kb.edgenexus.io/?post_type=epkb_post_type_1&#038;p=564</guid>

					<description><![CDATA[Managing Virtual Network Interfaces in a Virtual Environment When deploying VMs within a virtualized environment such as ESXi, network interfaces (e.g., eth0, eth1) are automatically created and mapped to host configuration network adapters (e.g., Network Adapter 1, Network Adapter 2). However, these mappings may not always align consistently due to operating system rules that bind [&#8230;]]]></description>
										<content:encoded><![CDATA[<h2 class="wp-block-heading">Managing Virtual Network Interfaces in a Virtual Environment</h2>
<p>When deploying VMs within a virtualized environment such as ESXi, network interfaces (e.g., eth0, eth1) are automatically created and mapped to host configuration network adapters (e.g., Network Adapter 1, Network Adapter 2). However, these mappings may not always align consistently due to operating system rules that bind interfaces to specific MAC addresses. This section outlines steps to manage network interfaces on the host to prevent disruptions to services when the user cannot access the VM.</p>
<h3 class="wp-block-heading">Key Considerations</h3>
<p><strong>MAC Address Persistence</strong>:</p>
<ul class="wp-block-list">
<li>The operating system assigns interface names (e.g., eth0, eth1) based on rules that associate a name with a specific MAC address.</li>
<li>Deleting and recreating a VM network interface without reusing the original MAC address can result in an inconsistent or non-functional network configuration.</li>
</ul>
<p><strong>Internal Mappings in ADC (EdgeOS)</strong>: </p>
<ul class="wp-block-list">
<li>Virtual network interfaces are automatically recognized by the ADC (Application Delivery Controller) and mapped internally.</li>
<li>Removing a network interface from the VM host can leave stale mappings in the ADC, potentially disrupting management access or network services.</li>
</ul>
<h3 class="wp-block-heading">Recommended Steps for Host Configuration</h3>
<p><strong>Before Removing a NIC</strong>: </p>
<ul class="wp-block-list">
<li>Record the MAC address of the interface you intend to remove. This can be viewed in the VM’s settings in the ESXi host.</li>
</ul>
<p><strong>When Adding a Replacement NIC</strong>: </p>
<ul class="wp-block-list">
<li>Assign the previously recorded MAC address to the new network adapter to ensure the VM’s interface mappings remain consistent.</li>
</ul>
<p><strong>Prevent Accidental Deletion of Critical NICs</strong>: </p>
<ul class="wp-block-list">
<li>Identify which NICs are mapped to critical ADC interfaces (e.g., ETH0 (Greenside) for management access). Avoid removing these NICs unless absolutely necessary.</li>
</ul>
<p><strong>Verify MAC Address Consistency</strong>: </p>
<ul class="wp-block-list">
<li>Ensure that the MAC addresses assigned to the VM’s network interfaces match the expected configuration within the ADC. Use ESXi host tools to confirm this mapping.</li>
</ul>
<p><strong>Coordinate with VM Administrators</strong>: </p>
<ul class="wp-block-list">
<li>If changes are necessary that might affect the internal VM configuration, inform the VM administrators to prepare for potential disruptions and ensure proper mappings are maintained.</li>
</ul>
<h3 class="wp-block-heading">Example Scenario</h3>
<p><strong>Initial Setup</strong>: </p>
<ul class="wp-block-list">
<li>ADC VM has two NICs: NIC1 (MAC: 00:11:22:33:44:55) and NIC2 (MAC: 00:11:22:33:44:66).</li>
</ul>
<p><strong>Action</strong>: </p>
<ul class="wp-block-list">
<li>Remove NIC1 and add a new NIC (NIC3). </li>
<li>Assign the original MAC address (00:11:22:33:44:55) to NIC3 during creation on the ESXi host.</li>
</ul>
<p><strong>Impact Avoidance</strong>: </p>
<ul class="wp-block-list">
<li>By reusing the original MAC address, the ADC’s internal mappings (e.g., ETH0) remain consistent, avoiding any disruption to management access or network services.</li>
</ul>
<p>When managing network interfaces in a virtualized environment, it is crucial to maintain consistency in MAC address assignments. If access to the VM is unavailable, all necessary steps must be completed on the host side to ensure seamless operation and prevent service interruptions. Always coordinate with the relevant administrators to address potential impacts effectively.</p>
<h2 class="wp-block-heading">Avoiding Frequent vMotion for Critical Appliances</h2>
<p>vMotion is a powerful VMware feature that enables live migration of virtual machines (VMs) between ESXi hosts without downtime. However, while vMotion is highly useful in maintaining infrastructure flexibility and availability, it is not recommended to frequently migrate critical appliances, such as load balancers, especially when they are actively managing a high volume of connections.</p>
<p>There may be other technologies that are similar and provided by other vendors, but for this section, we will work on the basis it is VMware.</p>
<h3 class="wp-block-heading">Why Frequent vMotion is Not Recommended</h3>
<p><strong>Session Disruptions</strong>: </p>
<ul class="wp-block-list">
<li>Load balancers manage active sessions between clients and backend servers. During a vMotion operation, there is a brief period where the network state is reinitialized, potentially disrupting these sessions.</li>
<li>The disruption may cause connection drops, requiring clients to re-establish their sessions, which could degrade user experience.</li>
</ul>
<p><strong>Latency and Packet Loss</strong>: </p>
<ul class="wp-block-list">
<li>The process of migrating a VM involves temporarily pausing and synchronizing its memory and state. For appliances handling real-time traffic, this pause can produce latency or even packet loss.</li>
<li>Applications relying on low-latency responses may experience degraded performance or timeouts.</li>
</ul>
<p><strong>Increased Resource Utilization</strong>: </p>
<ul class="wp-block-list">
<li>vMotion requires CPU, memory, and network bandwidth resources for data synchronization between the source and destination hosts.</li>
<li>Frequent migrations can strain infrastructure resources, potentially impacting other VMs and services hosted on the same environment.</li>
</ul>
<p><strong>Impact on High-Availability Configurations</strong>: </p>
<ul class="wp-block-list">
<li>In environments with high-availability (HA) configurations, frequent vMotion may conflict with failover mechanisms, leading to unexpected behavior or delays in failover actions.</li>
</ul>
<p><strong>Operational Complexity</strong>: </p>
<ul class="wp-block-list">
<li>Constantly moving critical VMs increases the complexity of network configurations, including VLAN mappings and firewall rules, which can introduce configuration errors.</li>
</ul>
<h3 class="wp-block-heading">Recommendations for Managing Critical Appliances</h3>
<p><strong>Plan vMotion Operations During Maintenance Windows</strong>: </p>
<ul class="wp-block-list">
<li>Schedule migrations during periods of low traffic to minimize the impact on active sessions.</li>
</ul>
<p><strong>Implement Load Balancer Clustering</strong>: </p>
<ul class="wp-block-list">
<li>Use clustering or high-availability configurations for load balancers to ensure redundancy. This allows traffic to be seamlessly redirected to another node during vMotion operations.</li>
</ul>
<p><strong>Monitor Infrastructure Resources</strong>: </p>
<ul class="wp-block-list">
<li>Ensure sufficient CPU, memory, and network bandwidth are available before initiating vMotion to prevent resource contention.</li>
</ul>
<p><strong>Minimize Migration Frequency</strong>: </p>
<ul class="wp-block-list">
<li>Limit vMotion of critical appliances to scenarios where it is absolutely necessary, such as host maintenance or failure recovery.</li>
</ul>
<p><strong>Test Before Production</strong>: </p>
<ul class="wp-block-list">
<li>Test vMotion operations in a staging environment to understand their impact on active sessions and ensure configurations are optimized.</li>
</ul>
<p>While vMotion is an invaluable tool for VM management, it should be used judiciously for critical appliances like load balancers. Frequent migrations can disrupt services, increase latency, and strain resources. By carefully planning vMotion operations and employing strategies like clustering and maintenance scheduling, you can ensure reliable service delivery and minimize the risk of disruptions.</p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How do I add additional network interfaces to the ADC?</title>
		<link>https://kb.edgenexus.io/kb/how-do-i-add-additional-network-interfaces-to-the-adc/</link>
		
		<dc:creator><![CDATA[jsavoor@edgenexus.io]]></dc:creator>
		<pubDate>Tue, 12 Mar 2024 16:42:57 +0000</pubDate>
				<guid isPermaLink="false">https://kb.edgenexus.io/?post_type=epkb_post_type_1&#038;p=134</guid>

					<description><![CDATA[The EdgeADC appliance has been designed to examine and use any network interfaces of its host. So, if your virtual machine or hardware host is equipped with dual Ethernet, the ADC will have access to it. If you also have fibre interfaces, they will be available for use. To check the interfaces available, please navigate [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The EdgeADC appliance has been designed to examine and use any network interfaces of its host.</p>
<p>So, if your virtual machine or hardware host is equipped with dual Ethernet, the ADC will have access to it. If you also have fibre interfaces, they will be available for use.</p>
<p>To check the interfaces available, please navigate to the System &gt; Network page.</p>
<p>The Interfaces section will display the number of network interfaces that have been detected by the ADC. Interfaces available for assignment are shown in Blue, and ones that have been assigned and active are shown in Green. </p>
<p>The Adapter Details section above Interfaces shows which adapters have been assigned for use.</p>
<figure data-wp-context="{&quot;imageId&quot;:&quot;68a9650aa1d1b&quot;}" data-wp-interactive="core/image" class="wp-block-image size-full wp-lightbox-container"><img fetchpriority="high" decoding="async" width="2237" height="858" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://kb.edgenexus.io/wp-content/uploads/2024/03/image-17.png" alt="" class="wp-image-135" srcset="https://kb.edgenexus.io/wp-content/uploads/2024/03/image-17.png 2237w, https://kb.edgenexus.io/wp-content/uploads/2024/03/image-17-300x115.png 300w, https://kb.edgenexus.io/wp-content/uploads/2024/03/image-17-1024x393.png 1024w, https://kb.edgenexus.io/wp-content/uploads/2024/03/image-17-768x295.png 768w, https://kb.edgenexus.io/wp-content/uploads/2024/03/image-17-1536x589.png 1536w, https://kb.edgenexus.io/wp-content/uploads/2024/03/image-17-2048x786.png 2048w" sizes="(max-width: 2237px) 100vw, 2237px" /><button
			class="lightbox-trigger"
			type="button"
			aria-haspopup="dialog"
			aria-label="Enlarge"
			data-wp-init="callbacks.initTriggerButton"
			data-wp-on-async--click="actions.showLightbox"
			data-wp-style--right="state.imageButtonRight"
			data-wp-style--top="state.imageButtonTop"
		>
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />
			</svg>
		</button></figure>
<p>To assign an available network interface, click the Add Adapter button in the Adapter Details section.</p>
<p>This will bring up a new line in the table as can be seen in the image below.</p>
<figure data-wp-context="{&quot;imageId&quot;:&quot;68a9650aa21d0&quot;}" data-wp-interactive="core/image" class="wp-block-image size-full wp-lightbox-container"><img decoding="async" width="2226" height="304" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://kb.edgenexus.io/wp-content/uploads/2024/03/image-18.png" alt="" class="wp-image-136" srcset="https://kb.edgenexus.io/wp-content/uploads/2024/03/image-18.png 2226w, https://kb.edgenexus.io/wp-content/uploads/2024/03/image-18-300x41.png 300w, https://kb.edgenexus.io/wp-content/uploads/2024/03/image-18-1024x140.png 1024w, https://kb.edgenexus.io/wp-content/uploads/2024/03/image-18-768x105.png 768w, https://kb.edgenexus.io/wp-content/uploads/2024/03/image-18-1536x210.png 1536w, https://kb.edgenexus.io/wp-content/uploads/2024/03/image-18-2048x280.png 2048w" sizes="(max-width: 2226px) 100vw, 2226px" /><button
			class="lightbox-trigger"
			type="button"
			aria-haspopup="dialog"
			aria-label="Enlarge"
			data-wp-init="callbacks.initTriggerButton"
			data-wp-on-async--click="actions.showLightbox"
			data-wp-style--right="state.imageButtonRight"
			data-wp-style--top="state.imageButtonTop"
		>
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />
			</svg>
		</button></figure>
<p>The Adapter column allows you to choose the interface. You can choose to assign an unassigned one, or use the new line to assign a new VLAN address range for the existing interface.</p>
<p>You can also provide the IP address, Subnet Mask and Gateway IP.</p>
<p>On finishing, and clicking the Update button, the ADC will restart the networking stack, and make the new Interface available for use.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
