<?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>Routers &amp; networks &#8211; Roumazeilles.net</title>
	<atom:link href="https://www.roumazeilles.net/news/en/wordpress/category/science-and-geeks/routers-networks/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.roumazeilles.net/news/en/wordpress</link>
	<description>Technology opinions and others</description>
	<lastBuildDate>Thu, 17 Jun 2021 19:54:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Test your firewall</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2020/11/25/test-your-firewall/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2020/11/25/test-your-firewall/#respond</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Wed, 25 Nov 2020 20:09:13 +0000</pubDate>
				<category><![CDATA[Routers & networks]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[test]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/?p=16010</guid>

					<description><![CDATA[Shields up! Shields up! will allow you to test the security of your Internet conection. If you have a firerwall, you will know if it is correctyl configured. If you don&#8217;t, you will know what risks you are taking. I invite you to visit the rest of the web site, too. It covers security aspects linked [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Shields up!</h2>



<p><a href="http://www.grc.com/">Shields up!</a> will allow you to test the security of your Internet conection. If you have a firerwall, you will know if it is correctyl configured. If you don&#8217;t, you will know what risks you are taking.</p>



<p>I invite you to visit the rest of the web site, too. It covers security aspects linked to an Internet connection (more for personal computers than enterprise networks, though). You will even find good comparisons and selection of tools like&nbsp;<a href="http://www.grc.com/su-firewalls.htm">personal firewalls</a>. Recommended.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2020/11/25/test-your-firewall/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Raspberry Pi as a local DNS/DHCP server</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2020/11/23/raspberry-pi-as-a-local-dns-dhcp-server/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2020/11/23/raspberry-pi-as-a-local-dns-dhcp-server/#respond</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Mon, 23 Nov 2020 19:21:56 +0000</pubDate>
				<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Routers & networks]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[dnsmasq]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[IPv4]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/?p=15038</guid>

					<description><![CDATA[For a local network supporting a small company or an Internet-active family, it is always possible to rely totally on an Internet Service Provider (ISP) which will provide basic network services straight from the Internet box/router (fibre or ADSL). But, if &#8211; like me &#8211; you want to have more flexibility, you&#8217;d prefer to setup [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>For a local network supporting a small company or an Internet-active family, it is always possible to rely totally on an Internet Service Provider (ISP) which will provide basic network services straight from the Internet box/router (fibre or ADSL). But, if &#8211; like me &#8211; you want to have more flexibility, you&#8217;d prefer to setup your own services.</p>



<p>I noticed the market emergence of nano-computers like Android boxes or Raspberry Pi which allow to easily setup services that may have been prohibitely expensive in the past.</p>



<p>So, I decided to pruchase a Raspberry Pi 3 B+ (a rather cheap network little box, with low power consumption, able to stay online permanently, and easily configurable). I wanted to start by deploying the minimal network services to give me maximum agency.</p>



<p>Minimum feature set included:</p>



<ul class="wp-block-list"><li>A <strong>DHCP </strong>server (to assign IP addresses on the local network with ability to fix some of them in a static list, for easier management)</li><li>A <strong>DNS </strong>server providing<ul><li>DNS request cache (to speed up the overall Internet access of my Internet users)</li><li>Delivery of local network names</li><li>Capacity to allow future DNS filtering (I don&#8217;t care much about adult-content filtering, but I&#8217;d like to stop some of the phishers, even if these two activities are technically identical)</li></ul></li></ul>



<p>In the future, some more services may come handy (nothing of this has been studied here):</p>



<ul class="wp-block-list"><li>An NTP server (for time)</li><li>A WINS Windows names server</li></ul>



<h2 class="wp-block-heading">Comparison</h2>



<p>As a matter of fact, I noticed that two serveurs seemed able to simultanesouly provide DHCP and DNS: <a href="https://nlnetlabs.nl/projects/unbound/about/">Unbound</a> and <a href="https://wiki.debian.org/dnsmasq">dsnmasq</a>.</p>



<p>Unbound highlights:</p>



<ul class="wp-block-list"><li>Lightweight server</li><li>DNSSEC support</li><li>rather security-oriented</li><li>No DNS authoritative server (but able to handle a local domain)</li></ul>



<p>dnsmasq highlights:</p>



<ul class="wp-block-list"><li> Lightweight server</li><li>DNSSEC support</li><li>DHCP and DNS are integrated in the same server</li><li>May use /etc/hosts to feed DNS</li><li>No DNS recursive server (only forward to an authoritative/recursive like 8.8.8.8 or 9.9.9.9 or your ISP DNS server)</li><li>No DNS authoritative server (but able to handle a local domain) </li></ul>



<p>I chose dnsmasq, mainly because of the DNS + DHCP integration.</p>



<h2 class="wp-block-heading">Some surprising discoveries</h2>



<p>Première information vite découverte : les serveurs NAS Synology sont tout à fait incompatibles avec le filtrage de DNS de CleanBrowsing. Celui-ci compte synology.me (service nécessaire pour le DDNS de Synology) dans les domaines à risque. De nombreux services du NAS cessent immédiatement de fonctionner.</p>



<p>Je n&#8217;ai pas vérifié mais il est probable que de nombreux autres services DDNS (Dynamic DNS) soient black-listés pour les mêmes raisons : devant le nombre de petits serveurs Synology (ou autres) mal configurés, ces DDNS renvoient sans doute vers une forte proportion de domaines qui ont été pris en otage par les hackers.</p>



<p>Il faut donc pouvoir gérer cela plus finement si vous avez vous-même votre propre NAS Synology (et sans doute d&#8217;autres marques).</p>



<h2 class="wp-block-heading">Observations</h2>



<p>After a few months of  dnsmasq use on Rapsberry Pi, it is time to comment and share my experience.</p>



<p>First, this worked really well. Even if I had one case of locked down DHCP server (no warning, no error, but killed). I tried finding why, but it was far easier to reboot the server box (On-Off switch) to restore the service. Of course, a few minutes of digging into logs did bring me some worried looks from another network user&#8230;</p>



<p>The DNS filter setup to remove access to some risky domains work perfectly well. But, I have to admit that nothing seems to have triggered that (except my tests). Since this is not the only security barrier on my network, this may be OK. For the record, here is the filter creation script I use:</p>



<pre class="wp-block-preformatted">#!/bin/sh
#Dated 2020-11-10 1.0 Addition of --quiet to wget (to reduce clutter to /var/mail/pi)
#                     *** STABLE RELEASE ***

cd /var/lib/work

#Get anti-phishing filter lists from Internet
wget -q -O ./isc-low.txt 'https://isc.sans.edu/feeds/suspiciousdomains_Low.txt'
wget -q -O ./isc-med.txt 'https://isc.sans.edu/feeds/suspiciousdomains_Medium.txt'
wget -q -O ./isc-hig.txt 'https://isc.sans.edu/feeds/suspiciousdomains_High.txt'
wget -q -O ./yoyo.dnsmasq.txt 'https://pgl.yoyo.org/adservers/serverlist.php?hostformat=dnsmasq&amp;hostformat=nohtml&amp;showintro=0&amp;mimetype=plaintext'
#Remodel the lists into DNSmasq filters
catcherIP='192.168.1.250'
inputfile="./isc-med.txt"
tmpfile="/tmp/.adlist.$$"
tmpconffile="/tmp/.dnsmasq.conf.$$"
configfile="/etc/dnsmasq.filter.conf"
configheader="/etc/dnsmasq.filter.header"

#Start with putting our own header
    [ -f "$configheader" ] &amp;&amp; cat $configheader &gt;&gt; $tmpconffile
#check if TmpFile could be init'd with header
if [ ! -s $tmpconffile ]
then
    echo "temp fil '$tmpconffile' could not be found or is empty; quitting"
    exit
fi
#Remove list headers
cat $inputfile | grep -v "^#" | grep -v "^Site$" &gt; $tmpfile
#Buid list to DNSmasq format, and add it to the file
sed "s/(.*)/address=\/\1\/${catcherIP}/" $tmpfile &gt;&gt; $tmpconffile
#Move the final list to destination
sudo cp $tmpconffile $configfile</pre>



<p>One of the advantages of this server is its speed. I may have been slightly worried (or attentive) before knowing the Raspberry Pi, but there was no reason. Maybe because of the low workload (despite an HTTP server, some distant connexions, and a few local scripts) and because of the good power developed by the CPU, everything is fine and dandy even when a dozen clients are pounding the DNS server (the iPhones are quite insistant in using the netowrk on a continuous basis)).</p>



<p>dnsmasq is perfectly able t manageIPv6 DHCP, and correspondingIPv6 DNS. Documentation about this is terse (if not simply lacking), but it works well and I learned quite a few things. The Raspberry Pi was so reliable that it was IPv6 proxy during some of my tests without any perceptible impact. (I was rightfully impressed).</p>



<p>After initially using dynamic address allocation, I moved the DHCP server into a nearly exclusively static configuration (my own choice in order to have easier local client identification). No big deal, neither in IPv4 nor in IPv6.</p>



<p>Conclusion: Totally positive.</p>



<p>In the future, I may be tempted to deploy more powerful servers for DHCP and DNS for a wider support (maybe or maybe not) and to try a network spy like SNORT or SURICATA. But this is a completely different story. And, in this case, I may be tempted to go to a really powerful solution (I have an Avenger96 under initial trial, but its software support seems to be a real mess).</p>



<h2 class="wp-block-heading">A few other interesting links</h2>



<ul class="wp-block-list"><li>A few other solutions for a DHCP server:<ul><li><a href="https://www.isc.org/dhcp-tools/"></a><a href="https://www.linux.com/tutorials/dnsmasq-easy-lan-name-services/">DNSmasq installation</a> (DHCP only)</li><li>Dragon: <a href="https://blogging.dragon.org.uk/howto-setup-dnsmasq-as-dns-dhcp/">DNSmasq installation</a> (DHCP + DNS)</li><li>Instructables: <a href="https://www.instructables.com/id/Running-your-own-DNSDHCP-Server-the-Easy-way/">installation for DNSmasq</a> (DHCP &amp; DNS)  </li><li><a href="https://wiki.debian.org/DHCP_Server">ISC-DHCP server on Debian</a></li><li><a href="https://www.tecmint.com/install-dhcp-server-in-ubuntu-debian/">ISC-DHCP server on Ubuntu</a></li><li><a href="https://wiki.debian.org/DHCP_Server">Tools designed to work with ISC-DHCP</a></li><li><a href="https://wiki.debian.org/DHCP_Server">Fast instructions for installing DHCP, DNS, </a><a href="http://www.raspberry-pi-geek.com/Archive/2014/03/Setting-up-Raspberry-Pi-as-a-DHCP-NTP-and-DNS-server">and NTP on Raspberry Pi</a></li></ul></li><li>Some data about installation of another DNS server:<ul><li><a href="https://www.digitalocean.com/community/tutorials/how-to-configure-bind-as-a-private-network-dns-server-on-debian-9">BIND local-mode DNS server on Debian 9</a></li><li><a href="https://www.digitalocean.com/community/tutorials/how-to-configure-bind-as-an-authoritative-only-dns-server-on-ubuntu-14-04">BIND authoritative DNS server on Ubuntu</a></li><li><a href="https://www.digitalocean.com/community/tutorials/how-to-configure-bind-as-a-caching-or-forwarding-dns-server-on-ubuntu-14-04">BIND &#8220;caching&#8221; or &#8220;forward-only&#8221; DNS server on Ubuntu</a></li></ul></li><li>DNS filters:<ul><li><a href="https://www.gmass.co/blog/domain-blacklists-comprehensive-guide/">THE guide on cleaning DNS from public domain lists</a></li></ul></li><li>Setup of a LaSynology NAS or router:<ul><li><a href="https://www.synology.com/fr-fr/knowledgebase/DSM/tutorial/Network/How_to_set_up_your_domain_with_Synology_DNS_Server">Configuration of a DNS server on DSM</a></li></ul></li><li>Server comparisons:<ul><li><a href="https://computingforgeeks.com/bind-vs-dnsmasq-vs-powerdns-vs-unbound/">BIND vs. dnsmasq vs PowerDNS vs Unbound</a><br><br> <br><br> </li></ul></li></ul>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2020/11/23/raspberry-pi-as-a-local-dns-dhcp-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cast picture slideshows to Chromecast</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2019/09/18/cast-picture-slideshows-to-chromecast-yv/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2019/09/18/cast-picture-slideshows-to-chromecast-yv/#respond</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Wed, 18 Sep 2019 14:23:17 +0000</pubDate>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Routers & networks]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/?p=15031</guid>

					<description><![CDATA[A Chromecast is a really funny little tool that will ease the connection of a basic TV set to a computer or your smartphone. But Google really limited the possibilities &#8211; explicitly because they wanted to keep users inside the Google biosphere. So, I wanted to use my old Chromecast 2013 (but the issue and [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>A Chromecast is a really funny little tool that will ease the connection of a basic TV set to a computer or your smartphone. But Google really limited the possibilities &#8211; explicitly because they wanted to keep users inside the Google biosphere.</p>



<p>So, I wanted to use my old <a href="https://www.qwant.com/?q=chromecast%202013&amp;t=images">Chromecast 2013</a> (but the issue and its solution are exactly the same on a more recent model) to cast a photo slideshow on a TV set which is sitting mostly unused in the kitchen of our flat. But, this did not appear easy to do from Chrome (at least not easy to me).</p>



<p>I finally ended up with this solution: Use <a href="https://www.irfanview.com/">IrfanView</a> to bring a slideshow to the PC screen (a laptop of a desktop will both be easy enough, but a Mac would do). Then, I ask my Chrome browser to cast the desktop to the TV further on the network. Nothing fancy, nothing elegant, but I was looking for too complicated or Chrome-integrated&#8230; </p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2019/09/18/cast-picture-slideshows-to-chromecast-yv/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Synology-based synchronization solution</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2017/08/27/synology-based-synchronization-solution/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2017/08/27/synology-based-synchronization-solution/#comments</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Sun, 27 Aug 2017 15:34:05 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Routers & networks]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Amazon Cloud Drive]]></category>
		<category><![CDATA[Google Drive]]></category>
		<category><![CDATA[Hitachi]]></category>
		<category><![CDATA[hubiC]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[Synology]]></category>
		<category><![CDATA[Western Digital]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/?p=14295</guid>

					<description><![CDATA[When CrashPlan announced the end of its unlimited backup service, I had to actively seek a new solution asking myself the question of how to provide two services I was previously (more or less) getting from this provider: Backups Synchronization between several machines (several PC and several iPhone) CrashPlan easily provided the backup feature despite [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>When CrashPlan announced the end of its unlimited backup service, I had to actively seek a new solution asking myself the question of how to provide two services I was previously (more or less) getting from this provider:</p>
<ol>
<li>Backups</li>
<li>Synchronization between several machines (several PC and several iPhone)</li>
</ol>
<p>CrashPlan easily provided the backup feature despite a high volume of photo files (more than 2 TB as of today), but was relatively poor interms of synchronization. So, it was time to spend some energy defining the whole need/specification and finding a true solution.</p>
<h4>Specification</h4>
<p>For backup, my requirements have long been defined:</p>
<ol>
<li>At least three backup copies</li>
<li>At least two different technologies (e.g; not to rely only on optical drives or hard drives)</li>
<li>At least one off-site location (to be protected against theft, fire hazards, etc., think off-site, or cloud, or external/bank safe box)</li>
</ol>
<p>For synchronization, previous use of DropBox and Evernote (on small volumes) allowed me to confirm the precise needs I had:</p>
<ol>
<li>Real-time sharing of some critical files with daily updates (as for Evernote note files, or the database for my password management application, etc.)</li>
<li>Encryption of all comms (I don&#8217;t want to leak my passwords or my bank account data).</li>
</ol>
<h4>Solution</h4>
<p>I was clearly influenced by several factors in my choice, and I will try and make these explicit (your solution may not be strictly identical to mine). So, let&#8217;s start by what I chose to deploy.</p>
<p><span id="more-14295"></span>A smal file server (a Synology DS413j) at my home. It hosts 4 hard drives of 3 TB (initially, four Western Digital RED) in SHR/RAID 5 mode for a total capacity of 6 TB.</p>
<p>The large capacity was defintely dictated by the the need to host a large multimedia server and a large quantity of digital photos (Today, we have altogether much more than 100.000 pictures on this server).</p>
<p>The choice of RAID 5 was a very early one because of its optimum balance between overall dedundancy (you can loose one hard drive with no data loss) and cost (you loose less data to redundancy than in other two-disk RAID configurations). The Synology SHR technology is even better because is allows disks with different capacities (the two smaller ones define the maximum capacity. So, you&#8217;d better have one 500 GB with three 4 TB bigger ones; It would be a waste) and it accepts (like all RAIDs) to replace one failed drive with a new one (during the rebuilding of RAID/SHR, you have no more data protection but this is temporairy &#8211; and you can keep working in paralle).</p>
<p>Going to Synology was even more justified by a single important item rarely listed in RAID sevrer comparisons: The software offering is specially attractive at Synology. DSM (Synology OS) hosts  &#8220;packages&#8221; for many applications. The complements I installed (see below) are provided as ready-to-use instalations and can be easy to install even if you have minimal understanding of the inner workings of a server.</p>
<p>So, I was able to deploy a two-stage solution:</p>
<ol>
<li>PC-to-Synology synchronization (three PC via Cloud Station Server)</li>
<li>Synology-to-Amazon synchronization (Amazon Cloud Drive through Cloud Sync)</li>
</ol>
<p><strong>Cloud Station Server</strong> and <strong>Cloud Sync</strong> are two applications from Synology which are installed in about 5-6 minutes (including download time) from the  &#8220;Packages Center&#8221; of Synology DSM.</p>
<p><figure id="attachment_9248" aria-describedby="caption-attachment-9248" style="width: 600px" class="wp-caption aligncenter"><img fetchpriority="high" decoding="async" class="size-large wp-image-9248" src="https://www.roumazeilles.net/news/fr/wordpress/wp-content/uploads/2017/08/Synology-cloud-600x408.jpg" alt="Synology cloud applications" width="600" height="408" /><figcaption id="caption-attachment-9248" class="wp-caption-text">Synology cloud applications</figcaption></figure></p>
<p>If we start looking at the synchronization between PC (or iPhone) and Synology, merely opening the <strong>Cloud Station Server</strong> in the list below (in the management interface of my Synology DS413j DSM) leads us directly to a menu allowing to download the Windows application (or iPhone app) to install before starting synchronizations between PC and Synology cloud server.</p>
<p><img decoding="async" class="aligncenter size-large wp-image-9253" src="https://www.roumazeilles.net/news/fr/wordpress/wp-content/uploads/2017/08/Synology-cloud-apps-600x438.jpg" alt="Applications cloud pour Synology" width="600" height="438" /></p>
<p>A few clicks and it&#8217;s done. Nothing could be simpler. a few minutes and synchronization is starting. It runs in background (it does not hinder normal PC activity) and you will only notice the new change to the file icons showing that it is already synched ot the cloud (see examples below) or that it is still waiting for synchronization (blue tag).</p>
<p><img decoding="async" class="aligncenter size-large wp-image-9252" src="https://www.roumazeilles.net/news/fr/wordpress/wp-content/uploads/2017/08/trail-du-fournel-600x257.jpg" alt="Images synchronisées sur Synology Cloud Server" width="600" height="257" /></p>
<p>At this point, PC are synchronized, via the Synology server. You can consider that this is a backup since I chose to keep all most recent 32 versions of each file modifications and to not let Synology wipe deleted files (they are stored in the server dust-bin). So, this is a Time Machine feature on top of a backup.</p>
<p>Important notice: The synchronisation between PC and Synology cloud server is very fast and does not eat up resource even on a small/old PC (contrary to some backup programs I would not dare name, like Cobian Backup). this is re-assuring: The end-users can forget about the backup running in the background, stopping if the PC goes to sleep and starting again when it wakes up. This whole process has nearly no impact on the PC behaviour.</p>
<p>Similarly, the iPhone and iPad can use synchronization (of some files, I don&#8217;t want them overwhelmed) when on the move.</p>
<p>&nbsp;</p>
<p>The second feature replicates these data to another location (here, I chose to synchronize with Amazon Cloud Drive aka ACD because its cost is only 70€/an which appears very reasonable and can be reduced if you have Amazon Prime and a lot of photos). I understood that transfer speed would be limited by my RAID server (the DS413j is quite old and has a very cheap ARM CPU, but it defintely did not break the bank) rather than my bandwidth (I have optical fiber broadban) or by Amazon (all users observe that Amazon is going fast).</p>
<p>Synology Cloud Sync provides this in a matter of a few clicks. Just provide your Amazon login and password. Synology will do it all for you. Synchronization will start in a minute at most (I tried it with Google Drive too. this is as simple and as fast &#8211; bandwidth is quite high, which is a good thing; I thought about trying c <a href="https://hubic.com/fr/">hubic</a> from OVH, but <a href="https://www.geekzone.fr/2016/09/02/hubic-le-cloud-a-fuir/">Internet comments</a> and face-to-face talks with past users seem to point to a product without the needed performance and reliability you want here).</p>
<h4>Observations</h4>
<p>A few remarks I may have to add after some real-life use:</p>
<ul>
<li>The DS413j has a very small CPU from ARM. the CPU workload stays very high (~100%) during all the synchronization phase.</li>
<li>The first synchronization is lenghty (several days or several weeks depending on the data volume). I recommend to build the data set progressively (not to bunch all your data on the first day).</li>
<li>Next synchros will generally be much faster (nearly instantaneous).</li>
<li>Recently modified files tend to be synchronized first.</li>
<li>I used Cloud Sync to link my server to Amazon, but there is also a solution to synchronize from Synology to Synology: <em>Cloud Station Share Sync</em>. I did not try it but it could be worht exploring if you already have to geographical locations (A second home? A company with two offices?) and two Synology servers. It seems to be as simple as synchronizing with Amazon Cloud Drive.</li>
</ul>
<p><figure style="width: 1019px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-large" src="https://nasinfo.net/wp-content/uploads/ds-cloud.png" alt="Cloud Station ShareSync" width="1019" height="428" /><figcaption class="wp-caption-text">Cloud Station ShareSync</figcaption></figure></p>
<ul>
<li>In order to elevate the RAID server reliability, you&#8217;d better choose hard drives designed for 24/7 use. I would point to Western Digital RED (specailly designed for RAID servers) or Hitachi UltraStar (24/7 version of the DeskStar drives). Also, if you can avoid having all 4 or 5 identical drives, it will reduce the risk of seeing them all failing nearly simultaneously. See BackBlaze statistics on hard drives reliability.</li>
<li>You may ask where are my &#8220;three backup copies&#8221;. I actually have the following:
<ul>
<li>The original files on a master PC</li>
<li>A manually-copied copy on a separate hard drive (at least one, sometimes two or three of them on spare drives)</li>
<li>A synchronzied copy on the Synology server</li>
<li>A synchronized copy on Amazon Cloud Drive</li>
</ul>
</li>
<li>While the Synology DS413j is no longer listed, you can stil purchase the DS416j ou DS418j.</li>
<li>On the Synology NAS server, I ensured that the synchronized directory is not visible to Windows: A ransomware can&#8217;t see it, it would have to hack through the Synology software. this is protecting me against those ransomwares which try to encrypt netork drives too. (Anyway, I can still control my data through the web interface of DSM).</li>
<li>If a ransomware tries to encrpyt my files (they may then be synchronized in encrypted form), I made sure that versioning is enabled on Synology (This way, I could travel back in time and avoid &#8220;paying the ransom&#8221;).</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2017/08/27/synology-based-synchronization-solution/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Security on Roumazeilles.net</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2016/09/15/security-on-roumazeilles-net/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2016/09/15/security-on-roumazeilles-net/#respond</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Wed, 14 Sep 2016 22:00:12 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Liberties]]></category>
		<category><![CDATA[Routers & networks]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[web site]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/?p=14085</guid>

					<description><![CDATA[Minor technical information for those of you who are sensitive to their online safety. One of the recommended steps to a better privacy and safety is using web site under the SSL protocol (accessing them with https:// instead of http://). Now, Roumazeilles.net helps you and can be transparently accessed through both addresses: https://www.Roumazeilles.net/ http://www.Roumazeilles.net/ &#160; [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Minor technical information for those of you who are sensitive to their online safety. One of the recommended steps to a better privacy and safety is using web site under the SSL protocol (accessing them with <strong>http<span style="color: red;">s</span>://</strong> instead of <strong>http://</strong>).</p>
<p>Now, Roumazeilles.net helps you and can be transparently accessed through both addresses:</p>
<p style="text-align: center;"><a href="https://www.Roumazeilles.net/">http<span style="color: red;">s</span>://www.Roumazeilles.net/</a></p>
<p style="text-align: center;"><a href="http://www.Roumazeilles.net/">http://www.Roumazeilles.net/</a></p>
<p>&nbsp;</p>
<p>For most people, this will change nothing. For those who prefer to keep some of their browsing (a little more) discreet, it may help.</p>
<p><span id="more-14085"></span></p>
<p>Useful reading: <a href="https://www.eff.org/https-everywhere%20">HTTPS Everywhere | Electronic Frontier Foundation</a></p>
<p>If you really want to go into more gory technical details, I can mention that this move was made possible (easy) by my web hosting provider (<a href="https://www.ovh.com/">OVH</a>) who provides a free SSL certificate that I only needed to enable in my administration interface.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2016/09/15/security-on-roumazeilles-net/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Synology on a sub-domain (with a dynamic IP address)</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2014/09/28/synology-on-a-sub-domain-with-a-dynamic-ip-address/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2014/09/28/synology-on-a-sub-domain-with-a-dynamic-ip-address/#respond</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Sun, 28 Sep 2014 18:58:44 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Routers & networks]]></category>
		<category><![CDATA[CNAME]]></category>
		<category><![CDATA[DDNS]]></category>
		<category><![CDATA[DiskStation]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[IP addreess]]></category>
		<category><![CDATA[IPv4]]></category>
		<category><![CDATA[subdomain]]></category>
		<category><![CDATA[Synology]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/?p=13644</guid>

					<description><![CDATA[My problem: I&#8217;ve got a Fiber connexion to the Internet (at Numéricable, one of the main ISP in France) which is forcing a dynamic IP address on me (no fixed IP address, even with a premium; They&#8217;ve settled in the XXth century). This would not be very serious except that I host a RAID server [&#8230;]]]></description>
										<content:encoded><![CDATA[<h3>My problem:</h3>
<p>I&#8217;ve got a Fiber connexion to the Internet (at Numéricable, one of the main ISP in France) which is forcing a dynamic IP address on me (no fixed IP address, even with a premium; They&#8217;ve settled in the XXth century). This would not be very serious except that I host a RAID server from Synology (a DS413j DiskStation with 4 hard drives in RAID-5 redundant mode) which provides several services I would like to share with the Internet (while I&#8217;m travelling with my iPhone or my laptop, I&#8217;d like to get access to my files through FTP, or my email server).</p>
<p>So, I decided to set things right in order to appropriately locate the Synology DiskStation in a sub-domain of my own (e.g. <code>mail.roumazeilles.net</code>).</p>
<h3>The solution I opted for:</h3>
<h4>Dynamic IP addess:</h4>
<p>Since my IP address is dynamic, there&#8217;s no way I can progress until I solved this single issue. I chose to use the DDNS service DDNS from Synology. Since I use DSM 5.0 (the most recent software version from Synology), I can reach the appropriate option through the control panel and the &#8220;External access&#8221; menu. I just added a DDNS, selecting Synology as a service supplier, and I recorded the name I wanted (let&#8217;s say <code>ds</code>). From this point, despite the IP address changes, my DiskStation is always accessible at <code>ds.synology.me</code>.</p>
<h4>DNS subdomain:</h4>
<p>After that, I need to point <code>mail.roumazeilles.net</code> onto <code>ds.synology.me</code>. This is slightly more complex because my <code>roumazeilles.net</code> domain nam is reserved atz <a href="http://www.gandi.net/" title="Gandi">Gandi</a> and it is pointed toward a server hosted by <a href="http://www.ovh.net/" title="OVH">OVH</a>. It&#8217;s the hosted server (rented from OVH) which includes all the information relating to <code>roumazeilles.net</code>. So, I went to my server control panel and, in its DNS configuration, I modified (in your case, you may need to add) a CNAME record.</p>
<p><code>mail 10800 IN CNAME ds.synology.me.</code> <em>(Don&#8217;t forget the final dot/period in your CNAME entry, or it won&#8217;t work!) </em><br />
Since I am lucky, my control panel at OVH includes an easy way to get the correct syntax (it&#8217;s safer): I tell it the <code>mail</code> subdomain is described by a <code>CNAME</code> record pointing to <code>ds.synology.me</code> (a bit terse, but not difficult).</p>
<p>Then, I only had to wait for the DNS information to &#8220;propagate&#8221; (from a few minutes to a few hours, sometimes up to 24-48 hours). And a little check using <code>ping mail.roumazeilles.net</code> confirmed that it answered from my Numéricable IP address.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2014/09/28/synology-on-a-sub-domain-with-a-dynamic-ip-address/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Kermit, it&#8217;s the end</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2011/05/21/kermit-its-the-end/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2011/05/21/kermit-its-the-end/#respond</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Sat, 21 May 2011 19:32:47 +0000</pubDate>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Routers & networks]]></category>
		<category><![CDATA[Sciences]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[kermit]]></category>
		<category><![CDATA[Vax]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/?p=5015</guid>

					<description><![CDATA[You know that you&#8217;re a computer dinosaur when you discover that a computer program you started with is reaching its end-of-life after&#8230; 30 years. The Kermit Project is canceled, effective 1 July 2011. I think that I actually started using Kermit on a Vax 11/780 computer from Digital Equipment Corporation to exchange data between various [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>You know that you&#8217;re a computer dinosaur when you discover that a computer program you started with is reaching its end-of-life after&#8230; 30 years.</p>
<p><a href="http://www.columbia.edu/kermit/">The Kermit Project is canceled, effective 1 July 2011.</a></p>
<p>I think that I actually started using <a href="http://en.wikipedia.org/wiki/Kermit_(protocol)">Kermit</a> on a Vax 11/780 computer from Digital Equipment Corporation to exchange data between various microprocessor-based small systems.</p>
<p>This was top-notch high-end computer science&#8230; then.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2011/05/21/kermit-its-the-end/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>IE6 becomes Firefox 3.6 with the help of China</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2010/01/24/ie6-becomes-firefox-3-6-with-the-help-of-china/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2010/01/24/ie6-becomes-firefox-3-6-with-the-help-of-china/#respond</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Sun, 24 Jan 2010 12:49:18 +0000</pubDate>
				<category><![CDATA[Create a web site]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[HTML and CSS]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Legal downloads]]></category>
		<category><![CDATA[Liberties]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Routers & networks]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Opera]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/?p=3953</guid>

					<description><![CDATA[This week has seen a pretty exhilarating story develop in front of our Internet eyes. Started as a muddy conflict between Google and the People&#8217;s Republic of China, it turned into a Firefox marketing victory. Let me summarize it a bit. In the beginning was Google which installed its servers in China in 2006. The [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This week has seen a pretty exhilarating story develop in front of our Internet eyes. Started as a muddy conflict between Google and the People&#8217;s Republic of China, it turned into a Firefox marketing victory. Let me summarize it a bit.</p>
<div class="left_box"><a href="http://www.flickr.com/photos/35983122@N08/3878552354/" title="google chrome browser logo" target="_blank"><img decoding="async" src="https://farm3.static.flickr.com/2500/3878552354_1ed70b8571_m.jpg" alt="google chrome browser logo" border="0" /></a></div>
<p>In the beginning was Google which installed its servers in China in 2006. The &#8220;<em>do no evil</em>&#8221; company accepted the conditions of the government of the PRC and included heavy filtering and censoring of its search results (looking for <code>Tienanmen</code> will produce wildly different results in and out of China). But in January 2009, Google discovered that some hackers obtained some detailed information out of its own servers at this was targeting both American companies and Chinese political opponents or partisans of free speech in China. Subsequently, Google announced its intention of both lifting the censorship and leaving China.</p>
<p>What is still very unclear:</p>
<ul>
<li>Is Google really serious about these two options?</li>
<li>Is the main reason for its ire, the political chase or the technological spying? (the US government including Hilary Clinton pushed hard with Google)</li>
</ul>
<p>What is clear:</p>
<ul>
<li>The breach of information seems limited (only email subject lines have been breached, not contents).</li>
<li>The hackers were affiliated to Chinese official bodies and did not only target Google.</li>
<li>The hackers used some social engineering and security issues present in Internet Explorer and Adobe PDF, which were probably known but not closed by Microsoft and Adobe.</li>
</ul>
<p>So, when such information appears in wide open channels of the world press, what happens? Most experts started commenting on the security loopholes in Internet Explorer 6 (and about Adobe PDF reader, too). Many people observed that Internet Explorer 6 is rather old and it is unfortunate that so many people still use it despite the known fact that it is a security liability when browsing the Internet. With such a rush, some very official people also asked for replacement of Internet Explorer (mainly v6) to be replaced with more modern browsers. Even representatives of the German, French and Australian governments asked their countries to replace Internet Explorer with something else.</p>
<p><figure id="attachment_3954" aria-describedby="caption-attachment-3954" style="width: 500px" class="wp-caption alignright"><img loading="lazy" decoding="async" src="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2010/01/firefox-explosion.jpg" alt="3x Firefox" title="firefox-explosion" width="500" height="406" class="size-full wp-image-3954" srcset="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2010/01/firefox-explosion.jpg 500w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2010/01/firefox-explosion-300x244.jpg 300w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2010/01/firefox-explosion-150x122.jpg 150w" sizes="auto, (max-width: 500px) 100vw, 500px" /><figcaption id="caption-attachment-3954" class="wp-caption-text">3x Firefox</figcaption></figure></p>
<p>The competition has seen this as a godsend since it created a rush for the other available browsers. For example (see the graph on the side), Firefox saw a <a href="http://www.downloadsquad.com/2010/01/20/government-warnings-against-ie-cause-orgy-of-firefox-opera-down/">brutal explosion</a> of its downloads in Germany (nearly 300,000 Germans have downloaded Firefox in four days): about three times more than usual. It has been true in other countries even if it was not measured as precisely, and it has been observed by the other browsers Opera, Safari, Chrome (currently profiting from heavy advertising in some European countries like France).</p>
<p>This was definitely a good thing since it was bringing better browsers to many computers. It could have stayed there but there were several reaction and parallel events happening at the same time. The first one was that Firefox was preparing a major upgrade to the successful browser (in many parts of the world Firefox is now used by more Internet users than Internet Explorer). Named v3.6, this new version is bigger than what could have been expected from its small number increase (from 3.5 to 3.6 should have been a minor upgrade). This major event accelerated the rush, with people looking for features like:</p>
<ul>
<li>Built-in skins, to make it more personalized</li>
<li>Faster, more stable</li>
<li>More security conscious with the addition of user-level messages about risks, including reminders about what plug-ins are outdated and must be upgraded.</li>
<li>Visual tab previews, which show you the tabs when you press Ctrl-Tab</li>
<li>Aptitude to browse without leaving too many footsteps and traces in your PC (good for clean browsing like when you visit Adult sites)</li>
</ul>
<p>This version is also appreciated by developers who will find a bunch of little improvements (like CSS gradients).</p>
<p>This is not only a great story to read. This is a great browser and you should consider downloading <a href="http://www.mozilla.com/en-US/">Firefox 3.6</a> now!</p>
<div class="right_box"><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/pYQ6jD8k4f4&#038;hl=fr_FR&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="https://www.youtube.com/v/pYQ6jD8k4f4&#038;hl=fr_FR&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></div>
<p>If you are not completely convinced, you should also consider downloading the newest <a href="http://www.opera.com/">Opera browser</a>. Opera v10.10 has been available for a few months now and it also offering these advantages, plus some neat features like:</p>
<ul>
<li>Opera Unite: to easily share information between Opera users and browsers, without using a web site or a share folder on some social network.</li>
<li>Opera Turbo: to adapt Opera to very slow Internet connections.</li>
<li>Speed dial: to get a faster access to some web sites you choose (bookmarks on steroids).</li>
<li>Mouse moves for faster commands.</li>
<li>Opera link: to share bookmarks, speed dial configurations between several machines where you use Opera.</li>
</ul>
<p><a href="http://www.opera.com/">Opera</a> is clearly my preferred browsing solution (even if I need to test my web sites on everything I can find, Opera is the central hub of my Internet browsing). Go and <a href="http://www.opera.com/download/">download Opera v10.10</a> now.</p>
<p>And, if you are not sure yet, I can also offer the small and fast browser from Google: <a href="http://www.google.com/chrome?hl=en">Chrome</a>. Since it all started around Google and China, it was worth mentioning, of course.</p>
<p>All this has been going so fast that Microsoft needed to do something. Of course, they have a newer version of Internet Explorer (IE8 is included in Windows 7 and can be <a href="http://www.microsoft.com/nz/windows/internet-explorer/default.aspx">downloaded freely</a>. But this was not enough, too many people were starting to complain that Microsoft may wait about a month before updating IE6 in the normal update cycle. Even worse, some experts started telling the world that Microsoft actually was aware of this flaw in IE6 for many months. In such conditions, not doing anything usually turns out to produce a public relations nightmare and prepares for bad wind.</p>
<p>So, Microsoft rushed an <em>out-of-band update to IE6</em> and Windows Update is now offering the correction to all Windows users still using IE6 (of course, you still have to use Windows Update and it is well known that too many people do not have this configured or do not accept the proposed updates &#8211; this is wrong and one the reasons so many PCs are infected with Trojan horses, virus and adwares). Now, if you did not move to a later Windows version and if you did not take advantage of the much better IE7 or IE8, it&#8217;s time to <a href="http://www.microsoft.com/technet/security/bulletin/ms10-002.mspx">upgrade your old hag</a>.</p>
<p>We can expect to see a few more updates to this story in the future, but there is a lesson to be learned (by Google, and most Internet users): </p>
<blockquote><p>Always keep your browser up-to-date and refrain from clicking on any link in a mail message you did not expect.</p></blockquote>
<p>Additionally, there is a lesson for Microsoft:</p>
<blockquote><p>Sorry! but even the older software has to be kept alive when you are or have been the near-monopoly on this technology. This comes with responsibilities.</p></blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2010/01/24/ie6-becomes-firefox-3-6-with-the-help-of-china/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cygnus for Windows 7</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2010/01/23/cygnus-for-windows-7/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2010/01/23/cygnus-for-windows-7/#respond</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Sat, 23 Jan 2010 19:00:57 +0000</pubDate>
				<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Cygnus]]></category>
		<category><![CDATA[GNU]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/?p=3943</guid>

					<description><![CDATA[The Cygnus name will certainly remind you of something ig you are interested into GNU/Linux, but maybe not more. Actually, this is a software package which has been designed to provide a lot of the &#8220;basic&#8221; Linux commands to be used from inside a Command-Line box of Windows. Version 1.7 of Cygnus is now available [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The Cygnus name will certainly remind you of something ig you are interested into GNU/Linux, but maybe not more. Actually, this is a software package which has been designed to provide a lot of the &#8220;basic&#8221; Linux commands to be used from inside a Command-Line box of Windows.</p>
<p>Version 1.7 of <a href="http://cygwin.com/">Cygnus</a> is now available that supports Windows 7 (but drops support for Windows 95, 98 &#038; Me).</p>
<p>As if this was not enough, this version also has the capability to configure IPv6 (if you are already attracted by this solution) or supports multiple installations.</p>
<p><a href="http://cygwin.com/ml/cygwin-announce/2009-12/msg00027.html">Cygnus v1.7-1.1 new release</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2010/01/23/cygnus-for-windows-7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>1 minute for a faster Internet (DNS)</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2009/12/08/1-minute-for-a-faster-internet-dns/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2009/12/08/1-minute-for-a-faster-internet-dns/#respond</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Mon, 07 Dec 2009 22:36:19 +0000</pubDate>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Routers & networks]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google DNS]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/?p=3857</guid>

					<description><![CDATA[There are few things that you can do to significantly improve the speed of your Internet connection. Of course, you can switch to another Internet Service Provider, but it&#8217;s a mess. On the opposite, it is easy to have an sub-optimal connection because of the response time of the DNS server of your Internet Provider. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="http://code.google.com/p/namebench/"><img loading="lazy" decoding="async" src="https://www.roumazeilles.net/news/fr/wordpress/wp-content/uploads/2009/12/namebench_macosx.png" alt="namebench_macosx" title="namebench_macosx" width="550" height="308" class="aligncenter size-full wp-image-4223" /></a></p>
<p>There are few things that you can do to significantly improve the speed of your Internet connection. Of course, you can switch to another Internet Service Provider, but it&#8217;s a mess. On the opposite, it is easy to have an sub-optimal connection because of the response time of the DNS server of your Internet Provider. This server offers a translation service a domain name (for example, www.roumazeilles.net) into its equivalent numeric IP address (the only one that the web browser really understands and needs).</p>
<p>But all DNS servers are not born equal and if those offered by your Internet Service Provider (ISP) have an advantage (they are nearer to your own computer), they are not always the fastest ones. <a href="http://code.google.com/p/namebench/">NameBench</a> gives you the opportunity to easily and automatically check what DNS server is the most efficient (and to compare it with your own current DNS configuration).</p>
<p>In my own personal case, I just reduced DNS times by 50% (no less!) while I thought I had a rather good configuration. As a matter of fact, Neuf Telecom servers are faster that those from Free&#8230;</p>
<p>This works on Windows, MacOS as well as GNU/Linux.</p>
<p>By the way, for those of you who may be wondering, Yes! I included the all new Google DNS as one of the tested options and it was far slower than most of the other freely available possibilities.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2009/12/08/1-minute-for-a-faster-internet-dns/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Opera and IPv6</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2009/11/19/opera-and-ipv6/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2009/11/19/opera-and-ipv6/#comments</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Thu, 19 Nov 2009 16:36:14 +0000</pubDate>
				<category><![CDATA[HTML and CSS]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/?p=3790</guid>

					<description><![CDATA[It&#8217;s worth noticing it if you are using Opera. I had a difficult-to-solve issue recently. While playing with the idea of starting to use IPv6 on my main PC, I tested the waters by validating this option in the network configuration of my Windows XP. Unfortunately, Opera is already fully ready for IPv6 but my [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/11/ipv6.gif"><img loading="lazy" decoding="async" src="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/11/ipv6.gif" alt="ipv6" title="ipv6" width="239" height="311" class="alignleft size-full wp-image-3791" /></a></p>
<p>It&#8217;s worth noticing it if you are using Opera. I had a difficult-to-solve issue recently.</p>
<p>While playing with the idea of starting to use IPv6 on my main PC, I tested the waters by validating this option in the network configuration of my Windows XP. Unfortunately, Opera is already fully ready for IPv6 but my router box is not. So, the first effect it had is that Opera decided to enforce the use of IPv6 for all web sites that mentioned IPv6 capacity in their DNS (not many of them, but Google and Free.fr my ISP are already in the list). The immediate effect was that Opera tried to connect to them in IPv6 but failed (because the rest of my home configuration is not 100% IPv6). For 99% of all web sites, there was no difference&#8230;</p>
<p>It took me several days (and some Googling &#8211; using Safari and Chrome) to understand that this is a known issue and to remove the (still) useless IPv6 Windows configuration.</p>
<p>I&#8217;ll have to upgrade my router and try again.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2009/11/19/opera-and-ipv6/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Man/woman? Your browser knows it</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2009/06/02/man-woman-your-browser-knows-it/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2009/06/02/man-woman-your-browser-knows-it/#respond</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Tue, 02 Jun 2009 19:54:47 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Routers & networks]]></category>
		<category><![CDATA[Sciences]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/?p=3202</guid>

					<description><![CDATA[You can browse, but you can&#8217;t hide&#8230; from your browser. Actually, your browser knows a lot about you. Some scientists believe that from your browsing habits they can recognize fairly precisely if you&#8217;re a man or a woman. Using your browser URL history to estimate gender Be patient, it may be long. According to it, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>You can browse, but you can&#8217;t hide&#8230; from your browser.</p>
<p>Actually, your browser knows a lot about you. Some scientists believe that from your browsing habits they can recognize fairly precisely if you&#8217;re a man or a woman.</p>
<blockquote><p><a href="http://www.mikeonads.com/2008/07/13/using-your-browser-url-history-estimate-gender/">Using your browser URL history to estimate gender</a></p></blockquote>
<p>Be patient, it may be long.</p>
<p>According to it, I am a man&#8230;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2009/06/02/man-woman-your-browser-knows-it/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>29.99€ for broadband</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2009/04/29/29-99-euros-for-broadband/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2009/04/29/29-99-euros-for-broadband/#respond</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Wed, 29 Apr 2009 19:58:47 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Routers & networks]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/?p=3210</guid>

					<description><![CDATA[This is exactly why I am quite happy to live in France: We have a reasonably priced broadband offering. Most 20Mbps ADSL services are price around 29.99€ per month. I thought about this when I saw that in the US, CableVision was offering 100Mbps at 99$ per month (and AT&#038;T offers 18Mbps for 80$ per [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This is exactly why I am quite happy to live in France: We have a reasonably priced broadband offering. Most 20Mbps ADSL services are price around 29.99€ per month.</p>
<p>I thought about this when <a href="http://arstechnica.com/tech-policy/news/2009/04/cablevision-power-play-101mbps-internet-no-caps-99.ars">I saw</a> that in the US, CableVision was offering 100Mbps at 99$ per month (and AT&#038;T offers 18Mbps for 80$ per month).</p>
<p><img loading="lazy" decoding="async" src="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/04/broadband-speeds-charter-thumb-640xauto-4756.png" alt="broadband-speeds-charter-thumb-640xauto-4756" title="broadband-speeds-charter-thumb-640xauto-4756" width="640" height="480" class="aligncenter size-full wp-image-3211" srcset="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/04/broadband-speeds-charter-thumb-640xauto-4756.png 640w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/04/broadband-speeds-charter-thumb-640xauto-4756-300x225.png 300w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/04/broadband-speeds-charter-thumb-640xauto-4756-600x450.png 600w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/04/broadband-speeds-charter-thumb-640xauto-4756-150x113.png 150w" sizes="auto, (max-width: 640px) 100vw, 640px" /></p>
<p>Competition is king for driving broadband (ADSL or cable) prices down.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2009/04/29/29-99-euros-for-broadband/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>uTorrent, optimal configuration</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2009/03/25/utorrent-optimal-configuration/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2009/03/25/utorrent-optimal-configuration/#comments</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Wed, 25 Mar 2009 18:38:14 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Legal downloads]]></category>
		<category><![CDATA[P2P]]></category>
		<category><![CDATA[Routers & networks]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[uTorrent]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/?p=3039</guid>

					<description><![CDATA[While I had a long love affair with BitComet as my prefered BitTorrent client, it happens that I currently prefer to use the lean and clean uTorrent software. It is a bit smaller (but it has a tendency to eat up memory if left serving files for a long time -it&#8217;s ok if you stick [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>While I had a long love affair with <a href="https://roumazeilles.net/news/en/wordpress/2006/10/07/bitcomet-configuration/">BitComet as my prefered BitTorrent client</a>, it happens that I currently prefer to use the lean and clean uTorrent software. It is a bit smaller (but it has a tendency to eat up memory if left serving files for a long time -it&#8217;s ok if you stick to downloading) and it has a nice little interface that is clean and easily understandable.</p>
<p>As with many a BitTorrent client, µTorrent or uTorrent tends to have a relatively complex configuration. Many options, some of them utterly cryptic, a lot of them with a possible impact on performance. After months of tweaking, I think that I have obtained a configuration that is clearly optimized to download several giga-byte-sized packages (videos/movies, Linux distributions, full databases, etc.) on a fast ADSL connection (20Mbit/s, here).</p>
<p>So I was suggested to share it with all the ones who want to try and get quickly a BitTorrent connection working as fast as possible.</p>
<h4>All the options</h4>
<p><img loading="lazy" decoding="async" src="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_1.png" alt="utorrent_1" title="utorrent_1" width="576" height="438" class="aligncenter size-full wp-image-3040" srcset="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_1.png 576w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_1-300x228.png 300w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_1-150x114.png 150w" sizes="auto, (max-width: 576px) 100vw, 576px" /><br />
I don&#8217;t need to explain the choice of language (µTorrent has one great advantage of having such a large choice for localization).</p>
<p>I did not install IPv6 support (my ISP does not support it), but it is a very critical item to check because -as soon as it becomes readily available- it will bring a significant layer of compression and obfuscation to avoid your ISP throttling down your P2P traffic (as some US and Canada ISPs currently do; Shame on them!).</p>
<p>I don&#8217;t care receiving the beta upgrades (I&#8217;m all for the stability of software) and I favor browsing as anonymously as reasonably possible.</p>
<p>Since I am working at home, there is no need for the anti-boss key.</p>
<p>Download: I prefer to immediately pre-allocate file size (rather than seeing the software program stop later because it has been eating up all disk space), and I don&#8217;t want to the PC to shut itslef down while downloading. While it is generally good to reduce electricity consumption, stopping in mid-transfer is not good for the efficiency of the whole process.<br />
<span id="more-3039"></span></p>
<p><img loading="lazy" decoding="async" src="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_2.png" alt="utorrent_2" title="utorrent_2" width="576" height="438" class="aligncenter size-full wp-image-3041" srcset="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_2.png 576w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_2-300x228.png 300w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_2-150x114.png 150w" sizes="auto, (max-width: 576px) 100vw, 576px" /><br />
We have to admit that display options are mostly a matter of taste. You can see mine, but feel free to choose others to your liking. These should not affect performance except if you decide to not start the downloads automatically (you still can start them manually, though).</p>
<p><img loading="lazy" decoding="async" src="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_3.png" alt="utorrent_3" title="utorrent_3" width="576" height="438" class="aligncenter size-full wp-image-3042" srcset="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_3.png 576w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_3-300x228.png 300w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_3-150x114.png 150w" sizes="auto, (max-width: 576px) 100vw, 576px" /><br />
If you download a lot of BitTorrent files, it may be worth organizing your downloads. I put everything in a common directory (<code>C:\Download from Internet\</code> as you can see) and avoid moving them around (even when finished). However, I prefer to store the torrents themselves in a separate sub-directory (<code>C:\Download from Internet\Torrents</code>) for an easier management.</p>
<p>In order to make things easy, torrents that are downloaded in the download directory (<code>C:\Download from Internet\</code>) are first detected, then started, then moved into their own sub-directory (<code>C:\Download from Internet\Torrents</code>). This means that even if µTorrent is not started, I can download torrent files in the normal download directory, as anything else, but as soon as uTorrent starts, it will recognize the request.</p>
<p>One added little advantage is that if I put any torrent file in this directory (even from a remote machine) P2P download will start automatically. It is easy to setup a script in your email program to drop torrent files from email and thus to have your PC remotely starting downloads. Even from your iPhone, for example. This  becomes <strong>Remote BitTorrent for iPhone</strong>.</p>
<p><img loading="lazy" decoding="async" src="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_4.png" alt="utorrent_4" title="utorrent_4" width="576" height="438" class="aligncenter size-full wp-image-3043" srcset="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_4.png 576w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_4-300x228.png 300w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_4-150x114.png 150w" sizes="auto, (max-width: 576px) 100vw, 576px" /><br />
The connexion port is allocated randomly in order to avoid issues with your ISP. Just make sure that this port is open in the firewall of your router. For your own computer, using UPnP and NAT-PMP to ensure that you optimize going through your local network and router.</p>
<p>Do not allow changing port at each startup. It would really mess with your router and other firewalls.</p>
<p>If possible, do not use any proxy (it would eat a significant performance and P2P-over-Proxy may not be acceptable by your ISP &#8211; read your contract).</p>
<p><img loading="lazy" decoding="async" src="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_5.png" alt="utorrent_5" title="utorrent_5" width="576" height="438" class="aligncenter size-full wp-image-3044" srcset="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_5.png 576w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_5-300x228.png 300w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_5-150x114.png 150w" sizes="auto, (max-width: 576px) 100vw, 576px" /><br />
This page is certainly the most important one (performance-wise). You may want to allow the automatic speed throttling, but I found that it was good to set it up manually. First, limit the upload to 80-90% of your upload stream capacity (check with your ISP). The little margin allows to have some capacity to do something else (like browsing <a href="http://www.Roumazeilles.net/">Roumazeilles.net</a>).</p>
<p>I admit that I limit a little more when I have no download to do, but this is not important here.</p>
<p>The number of connections should be high. Since I have 2GB (and now 4GB) of central memory on WinXP, there is no strict reason to limit myself, other than the fact that going over 1000 connections means that the computer spends more time handling connections than downloading. The ratio of 5:1 or 6:1 between connections and clients helps favor very efficient peers (those bringing most of the download rate).</p>
<p>On the other hand, I don&#8217;t want to spend all my bandwidth serving too many P2P clients. 6 is OK. If a couple of them are slow, it&#8217;s still possible to speed up on 4. That way, my computer sends data as fast as possible but does not negotiate a lot with others (essentially, it&#8217;s &#8220;let&#8217;s queue them rather than serving them all&#8221;).</p>
<p><img loading="lazy" decoding="async" src="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_6.png" alt="utorrent_6" title="utorrent_6" width="576" height="438" class="aligncenter size-full wp-image-3045" srcset="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_6.png 576w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_6-300x228.png 300w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_6-150x114.png 150w" sizes="auto, (max-width: 576px) 100vw, 576px" /><br />
DHT: You want DHT! This is one great way to find more clients, to keep them if the server is down, to grow the swarm for maximum speed.</p>
<p>Local search may be usable if there are other local users on your LAN (are you in a company? in a University?). It&#8217;s not critical for my own home LAN, though.</p>
<p>As far as possible, I want to encrypt my communications. It does not add a lot of invisibility, but it reduces the chances of seeing my ISP filter my traffic.</p>
<p><img loading="lazy" decoding="async" src="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_7.png" alt="utorrent_7" title="utorrent_7" width="576" height="438" class="aligncenter size-full wp-image-3046" srcset="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_7.png 576w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_7-300x228.png 300w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_7-150x114.png 150w" sizes="auto, (max-width: 576px) 100vw, 576px" /><br />
Here don&#8217;t let uTorrent add too many torrents at the same time. Downloading 3, 4, 5, 6 torrents is OK. This tends to max up the connection if they are active, but don&#8217;t set it up for more. I prefer to have my torrents arriving one after the other day after day, rather than all after a week of download.</p>
<p>Default values for sharing are OK, I guess.</p>
<p>I do not use planification. Let&#8217;s go fast. That&#8217;s all.<br />
I do not use the WebUI.<br />
The only Advanced features worth messing are:</p>
<p><img loading="lazy" decoding="async" src="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_8.png" alt="utorrent_8" title="utorrent_8" width="576" height="438" class="aligncenter size-full wp-image-3047" srcset="https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_8.png 576w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_8-300x228.png 300w, https://www.roumazeilles.net/news/en/wordpress/wp-content/uploads/2009/03/utorrent_8-150x114.png 150w" sizes="auto, (max-width: 576px) 100vw, 576px" /><br />
Basic parameters for the cache are just that: Basic.</p>
<p>But the advanced parameters could be a little more important.</p>
<p>Growing the read cache size automatically could be an issue if you are near the disk space limit. So, I prefer not to allow this feature (which is only useful in extreme conditions, anyway).</p>
<p>While the Windows write cache seems useless or not efficient, the Windows read cache is important for some disk drives (especially if you are using external USB disk drives).</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2009/03/25/utorrent-optimal-configuration/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Write down everything to ease maintenance</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2008/10/23/write-down-everything-to-ease-maintenance/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2008/10/23/write-down-everything-to-ease-maintenance/#respond</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Thu, 23 Oct 2008 17:40:48 +0000</pubDate>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Routers & networks]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/?p=2102</guid>

					<description><![CDATA[Some have been surprised by one little habit of mine around my PC (I should say &#8216;my PCs&#8221;): I keep a detailled log of everything I do on my PC in a plain old school paper book. It may be a software installation, a parameter change on another software package, the update of a driver. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Some have been surprised by one little habit of mine around my PC (I should say &#8216;my PCs&#8221;): I keep a detailled log of everything I do on my PC in a plain old school paper book. It may be a software installation, a parameter change on another software package, the update of a driver. Everything goes in there.</p>
<p>Main advantage: When my PC stops working perfectly, I can easily recognize what changed. Usually, I (like everybody else) say that I did not touch anaything before it stopped working. Bit when I check, I can find wat I did.</p>
<p>It also works for the configuration of a Local Area Network&#8230; even in a company. But beware of not writing down passwords that would then be left in an open paper book&#8230;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2008/10/23/write-down-everything-to-ease-maintenance/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Google goes IPv6</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2008/06/13/google-goes-ipv6/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2008/06/13/google-goes-ipv6/#comments</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Fri, 13 Jun 2008 10:12:29 +0000</pubDate>
				<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Routers & networks]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web sightings]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[IPv4]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/2008/06/13/google-goes-ipv6/</guid>

					<description><![CDATA[As you certainly already know if you follow regularly this web site, the Internet addresses will soon be depleted (all used). The end of the Internet world as we know it should be reached around 2011 or 2012. That is the reason why some companies are working to push out the most common Internet protocol [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>As you certainly already know if you follow regularly this web site, the Internet addresses will soon be depleted (all used). The end of the Internet world as we know it should be reached around 2011 or 2012. That is the reason why some companies are working to push out the most common Internet protocol (IPv4) and to make space for its successor (IPv6).</p>
<p>This is why, while the Internet Engineering Task Force (IETF) was preparing a night without IPv4 to reach the largest possible public, Google launched a version of its search engine reserved to IPv6: <a href="http://ipv6.google.com/">ipv6.google.com</a> (If you are like almost everybody, you will not see anything at the end of the link).</p>
<p>Now, we all have to switch as soon as possible.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2008/06/13/google-goes-ipv6/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Browse anonymously</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2008/06/10/browse-anonymously/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2008/06/10/browse-anonymously/#respond</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Tue, 10 Jun 2008 00:20:09 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Liberties]]></category>
		<category><![CDATA[Lists]]></category>
		<category><![CDATA[Routers & networks]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[anonymous]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/2008/06/10/browse-anonymously/</guid>

					<description><![CDATA[&#8230;with this long list of proxies (unfortunately, some or many of them may not work for all people). noc.uncu.edu.ar gopher.broggio.com.ar www-proxy.tecan.co.at proxy.co.rmit.edu.au bdcssc.dchs.tas.gov.au proxy.cybertelecom.com.br plattys.com.br proxy.cslouis-hemon.qc.ca ecarh29c.nortel.ca pcsoft.szptt.net.cn proxy.iprolink.ch isoe.isoe.ch caiquen.concep.reuna.cl proxy.multiphone.net.co webcache.ms.mff.cuni.cz proxy.logix.cz proxye1-atm.maine.rr.com proxy.magusnet.com proxy2.lsil.com infosun-fd.rus.uni-stuttgart.de www-cache.mppmu.mpg.de proxy.internord.dk transend3.CS.Berkeley.EDU Brahma.CC.PurdueNC.Edu linux.softec.es carpanta.lsi.upc.es proxy.inet.fi www-cache.tpu.fi indigo2.arhitekt.hr jumper.itb.hu proxy1.lyit.ie krr.irst.itc.it falco.procom.it kpcu.kumamoto-pct.ac.jp kaigan.civil.tohoku.ac.jp cvs2.kyunghee.ac.kr magicall2.dacom.co.kr [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>&#8230;with this long list of proxies (unfortunately, some or many of them may not work for all people).</p>
<p><span id="more-1876"></span></p>
<ul>
<li>noc.uncu.edu.ar</li>
<li>gopher.broggio.com.ar</li>
<li>www-proxy.tecan.co.at</li>
<li>proxy.co.rmit.edu.au </li>
<li>bdcssc.dchs.tas.gov.au</li>
<li>proxy.cybertelecom.com.br </li>
<li>plattys.com.br</li>
<li>proxy.cslouis-hemon.qc.ca </li>
<li>ecarh29c.nortel.ca</li>
<li>pcsoft.szptt.net.cn</li>
<li>proxy.iprolink.ch</li>
<li>isoe.isoe.ch</li>
<li>caiquen.concep.reuna.cl</li>
<li>proxy.multiphone.net.co</li>
<li>webcache.ms.mff.cuni.cz</li>
<li>proxy.logix.cz</li>
<li>proxye1-atm.maine.rr.com</li>
<li>proxy.magusnet.com</li>
<li>proxy2.lsil.com</li>
<li>infosun-fd.rus.uni-stuttgart.de</li>
<li>www-cache.mppmu.mpg.de</li>
<li>proxy.internord.dk</li>
<li>transend3.CS.Berkeley.EDU</li>
<li>Brahma.CC.PurdueNC.Edu</li>
<li>linux.softec.es</li>
<li>carpanta.lsi.upc.es</li>
<li>proxy.inet.fi</li>
<li>www-cache.tpu.fi</li>
<li>indigo2.arhitekt.hr</li>
<li>jumper.itb.hu</li>
<li>proxy1.lyit.ie</li>
<li>krr.irst.itc.it</li>
<li>falco.procom.it</li>
<li>kpcu.kumamoto-pct.ac.jp</li>
<li>kaigan.civil.tohoku.ac.jp</li>
<li>cvs2.kyunghee.ac.kr</li>
<li>magicall2.dacom.co.kr</li>
<li>proxy.ang.af.mil</li>
<li>onion-router.nrl.navy.mil</li>
<li>proxy1.jaring.my</li>
<li>tenaga.tnb.com.my</li>
<li>cacheflow1.deltacom.net</li>
<li>proxy.coqui.net </li>
<li>ns.siteways.nl</li>
<li>homepages.harbinger.nl </li>
<li>bob.rcac.org</li>
<li>proxy.pomfretschool.org</li>
<li>moyca.emc.com.ph</li>
<li>sunsite.icm.edu.pl</li>
<li>ultra.cto.us.edu.pl</li>
<li>leonardo.isec.pt</li>
<li>ns1.infonet.com.py</li>
<li>proxy.qatar.net.qa</li>
<li>hanna.lysator.liu.se</li>
<li>proxy2.turnet.net.tr</li>
<li>c1.h202052106.is.net.tw</li>
<li>easthost.eastnet.net.tw</li>
<li>softy.poptel.org.uk</li>
<li>aladdin.esu10.k12.ne.us</li>
<li>webserver.slco.lib.ut.us</li>
<li>proxyfs1.und.ac.za</li>
<li>cache.global.co.za </li>
<li>proxy.cybergate.co.zw</li>
<li>proxy.africaonline.co.zw</li>
</ul>
<p>Good luck trying them all.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2008/06/10/browse-anonymously/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Newsgroups: Freely download big files</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2008/05/10/newsgroups-freely-download-big-files/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2008/05/10/newsgroups-freely-download-big-files/#respond</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Sat, 10 May 2008 18:22:52 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[P2P]]></category>
		<category><![CDATA[Routers & networks]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web sightings]]></category>
		<category><![CDATA[free download]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/2008/05/10/newsgroups-freely-download-big-files/</guid>

					<description><![CDATA[While everybody is speaking about downloads under surveillance of law enforcement forces and **AA groups defending the copyrights of music and cinema, I wondered where the download addicts were going now to get their load of big files. I looked into the P2P networks heavily protected by a strong encryption and supposed to guarantee the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>While everybody is speaking about downloads under surveillance of law enforcement forces and **AA groups defending the copyrights of music and cinema, I wondered where the download addicts were going now to get their load of big files.</p>
<p><!--adsense#square_left-->I looked into the P2P networks heavily protected by a strong encryption and supposed to guarantee the anonymity of their uses (often named <em>darknets</em>). this claim seems to be well defended, but the available contents are limited and strongly influenced by the fight for liberties (and sometimes against the most paranoid conspirations) and very marginal behaviours (pedophily is really more present there than in the more common Internet you and me use everyday).</p>
<p>But I was also directed toward the Usenet newsgroups. It is clear that a large number of users are living a free life far from the preening eyes of most external observers. As a matter of fact, if you download from your ISP&#8217;s news server, the data flow is only visible by yor ISP and yourself. Nothing goes into the open Internet. Of course, some ISP decided to limit access to some of the newsgroups, but choice is still quite large and your tranquility is much more preserved than on a P2P network (and less than on a fully anonymous darknet).</p>
<p>What tools do you need to browse the newsgroups?  A little more technical attention than on the simplest P2P networks, for sure. But the tools are relatively easy to find:</p>
<ul>
<li><img decoding="async" src="https://www.shemes.com/img/box.png" alt="Grabit for Windows" align="right">A Usenet reader able to correctly read the posts containing attached file. You have to remember that more of these files are actually cut in parts, attached one by one to different posts and encoded using standard but very specific protocols. The most convincing free tool -for me- was <a href="http://www.shemes.com/">Grabit for Windows</a> that seems able to decode nearly anything, grabbing parts from different messages and sticking them together in files or directories. Most important, it understands how to work with <code>*.NZB</code> files that describe all the parts, all their locations, etc. for one attached file set.</li>
<li>A software tool able to work with <code>*.PAR2</code> files that allow to run around the transmission errors (with the help of one sophisticated encoding, they can compensate for missing data or corrupted data, etc.) Here, I prefered <a href="http://www.quickpar.org.uk/">QuickPar for Windows</a>, one more free tool.</li>
</ul>
<p>Note: Normally, <a href="http://www.shemes.com/">Grabit</a> doe sit all, but <a href="http://www.quickpar.org.uk/">QuickPar for Windows</a> still comes handy in case of failure.</p>
<p>The most impressive part of my tests has been download performance. 13 Mbit/s, I did not see this for a long time. The more because it was sustained for days (it goes down a little because of minor trafic jams at my ISP in the evening).</p>
<p>But you have to notice that if you look for a specific data content, newsgroups are not helping you. The way they are organized is favoring a lot the exploitation of very young content. If newsgroup search engines exist (<a href="http://www.shemes.com/">Grabit</a> has one that is partially submitted to subscriptions), the Usenet system will only host young data or data recently published.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2008/05/10/newsgroups-freely-download-big-files/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>A wireless bridge to link all your computers</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2008/04/22/a-wireless-bridge-to-link-all-your-computers/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2008/04/22/a-wireless-bridge-to-link-all-your-computers/#respond</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Tue, 22 Apr 2008 18:56:31 +0000</pubDate>
				<category><![CDATA[Routers & networks]]></category>
		<category><![CDATA[Tech]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/2008/04/22/a-wireless-bridge-to-link-all-your-computers/</guid>

					<description><![CDATA[Titled &#8220;Wire Your Living Room Over Wi-Fi with a Bridge&#8220;, a post from LifeHacker. With subjects like: Why a Wireless Bridge? How a Wireless Bridge Works Setting Up the Wireless Bridge (a Buffalo airstation)]]></description>
										<content:encoded><![CDATA[<p>Titled &#8220;<a href="http://lifehacker.com/368094/wire-your-living-room-over-wi+fi-with-a-bridge">Wire Your Living Room Over Wi-Fi with a Bridge</a>&#8220;, a post from LifeHacker.</p>
<p>With subjects like:</p>
<ul>
<li>Why a Wireless Bridge?</li>
<li>How a Wireless Bridge Works</li>
<li>Setting Up the Wireless Bridge (a Buffalo airstation)</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2008/04/22/a-wireless-bridge-to-link-all-your-computers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Revolutions in the air</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2008/04/10/revolutions-in-the-air/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2008/04/10/revolutions-in-the-air/#respond</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Thu, 10 Apr 2008 11:26:58 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Routers & networks]]></category>
		<category><![CDATA[Tech]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/2008/04/10/revolutions-in-the-air/</guid>

					<description><![CDATA[I noticed two important announcements for airline passengers. Things will be changing in terms of accepting new technologies useful for most international frequent flyers: GSM mobile phones will be accepted in planes by Britain&#8217;s Civil Aviation Authority. But prices may be hard on your wallet, of course. [1] American Airlines to start WiFi broadband service [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><!--adsense#square250-->I noticed two important announcements for airline passengers. Things will be changing in terms of accepting new technologies useful for most international frequent flyers:</p>
<ul>
<li>GSM mobile phones will be accepted in planes by <em>Britain&#8217;s Civil Aviation Authority</em>. But prices may be hard on your wallet, of course. [<a href="http://www.planet-sansfil.com/?p=1642">1</a>]</li>
<li>American Airlines to start WiFi broadband service in planes as soon as 2008. Same risk on prices&#8230; [<a href="http://arstechnica.com/news.ars/post/20080403-faa-clears-in-flight-wifi-for-takeoff-on-american-airlines.html">2</a>]</li>
</ul>
<p>Surprising? Not really. We know for a long that there is no technical problem, just nobody was willing to try (in the airline companies and the public authorities).</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2008/04/10/revolutions-in-the-air/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
