<?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>Commentaires sur : Proxy NDP IPv6</title>
	<atom:link href="http://linux-attitude.fr/post/proxy-ndp-ipv6/feed" rel="self" type="application/rss+xml" />
	<link>http://linux-attitude.fr/post/proxy-ndp-ipv6</link>
	<description>Le libre est un état d&#039;esprit</description>
	<lastBuildDate>Sun, 07 Mar 2010 00:16:14 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Par : Tobu</title>
		<link>http://linux-attitude.fr/post/proxy-ndp-ipv6/comment-page-1#comment-1409</link>
		<dc:creator>Tobu</dc:creator>
		<pubDate>Sat, 14 Nov 2009 16:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://linux-attitude.fr/?p=500#comment-1409</guid>
		<description>Perso j&#039;utilise un radvd simple, et je n&#039;ai pas de promisc ni le proxy ndp pour trouver le routeur amont.

L&#039;astuce est que les machines du sous réseau prennent la machine intermédiaire comme route par défaut à cause de ses annonces RA, et n&#039;ont donc pas besoin de parler directement au routeur amont (qu&#039;elles ne peuvent cependant pas pinguer). Le radvd minimal:

interface veth1
{
       AdvSendAdvert on;
       prefix 2001:2:3:4501::/64
       {
       };
};</description>
		<content:encoded><![CDATA[<p>Perso j&#8217;utilise un radvd simple, et je n&#8217;ai pas de promisc ni le proxy ndp pour trouver le routeur amont.</p>
<p>L&#8217;astuce est que les machines du sous réseau prennent la machine intermédiaire comme route par défaut à cause de ses annonces RA, et n&#8217;ont donc pas besoin de parler directement au routeur amont (qu&#8217;elles ne peuvent cependant pas pinguer). Le radvd minimal:</p>
<p>interface veth1<br />
{<br />
       AdvSendAdvert on;<br />
       prefix 2001:2:3:4501::/64<br />
       {<br />
       };<br />
};</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : StalkR</title>
		<link>http://linux-attitude.fr/post/proxy-ndp-ipv6/comment-page-1#comment-1068</link>
		<dc:creator>StalkR</dc:creator>
		<pubDate>Sat, 31 Oct 2009 16:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://linux-attitude.fr/?p=500#comment-1068</guid>
		<description>Effectivement, pas de netmask pour déclarer un proxy, bien vu ! (en plus je m&#039;étais déjà fait avoir..)
De rien, merci à toi pour ton message :)

Au passage je reviens sur cette histoire de promiscuous, je l&#039;ai désactivé et ça fonctionne, donc ça doit dépendre des systèmes.</description>
		<content:encoded><![CDATA[<p>Effectivement, pas de netmask pour déclarer un proxy, bien vu ! (en plus je m&#8217;étais déjà fait avoir..)<br />
De rien, merci à toi pour ton message :)</p>
<p>Au passage je reviens sur cette histoire de promiscuous, je l&#8217;ai désactivé et ça fonctionne, donc ça doit dépendre des systèmes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : peck</title>
		<link>http://linux-attitude.fr/post/proxy-ndp-ipv6/comment-page-1#comment-1066</link>
		<dc:creator>peck</dc:creator>
		<pubDate>Fri, 30 Oct 2009 20:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://linux-attitude.fr/?p=500#comment-1066</guid>
		<description>En effet tu as raison. Merci, c&#039;est corrigé.</description>
		<content:encoded><![CDATA[<p>En effet tu as raison. Merci, c&#8217;est corrigé.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : François Guerraz</title>
		<link>http://linux-attitude.fr/post/proxy-ndp-ipv6/comment-page-1#comment-1063</link>
		<dc:creator>François Guerraz</dc:creator>
		<pubDate>Fri, 30 Oct 2009 17:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://linux-attitude.fr/?p=500#comment-1063</guid>
		<description>Bonjour,

Cet article m&#039;a été très utile ! Je vous remercie énormément.

Je me permet de vous signaler une erreur (me semble-t-il), dans votre exemple ce n&#039;est pas ceci qu&#039;il faut exécuter sur le dom0 :
   # ip neigh add proxy 2001:2:3:4501::1/64 dev eth0
   # ip neigh add proxy 2001:2:3:4502::1/64 dev eth0
mais
   # ip neigh add proxy 2001:2:3:4501::1 dev eth0
   # ip neigh add proxy 2001:2:3:4502::1 dev eth0

Encore une fois : mille merci.

Cordialement,</description>
		<content:encoded><![CDATA[<p>Bonjour,</p>
<p>Cet article m&#8217;a été très utile ! Je vous remercie énormément.</p>
<p>Je me permet de vous signaler une erreur (me semble-t-il), dans votre exemple ce n&#8217;est pas ceci qu&#8217;il faut exécuter sur le dom0 :<br />
   # ip neigh add proxy 2001:2:3:4501::1/64 dev eth0<br />
   # ip neigh add proxy 2001:2:3:4502::1/64 dev eth0<br />
mais<br />
   # ip neigh add proxy 2001:2:3:4501::1 dev eth0<br />
   # ip neigh add proxy 2001:2:3:4502::1 dev eth0</p>
<p>Encore une fois : mille merci.</p>
<p>Cordialement,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Julien</title>
		<link>http://linux-attitude.fr/post/proxy-ndp-ipv6/comment-page-1#comment-916</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Wed, 07 Oct 2009 20:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://linux-attitude.fr/?p=500#comment-916</guid>
		<description>Article très intéressant, merci.</description>
		<content:encoded><![CDATA[<p>Article très intéressant, merci.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration. The goal is to improve the
user experience for the readers of your blog without having to change
WordPress, your theme, your plugins or how you produce your content. When fully
utilized, your blog will be able to sustain extremely high traffic spikes
without requiring hardware upgrades or removing features or functionality from
your theme.
	
Features and benefits include:

	- Improved progressive render (non-blocking CSS and JS embedding)
	- Reduced HTTP Transactions, DNS lookups, reduced document load time
	- Transparent content delivery network (CDN) support with automated media
		library import
	- Bandwidth savings via Minify and HTTP compression (gzip / deflate) for HTML, CSS
		and JS
	- Minification (concatenation, white space removal) of inline, external or 3rd
		party JS and CSS with scheduled updates
	- Optional embedding of JS just above </body>
	- Support for caching pages, posts, feeds, database objects, CSS, JS in memory
		with APC or memcached or both
	- Caching of RSS/Atom Feeds (comments, page and site), URIs with query string
		variables (like search result pages), Database queries, Pages, Posts, CSS and JS
	- Complete header management including Etags
	- Increased web server concurrency and reduced resource consumption, increased scale


Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using file
Page Caching using apc
Database Caching 1/15 queries in 0.073 seconds using apc

Served from: madrid @ 2010-03-13 12:55:00 in 4.000 seconds -->