Category Archives: Featured

Featured articles

Municipal Wifi 2.0 = Community Wifi 1.0?

San Francisco Mayor Gavin Newsom gets the point, over at San Francisco’s SFGate:

San Francisco Mayor Gavin Newsom said Wednesday that citywide wireless Internet access is slowly becoming a reality despite political infighting – and that 144,000 residents will be surfing the Web for free by the end of the year at no cost to the city.

He’s talking about the Meraki network of course:

Newsom is calling the idea Wi-Fi 2.0 – a nod to his high-profile but unsuccessful first attempt to bridge the “digital divide” between San Franciscans who take Internet access for granted and low-income people who can’t easily log on to e-mail, find job listings or surf news sites.

The mayor’s office is working to ensure that single-room-occupancy hotels and public housing projects are some of the first to receive the devices because residents there typically don’t have Internet access. Five public housing projects now have the technology, and 13 more are expected to have it by the end of the year, Newsom said.

As large-scale, for-profit projects falter, innovative new models emerge, as John Cox writes on NetworkWorld:

Strictly speaking, the community networking projects don’t require municipal involvement at all. They are self-organized, self-funded local movements that use a variety of technologies, both open source and modified commodity products, to share existing broadband services, such as DSL connections. And they use the unlicensed radio bands for wireless access.

“We need to get back to the original rationales [of] why we should be building these networks in the first place,” Sascha Meinrath, research director, Wireless Future Program, at the New America Foundation says. “Personally, I’m business model agnostic. I’m far more focused on how these models meet the social and economic justice
needs of the communities they serve.”

The article further covers 10 interesting muni wifi projects, including San Fran’s Meraki network, PTP, a wireless crime-fighting video network, and others.

Also posted in Free Australia Wireless, Media | Tagged | Leave a comment

Is using an open Wifi hotspot secure?

Not to turn you off in using any open Wifi hotspots, but NO, it is not secure using an open Wifi hotspot. After all, it is ‘open’ for anyone to join. That means anyone could read along with what you are reading (given some specific network sniffing tools).

In a secured, closed wireless network, the data exchange between your device and the access point would be encrypted, so people wouldn’t be able to snoop in. That makes it a lot safer to read your emails, log into your Facebook account, or whatever.

Because of openness of the network, you should avoid connecting to any Web site or service that requires password authentication that is not specifically secured using SSL (the little lock that appears in your browser). This includes email that does not requires an SSL connection, and FTP. You should therefor limit your wireless usage to general Internet surfing.

So how can you make accessing an open network more secure?

  • Enable your email client to use SSL, both for incoming and outgoing messages.
  • Use SFTP (Secure-FTP) if you need to transfer files. Or encrypt the files before you transfer them.
  • If you need to check in on a web-based email account, make sure you connect over SSL/HTTP, not only for the login but for all message exchanges. For example, GMail’s login is over SSL, but the rest of GMail is by default unsecured. Make sure you connect to GMail (or whatever email service) over SSL/HTTPS.
  • Don’t do your internet banking on free, open access points, and don’t do your online shopping where you need to provide your credit card details. Although these services should be over a SSL connection, you could be connected to a rogue access points, operated by some unscrupulous people. The access point could act like a man-in-the-middle, intercepting your communication with your banking service.
  • But in the end it is strongly advised you can connect to a VPN (Virtual Private Network) connection at a free Wifi hotspot. Using a VPN connection will greatly improve your privacy, as all data is encrypted between you and the VPN server. Actually this improves security on secured access points as well because the security is only between the device and the access point, but from the access point onward it’s open again…

And as always, you may want to take the necessary precautions to secure your computer as well. Make sure your computer is up to date with the latest security fixes, and use an anti-virus and anti-spyware software as well as a software firewall to protect against intrusions. Make sure you don’t have any shared folders, and password-protect access to your computer.

Update: WebWorkerDaily :  “4 Ways to Keep Your Public Wi-Fi Sessions Secure

Also posted in FAQ, Hints & Tips | Tagged , , | 1 Comment