<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>IPv6 on To Linux and beyond !</title>
    <link>https://home.regit.org/tags/ipv6/</link>
    <description>Recent content in IPv6 on To Linux and beyond !</description>
    <generator>Hugo</generator>
    <language>fr</language>
    <lastBuildDate>Thu, 26 Sep 2013 09:28:38 +0000</lastBuildDate>
    <atom:link href="https://home.regit.org/feed/tags/ipv6/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>A bit of fun with IPv6 setup</title>
      <link>https://home.regit.org/2013/09/a-bit-of-fun-with-ipv6-setup/</link>
      <pubDate>Thu, 26 Sep 2013 09:28:38 +0000</pubDate>
      <guid>https://home.regit.org/2013/09/a-bit-of-fun-with-ipv6-setup/</guid>
      <description>&lt;p&gt;When doing some tests on &lt;a href=&#34;http://suricata-ids.org/&#34;&gt;Suricata&lt;/a&gt;, I needed to setup a small IPv6 network. The setup is simple with one laptop which is Ethernet connected to a desktop. And the desktop host a Virtualbox system.&lt;br&gt;
This way, the desktop can act as a router with laptop on eth0 and Vbox on vboxnet0.&lt;/p&gt;
&lt;p&gt;To setup the desktop/router, I’ve used:&lt;/p&gt;
&lt;pre&gt;ip a a 4::1/64 dev eth0
ip a a 2::1/64 dev vboxnet0
echo &#34;1&#34;&gt;/proc/sys/net/ipv6/conf/all/forwarding
&lt;/pre&gt;
&lt;p&gt;To setup the laptop who already has a IPv6 public address on eth0, I’ve done:&lt;/p&gt;</description>
    </item>
    <item>
      <title>IPv6 privacy extensions on Linux</title>
      <link>https://home.regit.org/2011/04/ipv6-privacy/</link>
      <pubDate>Fri, 29 Apr 2011 17:41:24 +0000</pubDate>
      <guid>https://home.regit.org/2011/04/ipv6-privacy/</guid>
      <description>&lt;h2 id=&#34;ipv6-global-address&#34;&gt;IPv6 global address&lt;/h2&gt;
&lt;p&gt;The global address is used in IPv6 to communicate with the outside world. This is thus the one that is used as source for any communication and thus in a way identify you on Internet.&lt;/p&gt;
&lt;p&gt;Below is a dump of an interface configuration:&lt;/p&gt;
&lt;blockquote&gt;
&lt;pre&gt;eth0: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc pfifo_fast state UP qlen 1000
&lt;/blockquote&gt;
&lt;pre&gt;&lt;code&gt;link/ether 00:22:15:64:42:bd brd ff:ff:ff:ff:ff:ff
inet6 2a01:f123:1234:5bd0:222:15ff:fe64:42bd/64 scope global dynamic 
   valid_lft 86314sec preferred_lft 86314sec
inet6 fe80::222:15ff:fe64:42bd/64 scope link 
   valid_lft forever preferred_lft forever&amp;lt;/pre&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The global address is here &lt;em&gt;2a01:f123:1234:5bd0:222:15ff:fe64:42bd/64&lt;/em&gt;. It is build by using the prefix and adding an identifier build with the hardware address. For example, here the hardware address is 00:22:15:64:42:bd and the global IPv6 address is ending with 22:15_ff:fe_64:42bd.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
