How to disable WPS on the Netgear N600 router

Recently a vulnerability in the WPS wireless network setup was discovered. I will not go into great detail on that vulnerability here, but will simply show you how to turn this off on the Netgear N600:

  1. Start the Netgear maintenance tool by going to http://www.routerlogin.net. This takes you into the setup tool installed during initial setup.
  2. Locate the Advanced Wireless settings
  3. Make sure the check box next to “WPS disabled” is checked.

Normally the “WPS disabled” option is checked when the router detects an intrusion attempt, and you can clear it here. In this case, we do the opposite – we disable the WPS by telling the router it is getting hacked.

Vint Cerf’s visit to Virginia Tech

I haven’t written anything specific to the blog in about a month. That doesn’t mean nothing interesting happened – far from it.

One of the interesting things was a speech by Vinton Cerf at Virginia Tech. Apart from being an entertaining speaker, you may also know him as one of the inventors of TCP/IP (together with Bob Khan). He touched on a large variety of subjects, some of which I’d like to highlight here:

There are 4 billion mobile phones, and 1 million PCs

Of all these devices, about 25% are internet connected. And the mobile phone market is still growing. Basically, if you don’t take mobile phones into account when developing software, you’re missing out on a large portion of the internet connected public.

Growing Internet penetration will radically change the landscape

Internet penetration is the percentage of a country’s population that can use the internet. The current top users of the internet are:

CountryInternet UsersPenetrationUsers at 90% penetration
China338.026.9%1,130.9
United States248.274.1%301.5
Japan94.075.5%112.1
India81.07.0%1,041.4
Germany54.265.9%74.0
Brazil50.034.0%132.4
United Kingdom46.776.4%55.0
Russia45.332.3%126.2
France43.169.3%56.0
South Korea37.577.3%43.7

(All user totals are in millions. Data as of Q2 2009. Source: Internet World Stats)

So, currently China has the most users, followed closely by the US. If we’d get a 90% penetration rate in every country (and combine that with mobile phones – not all users have to use PCs!), we get a completely different picture: 1.1 billion Chinese, 1 billion Indians, followed by about 300 million Americans…

Even if you include all of Western Europe, you won’t get half of the users that China has by itself. It would be wise to account for non-Western alphabets in any new products.

IPv4 will run out of address space

IPv4 will run out of available addresses somewhere in 2011, by the latest estimates. So it would be wise to adopt IPv6 in any new deployments.

Inter-cloud communication is the new frontier

Computing is moving more and more towards the “Cloud”. However, we currently have several different clouds: Amazon, Google, IBM, etc. None of the clouds are interchangeable, and can’t communicate with each other.

The next big step in computing would be to develop a method to let information from one cloud move to another, to reach its destination. Vinton Cerf likened the current situation to the computer networks before the invention of TCP/IP and the Internet: several different islands, that required conversion stations or gateways to communicate.

Various info

  • Mr. Cerf has wired his house with numerous sensors, measuring light, temperature, etc. He can use this data to optimize energy usage – turn heating off in certain areas before they reach their target temperature, etc.
  • He raised the question of persistance of information. Currently we’re able to examine papyrus scrolls thousands of years old. However, it has become very difficult to read electronic data more than 20-30 years old. Humanity needs to find a way to preserve data in a format that is readable longer than half a generation.
  • His latest work concerns an Interplanetary Internet. This addresses the enormous lag times involved in communications between the planets. As to why we would need this, he describes how the Mars Rovers were sending data to Earth initially: through a slow, overheating long-range radio. By switching to a shorter range radio the Rovers were able to increase throughput, however, they couldn’t communicate with Earth directly. The solution was to use the Mars Orbiters as relays, using a store-and-forward model. This resulted in a new Bundle Protocol, described in RFC 5050.

The speech was scheduled for about 45 minutes, with 15 minutes for questions. The speech lasted much longer… but there was still time for a few questions. It was really interesting to see how Mr. Cerf, 66 years old, still keeps up with the latest developments, and can think on his feet faster than a lot of people I know.

Vista network performance while playing music

Yeah, I just got bit by that Vista “feature”… the one where your network slows down when you play music. That one, yeah.

I just added an index to our database, unfortunately from the client side. While I was chastising myself for doing it client-server instead of host-based, I was watching the number of records being updated per second. Hmm, about 400… maybe if I shutdown some programs. First, Sidebar – it displays some RSS feeds and weather information. OK, up to 420-440 records/sec. Not bad…

Then I remembered reading something about the Vista network stack and playing music files. I closed iTunes, and lo and behold: I now was updating about 1800 records/sec! Over 4 times as much??? Me thinks Vista has a problem there. This is on a dual-core 2.4GHz Intel with 2GB RAM.

ZDNet has an article with Microsoft’s response to the Vista network performance issue, and while some of the arguments may be true (only local network operations, two high priority drivers contending for the same resource, etc.), I still think it’s funny that a dual processor system would have its network performance so drastically reduced.

Anyone thinks it’s the DRM…? Anyone…?