<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: IPv6 for a Linux generation</title>
	<atom:link href="http://andys.org.uk/bits/2010/02/07/ipv6-for-an-linux-generation/feed/" rel="self" type="application/rss+xml" />
	<link>http://andys.org.uk/bits/2010/02/07/ipv6-for-an-linux-generation/</link>
	<description>random stuff from the mind of a twenty-something professional geek</description>
	<lastBuildDate>Sun, 18 Dec 2011 16:02:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Andy Smith</title>
		<link>http://andys.org.uk/bits/2010/02/07/ipv6-for-an-linux-generation/comment-page-1/#comment-15599</link>
		<dc:creator>Andy Smith</dc:creator>
		<pubDate>Mon, 12 Dec 2011 13:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://andys.org.uk/bits/?p=33#comment-15599</guid>
		<description>Sorry Dave - apologies for not replying sooner...

I&#039;ve not had much of a play with DDNS or DHCPv6 - I&#039;ve got radvd running on my network which is pretty straightforward, except for the DNS stuff :-/</description>
		<content:encoded><![CDATA[<p>Sorry Dave &#8211; apologies for not replying sooner&#8230;</p>
<p>I&#8217;ve not had much of a play with DDNS or DHCPv6 &#8211; I&#8217;ve got radvd running on my network which is pretty straightforward, except for the DNS stuff :-/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Smith</title>
		<link>http://andys.org.uk/bits/2010/02/07/ipv6-for-an-linux-generation/comment-page-1/#comment-15598</link>
		<dc:creator>Andy Smith</dc:creator>
		<pubDate>Mon, 12 Dec 2011 13:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://andys.org.uk/bits/?p=33#comment-15598</guid>
		<description>You&#039;re absolutely right - I messed up editing my real config and accidentally swapped the interfaces. Good spot!</description>
		<content:encoded><![CDATA[<p>You&#8217;re absolutely right &#8211; I messed up editing my real config and accidentally swapped the interfaces. Good spot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leeand00</title>
		<link>http://andys.org.uk/bits/2010/02/07/ipv6-for-an-linux-generation/comment-page-1/#comment-15261</link>
		<dc:creator>leeand00</dc:creator>
		<pubDate>Fri, 02 Dec 2011 06:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://andys.org.uk/bits/?p=33#comment-15261</guid>
		<description>Given the following prefixes:

- LAN – 2001:470:90d3:1::/64
- DMZ – 2001:470:90d3:2::/64

Shouldn&#039;t this:

# Allow all outbound from our networks
ip6tables -A FORWARD -i dmz -s 2001:470:90d3:1::/64 -j ACCEPT
ip6tables -A FORWARD -i lan -s 2001:470:90d3:2::/64 -j ACCEPT
ip6tables -A FORWARD -i wlan -s 2001:470:90d3:3::/64 -j ACCEPT

Be this?
(switched lan and dmz prefixes)

# Allow all outbound from our networks
ip6tables -A FORWARD -i lan -s 2001:470:90d3:1::/64 -j ACCEPT
ip6tables -A FORWARD -i dmz -s 2001:470:90d3:2::/64 -j ACCEPT
ip6tables -A FORWARD -i wlan -s 2001:470:90d3:3::/64 -j ACCEPT

Please let me know if I am mistaken or not.</description>
		<content:encoded><![CDATA[<p>Given the following prefixes:</p>
<p>- LAN – 2001:470:90d3:1::/64<br />
- DMZ – 2001:470:90d3:2::/64</p>
<p>Shouldn&#8217;t this:</p>
<p># Allow all outbound from our networks<br />
ip6tables -A FORWARD -i dmz -s 2001:470:90d3:1::/64 -j ACCEPT<br />
ip6tables -A FORWARD -i lan -s 2001:470:90d3:2::/64 -j ACCEPT<br />
ip6tables -A FORWARD -i wlan -s 2001:470:90d3:3::/64 -j ACCEPT</p>
<p>Be this?<br />
(switched lan and dmz prefixes)</p>
<p># Allow all outbound from our networks<br />
ip6tables -A FORWARD -i lan -s 2001:470:90d3:1::/64 -j ACCEPT<br />
ip6tables -A FORWARD -i dmz -s 2001:470:90d3:2::/64 -j ACCEPT<br />
ip6tables -A FORWARD -i wlan -s 2001:470:90d3:3::/64 -j ACCEPT</p>
<p>Please let me know if I am mistaken or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Miller</title>
		<link>http://andys.org.uk/bits/2010/02/07/ipv6-for-an-linux-generation/comment-page-1/#comment-8436</link>
		<dc:creator>Dave Miller</dc:creator>
		<pubDate>Wed, 23 Mar 2011 02:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://andys.org.uk/bits/?p=33#comment-8436</guid>
		<description>I&#039;m trying to get IPv6 DHCP and DDNS working with a Red Hat Enterprise server and various clients.  So far I&#039;ve only been able to get both forward and reverse DDNS entries with RHEL 6 as both the client and server.  Ubuntu Natty-Narwhal gets a forward entry but no reverse.  Older versions of either don&#039;t work.  

Have you had any luck getting DDNS working with IPv6 DHCP?  Oh yeah, I haven&#039;t gotten any combination to update resolv.conf with IPv6 nameserver information so same question on DHCP &quot;info&quot; (nameserver, NTP servers, etc.).

I&#039;ll have a new posting to my blog with how I got this far shortly.  Any pointers or suggestions for getting Ubuntu to talk to RHEL would be appreciated.

Cheers,
Dave</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to get IPv6 DHCP and DDNS working with a Red Hat Enterprise server and various clients.  So far I&#8217;ve only been able to get both forward and reverse DDNS entries with RHEL 6 as both the client and server.  Ubuntu Natty-Narwhal gets a forward entry but no reverse.  Older versions of either don&#8217;t work.  </p>
<p>Have you had any luck getting DDNS working with IPv6 DHCP?  Oh yeah, I haven&#8217;t gotten any combination to update resolv.conf with IPv6 nameserver information so same question on DHCP &#8220;info&#8221; (nameserver, NTP servers, etc.).</p>
<p>I&#8217;ll have a new posting to my blog with how I got this far shortly.  Any pointers or suggestions for getting Ubuntu to talk to RHEL would be appreciated.</p>
<p>Cheers,<br />
Dave</p>
]]></content:encoded>
	</item>
</channel>
</rss>

