<?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>route &#8211; Giovanni F. Mazzeo De Santolo</title>
	<atom:link href="https://desantolo.com/tag/route/feed/" rel="self" type="application/rss+xml" />
	<link>https://desantolo.com</link>
	<description>That italian IT guy</description>
	<lastBuildDate>Fri, 21 May 2010 03:42:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">123042357</site>	<item>
		<title>Add additional IP&#8217;s on different subnets using same Ethernet card on PVE</title>
		<link>https://desantolo.com/2010/05/add-additional-ips-on-different-subnets-using-same-ethernet-card-on-pve/</link>
					<comments>https://desantolo.com/2010/05/add-additional-ips-on-different-subnets-using-same-ethernet-card-on-pve/#respond</comments>
		
		<dc:creator><![CDATA[Giovanni]]></dc:creator>
		<pubDate>Fri, 21 May 2010 03:42:23 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Proxmox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[proxmox]]></category>
		<category><![CDATA[route]]></category>
		<guid isPermaLink="false">http://gioflux.wordpress.com/2010/05/21/add-additional-ips-on-different-subnets-using-same-ethernet-card-on-pve/</guid>

					<description><![CDATA[To do this, we need to add a custom route to the server, we need to add the network and netmask addresses, to test and see if it works: route add -net 10.5.0.0 netmask 255.255.255.0 dev vmbr0 if it works, &#8230; <a href="https://desantolo.com/2010/05/add-additional-ips-on-different-subnets-using-same-ethernet-card-on-pve/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>To do this, we need to add a custom route to the server, we need to add the network and netmask addresses, to test and see if it works:</p>
<blockquote><p>route add -net 10.5.0.0 netmask 255.255.255.0 dev vmbr0</p></blockquote>
<p>if it works, add the following to your /etc/network/interfaces file</p>
<blockquote><p>iface vmbr0 inet static<br />
&#8230;<br />
bridge_fd 0<br />
up route add -net 10.5.0.0 netmask 255.255.255.0 dev vmbr0<br />
down route del -net 10.5.0.0 netmask 255.255.255.0 dev vmbr0<br />
&#8230;</p></blockquote>
<p>did not work? Remove route with:</p>
<blockquote><p>route del -net 10.5.0.0 netmask 255.255.255.0 dev vmbr0</p></blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://desantolo.com/2010/05/add-additional-ips-on-different-subnets-using-same-ethernet-card-on-pve/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">21</post-id>	</item>
	</channel>
</rss>
