<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Philippe AMIOT &#124; IT Engineer</title>
	<atom:link href="http://www.amiot.biz/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amiot.biz</link>
	<description>SUPINFO IT Engineer : Intl. Master of Science in Systems &#38; Networks</description>
	<pubDate>Mon, 08 Mar 2010 00:33:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>fr-fr</language>
		<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9;Philippe AMIOT </copyright>
		<itunes:new-feed-url>http://www.amiot.biz/?feed=podcast</itunes:new-feed-url>
		<managingEditor>philippe.amiot@gmail.com (Philippe AMIOT)</managingEditor>
		<webMaster>philippe.amiot@gmail.com(Philippe AMIOT)</webMaster>
		<category>podcast cisco reseaux systemes linux windows vista</category>
		<ttl>1440</ttl>
		<itunes:keywords>SUPINFO, systeme, reseaux, philippe, amiot, IT, informatique, ingeacute;nieur, linux, windows, cisco, ccna, debian, macos, mac, apple, microsoft, ubuntu, fedora, wifi, wi-fi, logiciel</itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Philippe AMIOT, Master of Sciences in Systems  Networks SUPINFO vous propose un podcast sur les technologies IT, Cisco, Linux et Ms Windows et les themes generaux des systemes et reseaux informatiques et systemes d\'information.</itunes:summary>
		<itunes:author>Philippe AMIOT</itunes:author>
		<itunes:category text="Technology">
  <itunes:category text="Tech News"/>
</itunes:category>
<itunes:category text="Technology">
  <itunes:category text="Podcasting"/>
</itunes:category>
<itunes:category text="Technology">
  <itunes:category text="Software How-To"/>
</itunes:category>
		<itunes:owner>
			<itunes:name>Philippe AMIOT</itunes:name>
			<itunes:email>philippe.amiot@gmail.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://philippeamiot.ovh.org/logo.jpg" />
		<image>
			<url>http://www.amiot.biz/logo.jpg</url>
			<title>Philippe AMIOT &#124; IT Engineer</title>
			<link>http://www.amiot.biz</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>IP Forwarding, ARP Spoofing attacks and Coutermeasures</title>
		<link>http://www.amiot.biz/ip-forwarding-arp-spoofing-attacks-and-coutermeasures/</link>
		<comments>http://www.amiot.biz/ip-forwarding-arp-spoofing-attacks-and-coutermeasures/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 00:09:13 +0000</pubDate>
		<dc:creator>Philippe</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[CISCO]]></category>

		<category><![CDATA[Hacks]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Systèmes]]></category>

		<category><![CDATA[Sécurité Informatique]]></category>

		<category><![CDATA[reseaux]]></category>

		<category><![CDATA[arp]]></category>

		<category><![CDATA[arpspoof]]></category>

		<category><![CDATA[flood]]></category>

		<category><![CDATA[inspection]]></category>

		<category><![CDATA[ip]]></category>

		<category><![CDATA[network]]></category>

		<category><![CDATA[sécurité]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[vlan]]></category>

		<guid isPermaLink="false">http://www.amiot.biz/?p=545</guid>
		<description><![CDATA[Afin de re-switcher le traffic d&#8217;un réseau local sur sa machine, un hacker va activer l&#8217;IP-Forwarding sur sa machine, puis lancer une attaque de type ARP-Spoofing pour tromper le segment réseau sur lequel il se trouve, en lui faisant croire que l&#8217;addresse MAC de la default gateway n&#8217;est plus celle d&#8217;origine mais celle de sa [...]]]></description>
			<content:encoded><![CDATA[<p>Afin de re-switcher le traffic d&#8217;un réseau local sur sa machine, un hacker va activer l&#8217;<a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">IP</a>-Forwarding sur sa machine, puis lancer une attaque de type <a href="http://www.amiot.biz/tag/arp/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with arp">ARP</a>-Spoofing pour tromper le segment réseau sur lequel il se trouve, en lui faisant croire que l&#8217;addresse MAC de la default gateway n&#8217;est plus celle d&#8217;origine mais celle de sa machine (nous sommes ici en L2 - switch world). Il va alors flooder le réseau d&#8217;<a href="http://www.amiot.biz/tag/arp/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with arp">ARP</a>-Reply disant que l&#8217;<a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">IP</a> de la défault gateway a l&#8217;adresse MAC de sa propre machine. Les PCs en tiendront compte et le traffic sera alors rediriger vers le PC du hacker.</p>
<p><span id="more-545"></span></p>
<p><img class="aligncenter" src="http://www.authsecu.com/attaque-ethernet-vlan/arp-poisoning.gif" alt="" width="609" height="482" /></p>
<p><a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">IP</a> Forwarding :</p>
<p>OS X :</p>
<p>Pour activer l&#8217;<a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">ip</a> forwarding, il vous faudra utiliser la commande sysctl du terminal. Pour plus d&#8217;information sur cette commande, tappez man sysctl dans le terminal.</p>
<p>Pour activer l&#8217;ipforwarding, tappez dans le terminal(avec sudo, car cette modification nécessite les droits de root):</p>
<p><code>sudo sysctl -w net.inet.<a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">ip</a>.forwarding=1<br />
sudo sysctl -w net.inet.<a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">ip</a>.fastforwarding=1</code></p>
<p>Pour désactiver l&#8217;<a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">ip</a> forwarding, tappez dans le terminal:<br />
<code>sudo sysctl -w net.inet.<a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">ip</a>.forwarding=0<br />
sudo sysctl -w net.inet.<a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">ip</a>.fastforwarding=0</code></p>
<p>Pour checker l&#8217;état de vos paramétres &#8220;<a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">ip</a> forwarding&#8221;:<br />
<code>sysctl -a | grep -e <a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">ip</a>.forwarding -e <a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">ip</a>.fastforwarding</code><br />
(Pour rappel, le caractère | se tappe en faisant alt+maj+l sur les claviers de macbook)</p>
<p>Linux :</p>
<p>Activer l&#8217;<a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">IP</a> Forwarding on the fly par la commande :<br />
<code>echo 1 &gt; /proc/sys/net/ipv4/ip_forward.<br />
or<br />
sysctl -w net.ipv4.ip_forward=1</code></p>
<p>Checker l&#8217;état :<br />
<code>cat /proc/sys/net/ipv4/ip_forward</code></p>
<p>Windows :</p>
<p>1. Start Registry Editor (Regedit.exe).<br />
2. In Registry Editor, locate the following registry key:<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters<br />
3. Set the following registry value:<br />
Value Name: IPEnableRouter<br />
Value type: REG_DWORD<br />
Value Data: 1<br />
A value of 1 enables TCP/<a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">IP</a> forwarding for all <a href="http://www.amiot.biz/tag/network/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with network">network</a> connections that are installed and used by this computer.<br />
4. Quit Registry Editor.</p>
<p><a href="http://www.amiot.biz/tag/arp/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with arp">ARP</a> Spoofing : <a href="http://www.amiot.biz/tag/flood/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with flood">Flood</a> <a href="http://www.amiot.biz/tag/arp/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with arp">ARP</a>-REPLY rediriger le traffic</p>
<p><code><a href="http://www.amiot.biz/tag/arpspoof/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with arpspoof">arpspoof</a> -i eth0 -t</code></p>
<p><code><br />
</code><br />
Countermeasures on <a href="http://www.amiot.biz/tag/cisco/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with CISCO">Cisco</a> Switches :</p>
<p>Dynamic <a href="http://www.amiot.biz/tag/arp/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with arp">ARP</a> <a href="http://www.amiot.biz/tag/inspection/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with inspection">Inspection</a> (DAI) :</p>
<p><code># activate <a href="http://www.amiot.biz/tag/arp/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with arp">ARP</a> <a href="http://www.amiot.biz/tag/inspection/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with inspection">inspection</a> in <a href="http://www.amiot.biz/tag/global/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with global">global</a> configuration<br />
<a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">ip</a> <a href="http://www.amiot.biz/tag/arp/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with arp">arp</a> <a href="http://www.amiot.biz/tag/inspection/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with inspection">inspection</a> <a href="http://www.amiot.biz/tag/vlan/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with vlan">vlan</a> 1<br />
#configure fa0/0 as trusted<br />
interface fa 0/0<br />
<a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">ip</a> <a href="http://www.amiot.biz/tag/arp/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with arp">arp</a> <a href="http://www.amiot.biz/tag/inspection/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with inspection">inspection</a> trust<br />
show <a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">ip</a> <a href="http://www.amiot.biz/tag/arp/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with arp">arp</a> <a href="http://www.amiot.biz/tag/inspection/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with inspection">inspection</a> <a href="http://www.amiot.biz/tag/vlan/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with vlan">vlan</a> 1<br />
show <a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">ip</a> <a href="http://www.amiot.biz/tag/arp/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with arp">arp</a> <a href="http://www.amiot.biz/tag/inspection/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with inspection">inspection</a> interfaces<br />
show <a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">ip</a> <a href="http://www.amiot.biz/tag/arp/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with arp">arp</a> <a href="http://www.amiot.biz/tag/inspection/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with inspection">inspection</a> statistics <a href="http://www.amiot.biz/tag/vlan/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with vlan">vlan</a> 1</code></p>
<p>Port <a href="http://www.amiot.biz/tag/security/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with security">Security</a> : Restric allowed MAC addresses on <a href="http://www.amiot.biz/tag/cisco/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with CISCO">Cisco</a> interfaces<br />
<code><br />
#int fa0/0<br />
#switchport host<br />
#switchport port-<a href="http://www.amiot.biz/tag/security/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with security">security</a><br />
#switchport port-<a href="http://www.amiot.biz/tag/security/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with security">security</a> mac-<a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a> sticky<br />
#switchport port-<a href="http://www.amiot.biz/tag/security/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with security">security</a> maximum 1<br />
#switchport port-<a href="http://www.amiot.biz/tag/security/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with security">security</a> violation shutdown</code></p>
<p><code><br />
</code><br />
Lien <a href="http://www.amiot.biz/tag/cisco/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with CISCO">Cisco</a> : <a href="http://www.cisco.com/en/US/products/hw/switches/ps708/products_white_paper09186a008013159f.shtml" >VLAN Security White Paper</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.amiot.biz/ip-forwarding-arp-spoofing-attacks-and-coutermeasures/feed/</wfw:commentRss>
		</item>
		<item>
		<title>6rd first interesting IPv6 to IPv4 RFC</title>
		<link>http://www.amiot.biz/6rd-first-interesting-ipv6-to-ipv4-rfc/</link>
		<comments>http://www.amiot.biz/6rd-first-interesting-ipv6-to-ipv4-rfc/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 23:10:57 +0000</pubDate>
		<dc:creator>Philippe</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[ipv6]]></category>

		<category><![CDATA[network]]></category>

		<category><![CDATA[rfc]]></category>

		<guid isPermaLink="false">http://www.amiot.biz/?p=534</guid>
		<description><![CDATA[At the end of January 2010, the RFC 5569 was finally released as Informational after a long time as an IETF Draft.
Engineered by a French guy (a big One in reality), Remis Despres (Transpac Inventor), it&#8217;s in my opinion the first interesting transition mechanism &#8220;a la&#8221; 6to4, really simple to understand, easy deploy, easy to [...]]]></description>
			<content:encoded><![CDATA[<p>At the end of January 2010, the <a href="http://www.amiot.biz/tag/rfc/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with rfc">RFC</a> 5569 was finally released as Informational after a long time as an IETF Draft.</p>
<p>Engineered by a French guy (a big One in reality), Remis Despres (Transpac Inventor), it&#8217;s in my opinion the first interesting transition mechanism &#8220;a la&#8221; 6to4, really simple to understand, easy deploy, easy to maintain and easy to migrate on full <a href="http://www.amiot.biz/tag/ipv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ipv6">IPv6</a>.</p>
<p>6rd is deployed by <a href="http://www.amiot.biz/tag/free/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with free">Free</a> for residential Internet access in France</p>
<p>But for operational implementation and entreprise deployement, the IETF has begun to work on <a href="http://tools.ietf.org/html/draft-ietf-softwire-ipv6-6rd-06" title="6rd entreprise deployment"  target="_blank">http://tools.ietf.org/html/draft-ietf-softwire-ipv6-6rd-06</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.amiot.biz/6rd-first-interesting-ipv6-to-ipv4-rfc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ipv6 Cisco Commands</title>
		<link>http://www.amiot.biz/ipv6-cisco-commands/</link>
		<comments>http://www.amiot.biz/ipv6-cisco-commands/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 23:09:02 +0000</pubDate>
		<dc:creator>Philippe</dc:creator>
		
		<category><![CDATA[CISCO]]></category>

		<category><![CDATA[ipv6]]></category>

		<category><![CDATA[reseaux]]></category>

		<category><![CDATA[cli]]></category>

		<category><![CDATA[command]]></category>

		<category><![CDATA[ios]]></category>

		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://www.amiot.biz/?p=521</guid>
		<description><![CDATA[Ajouter une addresse IPv6 sur une interface
interface FastEthernet0/0
ipv6 address 2001:1::/64 eui-64
ipv6 enable
duplex full
ping :
ping ipv6 2001:1::C804:2FF:FE44:8
Lors d&#8217;un ping sur une adresse link-local, l&#8217;IOS demande l&#8217;interface de sortie
ping ipv6 FE80::C804:2FF:FE44:8
Output Interface : FastEthernet1/0
to be continued &#8230;
]]></description>
			<content:encoded><![CDATA[<p>Ajouter une addresse <a href="http://www.amiot.biz/tag/ipv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ipv6">IPv6</a> sur une interface</p>
<blockquote><p>interface FastEthernet0/0<br />
<a href="http://www.amiot.biz/tag/ipv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ipv6">ipv6</a> <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a> 2001:1::/64 eui-64<br />
<a href="http://www.amiot.biz/tag/ipv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ipv6">ipv6</a> enable<br />
duplex full</p></blockquote>
<p>ping :</p>
<blockquote><p>ping <a href="http://www.amiot.biz/tag/ipv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ipv6">ipv6</a> 2001:1::C804:2FF:FE44:8</p></blockquote>
<p>Lors d&#8217;un ping sur une adresse <a href="http://www.amiot.biz/tag/link-local/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with link-local">link-local</a>, l&#8217;<a href="http://www.amiot.biz/tag/ios/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ios">IOS</a> demande l&#8217;interface de sortie</p>
<blockquote><p>ping <a href="http://www.amiot.biz/tag/ipv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ipv6">ipv6</a> FE80::C804:2FF:FE44:8<br />
Output Interface : FastEthernet1/0</p></blockquote>
<p>to be continued &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amiot.biz/ipv6-cisco-commands/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IPv6 Address Format</title>
		<link>http://www.amiot.biz/ipv6-address-format/</link>
		<comments>http://www.amiot.biz/ipv6-address-format/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 07:27:21 +0000</pubDate>
		<dc:creator>Philippe</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[address]]></category>

		<category><![CDATA[ipv6]]></category>

		<guid isPermaLink="false">http://www.amiot.biz/?p=513</guid>
		<description><![CDATA[IPv6 Address Format :
Format non-compressé :
2001:0001:0000:0000:C804:02FF:FE44:0008
Format compressé :
2001:1:::C804:02FF:FE44:8

Les préfix IPv6 sont codés sur 128 bits, et sont représentés par 8 champs de 16 bits en hexadécimal séparés par des &#8220;:&#8221;.
Une adresse IPv6 est formée selon la représentations suivantes des bits :
48 bits : Provider : Global Routing Prefix
16 bits : Site        : Site Level Aggregator [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://t2.gstatic.com/images?q=tbn:O016W_NOw8JwmM:http://geekfault.org/wp-content/uploads/2009/08/ipv6.jpg" alt="" width="107" height="107" /><a href="http://www.amiot.biz/tag/ipv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ipv6">IPv6</a> <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">Address</a> Format :</p>
<p>Format non-compressé :<br />
2001:0001:0000:0000:C804:02FF:FE44:0008</p>
<p>Format compressé :<br />
2001:1:::C804:02FF:FE44:8</p>
<p><span id="more-513"></span></p>
<p>Les préfix <a href="http://www.amiot.biz/tag/ipv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ipv6">IPv6</a> sont codés sur 128 bits, et sont représentés par 8 champs de 16 bits en hexadécimal séparés par des &#8220;:&#8221;.</p>
<p>Une adresse <a href="http://www.amiot.biz/tag/ipv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ipv6">IPv6</a> est formée selon la représentations suivantes des bits :<br />
48 bits : Provider : <a href="http://www.amiot.biz/tag/global/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with global">Global</a> Routing Prefix<br />
16 bits : Site        : Site Level Aggregator : Subnet ID<br />
64 bits : Host      : Interface ID : EUI-64 :</p>
<ul>
<li>24 bits : (3octets) OUI Org Unique ID from MAC <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a></li>
<li>16 bits : Fixed at FFFE</li>
<li>24 bits : Last 3 octets of MAC <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.amiot.biz/ipv6-address-format/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Notre 6eme Sens sera numérique :</title>
		<link>http://www.amiot.biz/notre-6eme-sens-sera-numerique/</link>
		<comments>http://www.amiot.biz/notre-6eme-sens-sera-numerique/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 12:31:58 +0000</pubDate>
		<dc:creator>Philippe</dc:creator>
		
		<category><![CDATA[podcast]]></category>

		<guid isPermaLink="false">http://www.amiot.biz/?p=531</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="446" height="326" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="bgColor" value="#ffffff" /><param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/PranavMistry_2009I-medium.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/PranavMistry-2009I.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=685&amp;introDuration=16500&amp;adDuration=4000&amp;postAdDuration=2000&amp;adKeys=talk=pranav_mistry_the_thrilling_potential_of_sixthsense_tec;year=2009;theme=what_s_next_in_tech;theme=the_creative_spark;theme=a_taste_of_tedindia;theme=design_like_you_give_a_damn;theme=ted_under_30;theme=new_on_ted_com;theme=tales_of_invention;event=TEDIndia+2009;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><param name="src" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" /><embed type="application/x-shockwave-flash" width="446" height="326" src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" flashvars="vu=http://video.ted.com/talks/dynamic/PranavMistry_2009I-medium.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/PranavMistry-2009I.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=685&amp;introDuration=16500&amp;adDuration=4000&amp;postAdDuration=2000&amp;adKeys=talk=pranav_mistry_the_thrilling_potential_of_sixthsense_tec;year=2009;theme=what_s_next_in_tech;theme=the_creative_spark;theme=a_taste_of_tedindia;theme=design_like_you_give_a_damn;theme=ted_under_30;theme=new_on_ted_com;theme=tales_of_invention;event=TEDIndia+2009;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" bgcolor="#ffffff" wmode="transparent" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.amiot.biz/notre-6eme-sens-sera-numerique/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IPv6 Address Type</title>
		<link>http://www.amiot.biz/ipv6-address-type/</link>
		<comments>http://www.amiot.biz/ipv6-address-type/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 19:26:29 +0000</pubDate>
		<dc:creator>Philippe</dc:creator>
		
		<category><![CDATA[ipv6]]></category>

		<category><![CDATA[reseaux]]></category>

		<category><![CDATA[address]]></category>

		<category><![CDATA[anycast]]></category>

		<category><![CDATA[global]]></category>

		<category><![CDATA[link-local]]></category>

		<category><![CDATA[multicast]]></category>

		<category><![CDATA[network]]></category>

		<category><![CDATA[unicast]]></category>

		<guid isPermaLink="false">http://www.amiot.biz/?p=505</guid>
		<description><![CDATA[
IPv6, les types adresses possible :

Unicast address :
Adresse unique pour une interface d&#8217;un node.

 Global Unicast Address :
ipv6 address 2001:1::C804:2FF:FE44:8/128
EUI-64 pour la création de la partie interface ID de l&#8217;addresse IPv6
ipv6 address 2001:1::/64 eui-64
puis
ipv6 unicast-routing



 Link-Local address :
Adresse assignée automatiquement a une interface.
Elle a un préfix de FE80::/8
Elle peut néamoins etre assingée de facon statique
 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://t2.gstatic.com/images?q=tbn:O016W_NOw8JwmM:http://geekfault.org/wp-content/uploads/2009/08/ipv6.jpg" alt="" width="107" height="107" /></p>
<p><a href="http://www.amiot.biz/tag/ipv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ipv6">IPv6</a>, les types adresses possible :</p>
<p><span id="more-505"></span></p>
<p><strong><a href="http://www.amiot.biz/tag/unicast/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with unicast">Unicast</a> <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a> :</strong><br />
Adresse unique pour une interface d&#8217;un node.</p>
<ul>
<li> <strong><a href="http://www.amiot.biz/tag/global/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with global">Global</a> <a href="http://www.amiot.biz/tag/unicast/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with unicast">Unicast</a> <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">Address</a> :</strong>
<pre><a href="http://www.amiot.biz/tag/ipv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ipv6">ipv6</a> <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a> 2001:1::C804:2FF:FE44:8/128</pre>
<p>EUI-64 pour la création de la partie interface ID de l&#8217;addresse <a href="http://www.amiot.biz/tag/ipv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ipv6">IPv6</a></p>
<pre><a href="http://www.amiot.biz/tag/ipv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ipv6">ipv6</a> <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a> 2001:1::/64 eui-64</pre>
<p>puis</p>
<pre><a href="http://www.amiot.biz/tag/ipv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ipv6">ipv6</a> <a href="http://www.amiot.biz/tag/unicast/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with unicast">unicast</a>-routing</pre>
</li>
</ul>
<ul>
<li> <strong><a href="http://www.amiot.biz/tag/link-local/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with link-local">Link-Local</a> <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a> :</strong><br />
Adresse assignée automatiquement a une interface.<br />
Elle a un préfix de FE80::/8<br />
Elle peut néamoins etre assingée de facon statique</p>
<pre>   <a href="http://www.amiot.biz/tag/ipv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ipv6">ipv6</a> <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a> FE80::C804:2FF:FE44:8 <a href="http://www.amiot.biz/tag/link-local/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with link-local">link-local</a></pre>
</li>
</ul>
<p><!--more--></p>
<p><strong><br />
<a href="http://www.amiot.biz/tag/anycast/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with anycast">Anycast</a> <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a> :</strong><br />
Adresse unique pour un groupe de node<br />
Un paquet envoyé à un adresse <a href="http://www.amiot.biz/tag/anycast/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with anycast">Anycast</a> sera livré au node le plus proche (selon le protocol de routage utilisé).</p>
<pre> <a href="http://www.amiot.biz/tag/ipv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ipv6">ipv6</a> <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a> 2001:1:c804:2FF::/64 <a href="http://www.amiot.biz/tag/anycast/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with anycast">anycast</a>

<!--more--></pre>
<p><strong><br />
<a href="http://www.amiot.biz/tag/multicast/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with multicast">Multicast</a> <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a> :</strong><br />
Adresse qui à un préfix FF00::/8<br />
Adresse qui appartient à plusieurs nodes<br />
Un paquet envoyé a cette addresse sera remis à tout les nodes identifées avec cette adresse.<br />
Cette adresse peut contenir un lifetime et un scope sur le 2eme byte (00) :</p>
<ul>
<li> Le 1er byte est le lifetime sur 4 bits : 0-permanent / 1-temporary</li>
<li> Le second byte est le scope sur 4 bits : 1-node / 2-link / 5-site / 8-organisation / E-<a href="http://www.amiot.biz/tag/global/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with global">Global</a></li>
</ul>
<p>Pour rejoindre un groupe <a href="http://www.amiot.biz/tag/multicast/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with multicast">multicast</a>, les nodes doivent d&#8217;abord joindre :</p>
<ul>
<li> Un groupe <a href="http://www.amiot.biz/tag/multicast/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with multicast">multicast</a> de scope <a href="http://www.amiot.biz/tag/link-local/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with link-local">link-local</a> FF02::1</li>
<li> Un groupe <a href="http://www.amiot.biz/tag/multicast/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with multicast">multicast</a> de scope <a href="http://www.amiot.biz/tag/link-local/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with link-local">link-local</a> FF02::2 - Uniquement pour les routeurs</li>
<li> Un groupe <a href="http://www.amiot.biz/tag/multicast/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with multicast">multicast</a> FF02::1:FF00::/104 pour chaque addresse <a href="http://www.amiot.biz/tag/unicast/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with unicast">unicast</a> ou <a href="http://www.amiot.biz/tag/anycast/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with anycast">anycast</a> a laquelle l&#8217;adresse <a href="http://www.amiot.biz/tag/multicast/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with multicast">multicast</a> est assignée. Ce groupe est sollicité par les nodes.<br />
Par exemple pour l&#8217;adresse <a href="http://www.amiot.biz/tag/multicast/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with multicast">Multicast</a> 2001:1:0:C804:2FF:FE44:8, l&#8217;adresse du groupe <a href="http://www.amiot.biz/tag/multicast/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with multicast">multicast</a> à joindre sera : FF02::1:FF44:8</li>
</ul>
<p>Le détail de la configuration des adresses <a href="http://www.amiot.biz/tag/multicast/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with multicast">Multicast</a> sera discuté lors d&#8217;un prochain billet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amiot.biz/ipv6-address-type/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OSX IPv6 ICMPv6 DNS Freebox Issues</title>
		<link>http://www.amiot.biz/osx-ipv6-icmpv6-dns-freeboxissues/</link>
		<comments>http://www.amiot.biz/osx-ipv6-icmpv6-dns-freeboxissues/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 00:51:45 +0000</pubDate>
		<dc:creator>Philippe</dc:creator>
		
		<category><![CDATA[Systèmes]]></category>

		<category><![CDATA[Technologies]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[reseaux]]></category>

		<category><![CDATA[freebox]]></category>

		<category><![CDATA[icmpv6]]></category>

		<category><![CDATA[ipv6]]></category>

		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.amiot.biz/?p=474</guid>
		<description><![CDATA[Si vous croyer être en IPv6 chez free et que vous avez Mac OS X, alors détrompez vous !
Mac OSX ne tient pas compte des RA (Routeur Advertisement) de la Freebox qui contiennent 2 champs ICMPv6 récurvise DNS Servers.
Il prend cependant bien en compte :
- Le préfix IPv6 de la connexion : 2a01:e35:2ee8:e540::/64, qui une [...]]]></description>
			<content:encoded><![CDATA[<p>Si vous croyer être en <a href="http://www.amiot.biz/tag/ipv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ipv6">IPv6</a> chez <a href="http://www.amiot.biz/tag/free/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with free">free</a> et que vous avez Mac OS X, alors détrompez vous !</p>
<p>Mac <a href="http://www.amiot.biz/tag/osx/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with osx">OSX</a> ne tient pas compte des RA (Routeur Advertisement) de la <a href="http://www.amiot.biz/tag/freebox/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with freebox">Freebox</a> qui contiennent 2 champs <a href="http://www.amiot.biz/tag/icmpv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with icmpv6">ICMPv6</a> récurvise DNS Servers.</p>
<p>Il prend cependant bien en compte :</p>
<p>- Le préfix <a href="http://www.amiot.biz/tag/ipv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ipv6">IPv6</a> de la connexion : 2a01:e35:2ee8:e540::/64, qui une fois concaténé à mon @MAC donnera mon @ Globale <a href="http://www.amiot.biz/tag/ipv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ipv6">IPv6</a></p>
<p>- La MTU : 1480 (que ca ?)</p>
<p>- Link Layer <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a> : @MAC de la <a href="http://www.amiot.biz/tag/freebox/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with freebox">Freebox</a> nécéssaire pour que ma machine connaisse sa gateway (Fe80::x:x:x:x)</p>
<p>- <a href="http://www.amiot.biz/tag/osx/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with osx">OSX</a> créer aussi bien sa Link Local <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a> (Fe80::+mon@MAC)</p>
<p>Apple ne respecte donc pas la <a href="http://www.amiot.biz/tag/rfc/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with rfc">RFC</a> 2462 sur les Routers Advertissements !</p>
<p>Les Serveurs DNS <a href="http://www.amiot.biz/tag/ipv6/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ipv6">IPv6</a> de <a href="http://www.amiot.biz/tag/free/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with free">Free</a> (<a href="http://www.amiot.biz/tag/freebox/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with freebox">Freebox</a>) sont 2a01:e00::1 &amp; 2a01:e00::2 à rajouter dans le résolv.conf ou la fenetre de config DNS de votre interface préférée.</p>
<p><a href="http://www.amiot.biz/wp-content/uploads/screen-shot-2010-01-13-at-014532.png"  rel="lightbox[474]"><img class="size-medium wp-image-476 alignnone" title="Freebox ICMPv6 RA" src="http://www.amiot.biz/wp-content/uploads/screen-shot-2010-01-13-at-014532.png" alt="Freebox ICMPv6 RA" width="452" height="335" /></a></p>
<p>Liens : <a rel="nofollow" href="http://tsennyipa.livejournal.com/3347.html"  target="_blank">http://tsennyipa.livejournal.com/3347.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.amiot.biz/osx-ipv6-icmpv6-dns-freeboxissues/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Inside / Oustide - Local / Global</title>
		<link>http://www.amiot.biz/inside-oustide-local-global/</link>
		<comments>http://www.amiot.biz/inside-oustide-local-global/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 15:53:43 +0000</pubDate>
		<dc:creator>Philippe</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[CISCO]]></category>

		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://www.amiot.biz/?p=471</guid>
		<description><![CDATA[•Inside Local (IL)—The IP address assigned to a host within an enterprise. This address may be globally unique, allocated out of the private address space defined in RFC 1918, or may be officially allocated to some other enterprise.

•Inside Global (IG)—The IP address of a host within an enterprise, as it appears in the Internet. These [...]]]></description>
			<content:encoded><![CDATA[<p class="pBu1_Bullet1">•<img src="http://www.cisco.com/warp/public/illus/images/blank.gif" border="0" alt="" width="19" height="2" /><em class="cEmphasis">Inside Local (IL)</em>—The <a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">IP</a> <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a> assigned to a host within an enterprise. This <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a> may be globally unique, allocated out of the private <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a> space defined in <a href="http://www.amiot.biz/tag/rfc/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with rfc">RFC</a> 1918, or may be officially allocated to some other enterprise.</p>
<p><a name="wp30049"></a></p>
<p class="pBu1_Bullet1">•<img src="http://www.cisco.com/warp/public/illus/images/blank.gif" border="0" alt="" width="19" height="2" /><em class="cEmphasis">Inside <a href="http://www.amiot.biz/tag/global/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with global">Global</a> (IG)</em>—The <a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">IP</a> <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a> of a host within an enterprise, as it appears in the Internet. These addresses are allocated from a globally-unique <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a> space, typically provided by the ISP.</p>
<p><a name="wp30050"></a></p>
<p class="pBu1_Bullet1">•<img src="http://www.cisco.com/warp/public/illus/images/blank.gif" border="0" alt="" width="19" height="2" /><em class="cEmphasis">Outside Local (OL)</em>—The <a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">IP</a> <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a> of a host outside an enterprise as it appears within the enterprise. These addresses can be allocated from the <a href="http://www.amiot.biz/tag/rfc/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with rfc">RFC</a> 1918 space if desired.</p>
<p><a name="wp30051"></a></p>
<p class="pBu1_Bullet1">•<img src="http://www.cisco.com/warp/public/illus/images/blank.gif" border="0" alt="" width="19" height="2" /><em class="cEmphasis">Outside <a href="http://www.amiot.biz/tag/global/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with global">Global</a> (OG)</em>—The <a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">IP</a> <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a> of a host outside the enterprise, as it appears in the Internet. These addresses are allocated from a globally-unique <a href="http://www.amiot.biz/tag/address/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with address">address</a> space.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amiot.biz/inside-oustide-local-global/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NAS 2To</title>
		<link>http://www.amiot.biz/nas-2to/</link>
		<comments>http://www.amiot.biz/nas-2to/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 00:16:45 +0000</pubDate>
		<dc:creator>Philippe</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.amiot.biz/?p=467</guid>
		<description><![CDATA[Le père Noel est passé et m&#8217;a offert un NAS de marque SYNOLOGY de 2&#215;2 To ! (sont fort ses chinois quand même  )
Monté en RAID 1 ext3 (mirroring de 2To), je preserve ainsi mes data d&#8217;une bete perte du au disque dur qui flanche &#8230; Mais le NAS va BEAUCOUP plus loin !
L&#8217;OS [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 186px"><img title="DS210j" src="http://www.synology.com/enu/products/DS210j/photos/003.jpg" alt="DS210j" width="176" height="176" /><p class="wp-caption-text">DS210j</p></div>
<p>Le père Noel est passé et m&#8217;a offert un <a rel="nofollow" href="http://en.wikipedia.org/wiki/Network-attached_storage"  target="_blank">NAS</a> de marque <a rel="nofollow" href="http://en.wikipedia.org/wiki/Synology"  target="_blank">SYNOLOGY </a>de 2&#215;2 To ! (sont fort ses chinois quand même <img src='http://www.amiot.biz/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> )</p>
<p>Monté en <a rel="nofollow" href="http://fr.wikipedia.org/wiki/RAID_%28informatique%29#RAID_1_:_Disques_en_miroir"  target="_blank">RAID 1</a> <a rel="nofollow" href="http://fr.wikipedia.org/wiki/Ext3"  target="_blank">ext3 </a>(mirroring de 2To), je preserve ainsi mes data d&#8217;une bete perte du au disque dur qui flanche &#8230; Mais le NAS va BEAUCOUP plus loin !</p>
<p>L&#8217;OS basé sur une busybox et équipé d&#8217;un proc ARM cadencé à 800 MHz et  128 Mo de RAM. Le Software de Management HTTP est basé sur FreeNAS ou grandement  inspiré. J&#8217;ai meme recu une copie papier de la GPL dans le carton de livraison  c&#8217;est vous dire &#8230; y sont fort ces chinois <img src='http://www.amiot.biz/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> !!</p>
<p>De consommation réduite, 10/25w max, il peut aussi faire :<br />
- <a rel="nofollow" href="http://en.wikipedia.org/wiki/DLNA"  target="_blank">DLNA</a>/<a rel="nofollow" href="http://en.wikipedia.org/wiki/UPNP"  target="_blank">UPNP</a> &amp; <a rel="nofollow" href="http://en.wikipedia.org/wiki/ITunes"  target="_blank">iTunes</a> server, Audio Station (avec des enceintes USB)<br />
- Photo Station et <a rel="nofollow" href="http://en.wikipedia.org/wiki/CCTV#IP_cameras"  target="_blank">CCTV </a>(<a href="http://www.amiot.biz/tag/ip/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with ip">IP</a> Webcams)<br />
- FTP/NFS/SMB(CIFS)/AFP Server<br />
- <a rel="nofollow" href="http://en.wikipedia.org/wiki/ISCSI"  target="_blank">iSCSI</a> (pratique pour le stockage de VMs)<br />
- SNMP, Telnet, SSH, print server<br />
- Backup : iTimeCapsule like (for my Mac) / DataBackup PC<br />
- Apache, MySQL, PHP server<br />
- 2 applis Iphone pour controller la musique et les photos sans fil (Wifi/3G)<br />
- Download Station : FTP/HTTP/BT/Emule/NBZ downloader (à base de wget, rtorrent, sabnz &#8230;)<br />
- De la sécurité iptable de base, du TLS/SSL sur HTTP et FTP<br />
- Le support de <a rel="nofollow" href="http://en.wikipedia.org/wiki/Jumbo_frame"  target="_blank">Jumbo Frame</a> jusqu&#8217;a 9 000 bytes, à condition d&#8217;être en Gigabits sur du <a rel="nofollow" href="http://en.wikipedia.org/wiki/Cat6"  target="_blank">CAT6</a><br />
- et tout un monde de &#8220;modders&#8221; proposant des extensions tel Postfix, OpenVPN,  Asterisk, Radius&#8230;</p>
<p>Bref un vrai petit serveur Linux suffisant pour un petit serveur multimédia dans tout son sens &#8230;</p>
<p>Le but étant de :</p>
<p>Ne pas perdre de données : RAID 1 s&#8217;impose avec EXT3 (journalisation)<br />
D&#8217;avoir les données disponible entre plusieurs OS, plusieurs machines : CIFS/AFP/FTP/HTTP<br />
Avoir les données disponibles de l&#8217;extérieur de facon sécurisée : SSH tunneling, SFTP, HTTPS<br />
Ne pas trop consommer : 10/25 Watts<br />
Silencieux : 24Db(A)<br />
En faire une station de téléchargement distante : le mode Download Station via HTTPS convient parfaitement<br />
Pouvoir y mettre de la musique, voir mes séries et films : DLNA/UPNP &amp; Itunes server do the job.<br />
Backup : TimeCapsule like sur un disque dur externe branché en USB.<br />
D&#8217;oublier ce serveur : sa taille et son poid me permette de le planquer dans un coin (avec un onduleur et un <a rel="nofollow" href="http://en.wikipedia.org/wiki/Kensington_Security_Slot"  target="_blank">Kensington Lock</a>).</p>
<p>Mais le &#8220;modding&#8221; me tente sur 3 points :</p>
<p>- Proxying : TinyProxy (+SSHTunneling) : pour bypasser les proxys récalcitrants<br />
- OpenVPN : pour bypasser les autres proxys récalcitrants<br />
- SIP/IAX : Asterisk, OpenSER, OpenSIPs : VoIP wherever whenever I want &amp; I&#8217;m &amp; I&#8217;ll be &#8230; ([PUB] en passant par <a href="http://www.amiot.biz/tag/free/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with free">Free</a> en sortie).</p>
<p>Bref, je sens que je ne vais pas m&#8217;ennuyer &#8230; affaire à suivre &#8230; quand j&#8217;aurais du temps &#8230;</p>
<p>&#8230; Je prend le prochain avec avec 4 disques en RAID5 juste pour les VMs &#8230; mais pas avant à Noel prochain <img src='http://www.amiot.biz/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Tout est la : <a href="http://www.synology.com/enu/products/DS210j/spec.php"  target="_blank">SYNOLOGY DS210j SPECS</a> / <a href="http://forum.synology.com/enu/"  target="_blank">FORUM </a>/ <a href="http://forum.synology.com/enu/viewforum.php?f=77"  target="_blank">MODDERS</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.amiot.biz/nas-2to/feed/</wfw:commentRss>
		</item>
		<item>
		<title>30 piges</title>
		<link>http://www.amiot.biz/30-piges/</link>
		<comments>http://www.amiot.biz/30-piges/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 05:00:18 +0000</pubDate>
		<dc:creator>Philippe</dc:creator>
		
		<category><![CDATA[Ma Vie 2.0]]></category>

		<guid isPermaLink="false">http://www.amiot.biz/?p=462</guid>
		<description><![CDATA[
Et voila nous y voila, le cap des 30 piges est arrivé !
C&#8217;est l&#8217;occasion de faire un bilan perso et une reflexion approfondie &#8230;
Après 3 secondes d&#8217;intense reflexion : Bilan :
Life is short, stay free, follow your instinct, respect the nature, don&#8217;t forget where you come from, smell the wind, look toward the sea and the mountaintops [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://www.babble.com/CS/blogs/strollerderby/revolution.jpg" alt="" width="380" height="380" /></p>
<p>Et voila nous y voila, le cap des 30 piges est arrivé !</p>
<p>C&#8217;est l&#8217;occasion de faire un bilan perso et une reflexion approfondie &#8230;</p>
<p>Après 3 secondes d&#8217;intense reflexion : Bilan :</p>
<p>Life is short, stay <a href="http://www.amiot.biz/tag/free/"  class="st_tag internal_tag" rel="tag" title="Posts tagged with free">free</a>, follow your instinct, respect the nature, don&#8217;t forget where you come from, smell the wind, look toward the sea and the mountaintops &#8230; and keep on going &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amiot.biz/30-piges/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
