<?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>kvm bridge ipv6 &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/tag/kvm-bridge-ipv6/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Wed, 28 Jul 2010 10:00:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>
	<item>
		<title>IPv6 configuration for KVM guests</title>
		<link>https://arunns.net/ipv6-configuration-for-kvm-guests/</link>
					<comments>https://arunns.net/ipv6-configuration-for-kvm-guests/#respond</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Wed, 28 Jul 2010 10:00:55 +0000</pubDate>
				<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[kvm bridge ipv6]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=356</guid>

					<description><![CDATA[It is simple and straight forward to enable IPv6 on KVM guests Configure the host machine with IPv6 Address on the bridge interface cat ifcfg-br0 IPV6INIT=yes IPV6ADDR=xxxx.xx::10 IPV6_DEFAULTGW=xxxx.xx::1 IPV6_AUTOCONF=no Configure the interface on virutal machines with ipv6 address cat ifcfg-eth0 IPV6INIT=yes IPV6ADDR=xxxx.xx::11 IPV6_DEFAULTGW=xxxx.xx::1 IPV6_AUTOCONF=no Add the the necessary firewall rules to ip6tables on the host [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>It is simple and straight forward to enable IPv6 on KVM guests</p>
<p>Configure the host machine with IPv6 Address on the bridge interface</p>
<p>cat ifcfg-br0</p>
<blockquote><p>
IPV6INIT=yes<br />
IPV6ADDR=xxxx.xx::10<br />
IPV6_DEFAULTGW=xxxx.xx::1<br />
IPV6_AUTOCONF=no</p></blockquote>
<p>Configure the  interface on virutal machines with ipv6 address</p>
<p>cat ifcfg-eth0</p>
<blockquote><p>IPV6INIT=yes<br />
IPV6ADDR=xxxx.xx::11<br />
IPV6_DEFAULTGW=xxxx.xx::1<br />
IPV6_AUTOCONF=no</p></blockquote>
<p>Add the the necessary firewall rules to ip6tables on the host machine</p>
<blockquote><p>-A FORWARD -m physdev &#8211;physdev-is-bridged -j ACCEPT.</p></blockquote>
<p>./arun</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/ipv6-configuration-for-kvm-guests/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
