<?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>The Next Net &#187; DNS</title>
	<atom:link href="http://patrick.vande-walle.eu/category/internet/dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://patrick.vande-walle.eu</link>
	<description>Random thoughts about the Internet and life</description>
	<lastBuildDate>Thu, 15 Jul 2010 12:49:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>New Top Level Domains and software implications</title>
		<link>http://patrick.vande-walle.eu/internet/icann/new-top-level-domains-and-software-implications/</link>
		<comments>http://patrick.vande-walle.eu/internet/icann/new-top-level-domains-and-software-implications/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 11:51:15 +0000</pubDate>
		<dc:creator>Patrick Vande Walle</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[ICANN]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://patrick.vande-walle.eu/?p=532</guid>
		<description><![CDATA[Many software applications rely on validation routines to check the validity of domain names. By validation, I mean here to test the string submitted by the user and see if it matches a pre-defined pattern. A typical example are web forms that need to validate e-mail addresses. This is by no means a new issue. [...]]]></description>
			<content:encoded><![CDATA[<p>Many software applications rely on validation routines to check the validity of domain names. By validation, I mean here to test the string submitted by the user and see if it matches a pre-defined pattern. A typical example are web forms that need to validate e-mail addresses.</p>
<p>This is by no means a new issue. It first appeared with the introduction of the .info TLD. Before that TLDs were only two or three letters long, and many validation routines could not cope with the 4 letters of .info. At the time, ICANN had developed a testing tool which allowed developers to test if their code took into account the requirement for 4 letters. Still, you find today on the Internet tons of library routines that do not support 4 or more letter TLDs.</p>
<p>Some of these routines also rely on a hard-coded list of TLDs. Even today, I sometimes find that some web sites cannot deal with my .eu domain, which was introduced 4 years ago.There are hundreds of thousands of these routines written in Javascript, <a target="_blank" href="http://www.php.net">PHP</a>, Perl, ColdFusion, ASP and just about any programming or scripting language you can think of.</p>
<p><span id="more-532"></span>In the Draft Applicant&#8217;s Guidebook to new gTLDs, ICANN has clearly indicated that it does not guarantee universal acceptance of the new TLD, and rather place the burden on the registry operator to educate its customers. This made sense during the previous new TLD rounds, where there were only a few added, one at a time and with long intervals between them.</p>
<p>With the new gTLD round, ICANN plans to add a lot of TLDs, potentially at very close intervals, if not at the same time. The figure most often heard is 500. That is a quantum leap forward. All those hard-coded lists deeply buried in software will need to be updated. It will not happen overnight. It may take years. This time also, we are throwing into the mix TLDs which could be long strings, like .coca-cola. We are also adding IDN (internationalized Domain Names) in non-ASCII characters, which will be a real issue with all environments that do not process double-byte strings. There are tons of legacy applications that do not support that, and some never will.</p>
<p>The good news is that programmers do not need to worry about their job. There is plenty of work ahead. The bad news is that most of them are not aware of these upcoming TLDs, let alone the implications it will have on the code they wrote, or the code they use and written by someone else.</p>
<p>So, it does not make sense now for ICANN  just to say it is someone else&#8217;s problem. If the new gTLDs cannot be processed on the client platforms, this will mean their acceptance by the user community will be low. This means less revenue for registries, registrars and finally ICANN. This would also mean a partial failure of the whole new gTLD program, for which ICANN will be accountable for. It could cost ICANN much of its credibility, because it would not be the failure of one specific TLD for which the registry could be blamed, it would mean the failure of several, all for the same reasons.</p>
<p>Hence, I suggested today to ICANN to plan a workshop at the Seoul meeting to help identify these issues, so that clear guildelines can be given to the software community and an awareness campaign can be launched. It is absolutely crucial to identify the issues, the amount of work they represent and the time it will take to fix the code before the introduction of these new top level domains.</p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.vande-walle.eu/internet/icann/new-top-level-domains-and-software-implications/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Comments on the second draft of ICANN&#8217;s gTLD applicant&#8217;s guide</title>
		<link>http://patrick.vande-walle.eu/internet/icann/comments-second-draft-of-gtld-applicants-guide/</link>
		<comments>http://patrick.vande-walle.eu/internet/icann/comments-second-draft-of-gtld-applicants-guide/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 09:18:40 +0000</pubDate>
		<dc:creator>Patrick Vande Walle</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[ICANN]]></category>
		<category><![CDATA[gtLDs]]></category>

		<guid isPermaLink="false">http://patrick.vande-walle.eu/?p=481</guid>
		<description><![CDATA[These are the comments I sent today to ICANN Unfortunately, this second draft version of the applicant&#8217;s guide does not yet address major concerns in the process. As stated in the previous comments round, it is fundamentally wrong to assume that all new gTLD applicants will use the .com model of mass market approach for [...]]]></description>
			<content:encoded><![CDATA[<p><em>These are the comments I sent today to ICANN</em></p>
<p>Unfortunately, this second draft version of the applicant&#8217;s guide does not yet address major concerns in the process.</p>
<p>As stated in the previous comments round, it is fundamentally wrong to assume that all new gTLD applicants will use the .com model of mass market approach for domain names. Both the amount of the application fee and the yearly registry fee imply that the registry will need to sell as many domain names as possible, favouring numbers over quality. This is the wrong approach with regard to community-based TLDs.</p>
<p>The amount of the application fee should be reduced, as it may discriminate against less financially resourceful applicants, such as communities. While I understand ICANN may want to prevent frivolous applications with a high application fee, it nevertheless excludes from the process a lot of potential serious applications targeting a limited community.</p>
<p>It is unfair that only the applicants of the first round would have to cover the past costs of the new gTLD development program. On the other hand, it is difficult to guess how many applications will be submitted on each round. Because these costs have already been expended and that ICANN clearly states that whatever is recovered will be transferred to a reserve fund, it is therefore suggested to simply drop the $26,000 that represents the incidence of gTLD development program cost on each application.</p>
<p>Note that this request for a large up-front investment in the application process is orthogonal to the expectation of ICANN for the applicants to demonstrate the availability of continuation funding. Whatever capital will be invested in submitting the application will not be available in the future. Hence, ICANN&#8217;s financial expectations at the application stage may plant the seed of future registry failure.</p>
<p>Further, payment of the application fees in several installments should be offered to TLD applicants. For those applicants that need to submit a strong business plan to their investors, having a pay-as-you-go fee through the application process will make it easier to convince investors.</p>
<p>ICANN should also consider postponing for two or three years the collection of the annual registry fee, to allow new gTLD operators to start operating in a financially sound context, with no loans and other debts that may compromise the start-up of their activities. On the short and medium term, this help new registries to become more solid and will be beneficial for the the long term stability of the DNS space.</p>
<p>The fact that ICANN only allows for payments to be made in USD places a high risk on the business plans of those applicants that work in other currencies. As suggested elsewhere, ICANN should accept payments in other<br />
currencies, at a rate fixed at the time the applicant&#8217;s guidebook is published.</p>
<p>There is still a fundamental contradiction in using an auction model as a last resort for community-based applications. By definition, community-based applications will target smaller communities and use a cost-recovery model, rather than a purely commercial one. For the winner of the auction, this will mean recovering its costs through increasing the gross price of registrations. As a consequence, the number of domain names sold may be reduced and the newly launched registry may not meet its business plan. Ultimately, auctions may also be a cause of registry failure.</p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.vande-walle.eu/internet/icann/comments-second-draft-of-gtld-applicants-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>At-Large Summit news from ICANN Mexico</title>
		<link>http://patrick.vande-walle.eu/internet/at-large-summit-news-from-icann-mexico/</link>
		<comments>http://patrick.vande-walle.eu/internet/at-large-summit-news-from-icann-mexico/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 19:37:14 +0000</pubDate>
		<dc:creator>Patrick Vande Walle</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[ICANN]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://patrick.vande-walle.eu/?p=470</guid>
		<description><![CDATA[I was appointed to the ICANN&#8217;s Security and Stability Advisory Committee recently and I am very proud of that. This group of esteemed security experts are a crucial element of the ICANN community, because their task is to identify threats to the good working fo the Internet and suggest possible remedies. This is not a [...]]]></description>
			<content:encoded><![CDATA[<p>I was appointed to the <a href="http://www.icann.org/en/committees/security" target="_blank">ICANN&#8217;s Security and Stability Advisory Committee </a>recently and I am very proud of that. This group of esteemed security experts are a crucial element of the ICANN community, because their task is to identify threats to the good working fo the Internet and suggest possible remedies. This is not a glamourous position, but rather behind the scenes work in the interest of the Internet user community at large.</p>
<p>On a similar note, I had the pleasure to co-chair the At-Large working group on DNS security issues, with came up with <a href="https://st.icann.org/summit-wg/index.cgi?wg5_policy_proposal" target="_self">a statement</a> we were reasonably happy with.  The best part was actually today, where we received kudos from other parts of the community, which tend to view the At-Large more as a political obligation of ICANN that a really useful component.</p>
<p>I hope this will both help the recognition of the At-Large as serious players in the ICANN context, but also motivate the At-Large members, who are often depicted as jerks and end up believing they are.</p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.vande-walle.eu/internet/at-large-summit-news-from-icann-mexico/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whois, my friend</title>
		<link>http://patrick.vande-walle.eu/internet/icann/whois-my-friend/</link>
		<comments>http://patrick.vande-walle.eu/internet/icann/whois-my-friend/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 13:12:04 +0000</pubDate>
		<dc:creator>Patrick Vande Walle</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[ICANN]]></category>

		<guid isPermaLink="false">http://patrick.vande-walle.eu/?p=453</guid>
		<description><![CDATA[One of my relatives moved into a new house the other day. No big news, except he is a registrant of a generic domain name. He spent a lot of his time to inform utility companies, banks, insurance companies, administrations, etc of his address change, BUT he did  not tell his registrar. You see, his [...]]]></description>
			<content:encoded><![CDATA[<p>One of my relatives moved into a new house the other day. No big news, except he is a registrant of a generic domain name.</p>
<p>He spent a lot of his time to inform utility companies, banks, insurance companies, administrations, etc of his address change, BUT he did  not tell his registrar.</p>
<p>You see, his registrar sends him every two or three years an e-mail asking to pay for the renewal. He then gets the invoice through e-mail. No postal mail is sent at all. That is all he knows about the domain name he uses. Other than that, it just works. E-mail to his domain gets delivered,  his web site is reachable. What else should he care about ?</p>
<p>As it stands, he should really care about updating his records with his registrar. A whois query on his domain name now returns a false postal address. This honest citizen now has the crowds of those hideous people who leave false information in the whois. Surely, law enforcement authorities may think of him as a terrorist covering his tracks. Intellectual property lawyers may think he is stealing somebody&#8217;s trade mark. According to term 3.7.7.2 of the <a href="http://www.icann.org/en/registrars/ra-agreement-17may01.htm" target="_blank">ICANN Registrar Accreditation Agreement</a>, he risks seeing his domain cancelled.</p>
<p>The sad truth is that this nice guy actually does not even know his $10/year domain is at risk. In the unlikely event his domain name gets cancelled, pleading the good faith will not help a lot. He may not notice it until he gets a phoen call telling himl the e-mails to him are undelivered.  It will be too late to react, because human errors by uninformed customers are not taken into account in ICANN policies. So, before he says  &#8220;I should have known&#8221; maybe I should tell him.</p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.vande-walle.eu/internet/icann/whois-my-friend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This host is DNSSEC-enabled &#8211; Part 2</title>
		<link>http://patrick.vande-walle.eu/real-life/this-host-is-dnssec-enabled-part-2/</link>
		<comments>http://patrick.vande-walle.eu/real-life/this-host-is-dnssec-enabled-part-2/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 20:23:24 +0000</pubDate>
		<dc:creator>Patrick Vande Walle</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[Real life]]></category>
		<category><![CDATA[DNSSEC]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[NLNET Labs]]></category>
		<category><![CDATA[RESTENA]]></category>

		<guid isPermaLink="false">http://patrick.vande-walle.eu/?p=367</guid>
		<description><![CDATA[Last year, I started signing the DNS records for this domain (and isoc.lu). At the time, it was what is called an &#8216;island of trust&#8217; in DNSSEC-speak. Being a firm believer that one should eat his own dogfood, I took this now one step further. Both domains vande-walle.eu and isoc.lu are now added to ISC&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Last year, <a href="/internet/dnssec/" target="_blank">I started signing the DNS records for this domain</a> (and isoc.lu). At the time, it was what is called an &#8216;island of trust&#8217; in DNSSEC-speak. Being a firm believer that one should eat his own dogfood, I took this now one step further. Both domains vande-walle.eu and isoc.lu are now added to ISC&#8217;s DLV registry. In addition, they are also in UCLA&#8217;s <a href="http://secspider.cs.ucla.edu/isoc-lu--zone.html" target="_blank">Secspider DLV</a> repository. DLV stands for <a href="http://tools.ietf.org/html/rfc5074" target="_blank">Domain Lookaside Validation</a>, it &#8220;is a mechanism for publishing DNS Security (DNSSEC) trust anchors outside of the DNS delegation chain&#8221;, according to RFC 5074.</p>
<p>There are a few lessons to be learned from this experience. First and foremost, the tools are <span style="text-decoration: line-through;">now</span> not yet ready for a general audience. If the dnssec-signzone man page is your favourite late night reading and if you like Unix shell scripting, you will have plenty of fun. On the other hand, if you are an overworked system administrator being told by the boss to &#8216;By the way, please switch on DNSSEC before your leave this afternoon&#8217; , you are out of luck.  The best tool I found to make it a bit easier is <a href="http://www.hznet.de/dns/zkt/" target="_blank">ZKT</a>.  However, this is not the friendly Graphical User Interface you would expect.</p>
<p>Lesson 2 is &#8216;check you secondaries&#8217;. I had secondaries with <a href="http://www.xname.org" target="_blank">Xname.org</a>. Although these nice folks provide good and free DNS service, their machines do not answer DNSSEC queries. Hence, I had to switch to new secondaries.</p>
<p>Lesson 3 is that few DNS resolvers currently support DLV. <a href="http://www.isc.org/sw/bind/" target="_blank">Bind</a> does. <a href="http://www.unbound.net" target="_blank">Unbound</a> will in the next release (the current development code already does).</p>
<p>Lesson 4 is that the current system to register a domain in the DLV does not seem to scale and looks more like a proof of concept. It would need to be seriously industrialized to be helpful for a bigger deployment.</p>
<p>Lesson 5 stems from 4 above. The whole thing would be a bit easier to deploy if the root zone was signed. But this is <a href="http://blog.wired.com/27bstroke6/2008/10/feds-take-step.html" target="_blank">another debate</a>.</p>
<p>Many thanks to the folks at <a href="http://www.nlnetlabs.nl" target="_blank">NLNet Labs</a> and the <a href="http://www.restena.lu" target="_blank">RESTENA Foundation</a> for providing DNS secondary service, and <a href="http://www.isc.org" target="_blank">ISC</a> for running the DLV registry.</p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.vande-walle.eu/real-life/this-host-is-dnssec-enabled-part-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New generic Top Level Domains and Internet standards</title>
		<link>http://patrick.vande-walle.eu/internet/ietf/new-generic-top-level-domains-and-internet-standards/</link>
		<comments>http://patrick.vande-walle.eu/internet/ietf/new-generic-top-level-domains-and-internet-standards/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 08:15:51 +0000</pubDate>
		<dc:creator>Patrick Vande Walle</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[Internet Engineering Task Force]]></category>

		<guid isPermaLink="false">http://patrick.vande-walle.eu/?p=294</guid>
		<description><![CDATA[The recent decision by ICANN to start a  new round of applications for new generic Top Level Domains is launching a round of questions on the IETF side about its consequences. One possible issue may be with vanity gTLDs like apple, ebay etc. Some expect that every Fortune 1.000.000 company will apply for its own [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.icann.org/en/announcements/announcement-4-26jun08-en.htm" target="_blank">The recent decision</a> by ICANN to start a  new round of applications for new generic Top Level Domains is launching a <a href="http://www.ietf.org/mail-archive/web/ietf/current/maillist.html" target="_blank">round of questions</a> on the <a target="_blank" href="http://www.ietf.org">IETF</a> side about its consequences.</p>
<p>One possible issue may be with vanity gTLDs like apple, ebay etc. Some expect that every Fortune 1.000.000 company will apply for its own TLD.  My guess is rather the Fortune 1.000 for a start, but this does not change the nature of the issue, ie. those companies may want to use email addresses like user@tld.</p>
<p>The current standard is defined in RFC 2821 as such:</p>
<p style="padding-left: 30px;">2.3.5 Domain</p>
<p style="padding-left: 30px;">A domain (or domain name) consists of one or more <strong>dot-separated components</strong>.<br />
[...]<br />
The domain name, as described in this document and in [22], is the entire, fully-qualified name (often referred to as an &#8220;FQDN&#8221;).  A   domain name that is not in FQDN form is no more than a local alias. Local aliases MUST NOT appear in any SMTP transaction.</p>
<p>Hence, if either the mail client or the MTA expect to see a dot in the domain name and there is none, its behaviour may be unpredictable.   The new gTLD context is addressed in the draft RFC2821bis, which states:</p>
<p style="padding-left: 30px;">2.3.5.  Domain Names</p>
<p style="padding-left: 30px;">A domain name (or often just a &#8220;domain&#8221;) consists of one or more components, separated by dots <strong>if more than one appears</strong>.</p>
<p>Unfortunately, the current software implementations are based on the original RFC2821, not the revised draft, <a href="http://www.ietf.org/mail-archive/web/ietf/current/msg51960.html" target="_blank">which is currently put on hold by the IESG</a>.</p>
<p>There may be a lot of software out there that would treat user@tld as a local e-mail address (i.e. not a <a href="http://en.wikipedia.org/wiki/Fqdn" target="_blank">Fully Qualified Domain Name</a>). It is not unusual to still find inside company data centers old internal SMTP gateways which have been quietly doing their job for a long time and were not updated for years.</p>
<p>Some pointed out on the <a target="_blank" href="http://www.ietf.org">IETF</a> list and elsewhere that we have had for 10 years a ccTLD that accepts e-mail in the form of user@ai.   It is one thing that the behaviour of a small ccTLD apparently generated no complaints. It is another that a large number of companies may want to force the Internet to adapt to their advertsing strategy.  At this stage, we have no meaningful statistical evidence that the currently deployed software is able successfully deal with e-mail addresses that are directly under a TLD.  I am not aware of any study by ICANN&#8217;s SSAC on that matter.</p>
<p>In any case, when ICANN will go into an agreement with the registries operating the new gTLDs, it has to be very clear that compliance with existing technical standards is a must, and not respecting them would be a breach of contract.</p>
<p>It would be problematic for the end users/customers/consumers if companies started advertsing e-mail addresses like support@mycompany , if the delivery of the e-mail depends on the ability of some software to be non-standards compliant.</p>
<p>On a related note, my colleague Franck Martin pointed out to me last Friday that browsers usually append &#8220;.com&#8221; to any domain name they consider incomplete. Again, this is going to break a lot of software that have hard-coded lists of TLDs.  Similarly, there are also millions of web forms out there that check for malformed e-mail addresses based on the presence of a dot and/or hard-coded lists of TLDs.</p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.vande-walle.eu/internet/ietf/new-generic-top-level-domains-and-internet-standards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discover .SPORT at EGENI Paris &#8211; 20th June</title>
		<link>http://patrick.vande-walle.eu/internet/icann/discover-sport-at-egeni-paris-20th-june/</link>
		<comments>http://patrick.vande-walle.eu/internet/icann/discover-sport-at-egeni-paris-20th-june/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 07:46:49 +0000</pubDate>
		<dc:creator>Patrick Vande Walle</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[ICANN]]></category>

		<guid isPermaLink="false">http://patrick.vande-walle.eu/?p=289</guid>
		<description><![CDATA[The annual EGENI event in Paris will take place on the 20th June 2008, right before the ICANN meeting, at the same venue.  This is always a very interesting event. I will take this opportunity to present the .SPORT project. It is your chance to discover what is behind .SPORT and how you can help [...]]]></description>
			<content:encoded><![CDATA[<p id="p251540" class="post-title">The annual <a href="http://www.egeni.org/index.php?id=accueil2008&amp;L=1">EGENI</a> event in Paris will take place on the 20th June 2008, right before the <a href="http://par.icann.org/">ICANN meeting</a>, at the same venue.  This is always a very interesting event.</p>
<div class="post-content">
<p>I will take this opportunity to present the <a href="http://www.dotsport.info" target="_blank">.SPORT</a> project. It is your chance to discover what is behind <a href="http://www.dotsport.info" target="_blank">.SPORT</a> and how you can help make it happen.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://patrick.vande-walle.eu/internet/icann/discover-sport-at-egeni-paris-20th-june/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.sport, a new top level domain</title>
		<link>http://patrick.vande-walle.eu/internet/sport-a-new-top-level-domain/</link>
		<comments>http://patrick.vande-walle.eu/internet/sport-a-new-top-level-domain/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 21:34:52 +0000</pubDate>
		<dc:creator>Patrick Vande Walle</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[ICANN]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://patrick.vande-walle.eu/?p=284</guid>
		<description><![CDATA[OK. Now my lawyer has given me the green light, I can officially announce I am working on a proposal for a .sport TLD, to be submitted to ICANN for consideration as a new TLD next year. There is still a long way to go in terms of getting the proposal ready, but I this [...]]]></description>
			<content:encoded><![CDATA[<p>OK. Now <a href="http://domainernews.net/?p=452" target="_blank">my lawyer has given me the green light</a>, I can officially announce I am working on a proposal for a .<a href="http://www.dotsport.info" target="_blank">sport TLD</a>, to be submitted to ICANN for consideration as a new TLD next year.</p>
<p>There is still a long way to go in terms of getting the proposal ready, but I this this one is a winner. First of all, sport is one of the most popular human activities. It transcends cultures. The<a target="_blank" href="http://www.dotsport.info">.SPORT</a> community is large and diverse, from small clubs to large international federations. There is also a large industry for which<a target="_blank" href="http://www.dotsport.info">.SPORT</a> is an essential element of its communication strategy. Think about the media. Television networks may be interested to have dedicated web sites about<a target="_blank" href="http://www.dotsport.info">.SPORT</a>.</p>
<p>Unlike existing sponsored and unsponsored TLDs, .sport is also meaningful in languages other than English. The word &#8220;sport&#8221; originates from the ancient French verb &#8220;desporter&#8221; and <a href="http://www.dotsport.info/pages/Community" target="_blank">was later adopted by many European languages</a> and others. &#8220;Sport&#8221; just means<a target="_blank" href="http://www.dotsport.info">.SPORT</a>, whether in English, French, German, Dutch, Afrikaans or many others languages.</p>
<p>There is a provisional web site at <a href="http://www.dotsport.info" target="_blank">http://www.dotsport.info</a>, developing some of the ideas above.</p>
<p>If you like the idea, I would of course most welcome your partnership. Let&#8217;s talk about it at <a href="http://par.icann.org" target="_blank">ICANN Paris</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.vande-walle.eu/internet/sport-a-new-top-level-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unbound: a new open source DNS server</title>
		<link>http://patrick.vande-walle.eu/software/unbound-a-new-open-source-dns-server/</link>
		<comments>http://patrick.vande-walle.eu/software/unbound-a-new-open-source-dns-server/#comments</comments>
		<pubDate>Tue, 20 May 2008 18:34:16 +0000</pubDate>
		<dc:creator>Patrick Vande Walle</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://patrick.vande-walle.eu/?p=274</guid>
		<description><![CDATA[From the press release: Unbound – a new open source alternative to the BIND domain name system (DNS) server– makes its worldwide debut today with the worldwide public release of Unbound 1.0 at http://unbound.net. Released to open source developers by NLnet Labs, Verisign, Inc. (NASDAQ: VRSN), Nominet, and Kirei, Unbound is a validating, recursive, and [...]]]></description>
			<content:encoded><![CDATA[<p>From the <a href="http://unbound.net/documentation/Unbound_Press_Release.pdf" target="_blank">press release</a>: <em><a href="http://unbound.net" target="_blank">Unbound</a> – a new open source alternative to the BIND domain name system (DNS) server– makes its worldwide debut today with the worldwide public release of Unbound 1.0 at <a href="http://unbound.net" target="_blank">http://unbound.net</a>. </em></p>
<p><em>Released to open source developers by <a href="http://www.nlnetlabs.nl/" target="_self">NLnet Labs</a>, <a target="_blank" href="http://www.verisign.com">Verisign</a>, Inc. (NASDAQ: VRSN), Nominet, and Kirei, Unbound is a validating, recursive, and caching DNS server designed as a high performance alternative for BIND (Berkeley Internet Name Domain). Unbound will be supported by<a href="http://www.nlnetlabs.nl/" target="_blank"> NLnet Labs</a>.</em></p>
<p>It is good news for the Internet as a whole there is another alternative to the venerable Bind. With a 75% market share, this means an exploit in Bind might cause serious trouble for a lot of people.  With more alternatives, we mitigate the risk.</p>
<p>I have not tried it yet and certainly my experience on this small site will certainly not be representative. If you want to give it a try, download the source from  <a href="http://unbound.net" target="_blank">http://unbound.net<br />
</a></p>
<p>I built RPMs for RHEL5 / <a target="_blank" href="http://www.centos.org">CentOS</a> 5 (<strong>WARNING <span style="text-decoration: line-through;">Totally untested !</span> use at your own risk</strong>)</p>
<p><a href="/uploads/unbound-1.0.0-1.i386.rpm">unbound-1.0.0-1.i386.rpm<br />
</a><a href="/uploads/unbound-1.0.0-1.src.rpm">unbound-1.0.0-1.src.rpm</a></p>
<p>See also the <a href="/software/unbound-rpms">static page</a> with more details for geeks.</p>
<p>Update: I have been using this  RPM over the last two  hours in lieu of Bind for local resolving and can report it works as intended</p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.vande-walle.eu/software/unbound-a-new-open-source-dns-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are domain name registrars ready for IPv6 ?</title>
		<link>http://patrick.vande-walle.eu/internet/are-registrars-ready-for-ipv6/</link>
		<comments>http://patrick.vande-walle.eu/internet/are-registrars-ready-for-ipv6/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 10:59:28 +0000</pubDate>
		<dc:creator>Patrick Vande Walle</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[ICANN]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://patrick.vande-walle.eu/?p=269</guid>
		<description><![CDATA[Now that ICANN has added IPv6 name servers for the root zone, and that many registries have enabled IPv6 on their DNS servers, I thought it would have been easy to update the DNS records pointing to my domain to mention a IPv6-only DNS server. This way, we could have native name resolution end-to-end in [...]]]></description>
			<content:encoded><![CDATA[<p>Now that ICANN has <a target="_blank"   href="http://www.icann.org/announcements/announcement-04feb08.htm">added IPv6 name servers for the root zone</a>, and that many registries have enabled IPv6 on their DNS servers, I thought it would have been easy to update the DNS records pointing to my domain to mention a IPv6-only DNS server. This way, we could have native name resolution end-to-end in IPv6. We are not there yet, it seems. </p>
<p>The web interface my registrar (<a target="_blank" href="http://www.gandi.net">Gandi</a>) uses does not allow IPv6 addresses. Their support desk informed me that they do not yet handle IPv6 addresses in their web forms. </p>
<p>There is obvious workarounds, of course. One is to assign both a IPv4 and a IPv6 address to the DNS server, as long as it is in under another domain.  However, if the DNS server is under the same domain, <a target="_blank" href="http://en.wikipedia.org/wiki/Domain_Name_System#Circular_dependencies_and_glue_records"> a glue record</a> would need to be inserted in the TLD zone file. This is currently not possible, at least with the tools provided to the average domain name user. </p>
<p>I am really looking forward to the <a target="_blank"  href="https://st.icann.org/ipv6-migration/index.cgi">IPv6 workshop that ALAC</a> is planning at the <a target="_blank"  href="http://par.icann.org/">Paris meeting of ICANN</a> next June and see with other constituencies how these showstoppers can be addressed.</p>
]]></content:encoded>
			<wfw:commentRss>http://patrick.vande-walle.eu/internet/are-registrars-ready-for-ipv6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
