Snow Leopard Internet Sharing WEP

Hey,

After a long time, I've found something really nice to write about and it's technical and it's about my MBP.


We often go out for field work and for internet we have a CDMA EVDO USB Dongle and we have about 4-5 laptops, so sharing the internet is a issue.

OS X comes with internet sharing which allows any network interface to be shared over Firewire, Bluetooth PAN, ethernet and even Airport(WiFi). When I tried to set it up, I faced issues and the other laptops (Ubuntu machines) were not able to connect. This is contrary to the "Just Works" of Apple.




After some fiddling around, I was able to get to setup a Airport network, using "Internet Sharing" in "Sharing" under "System Preferences", but WITHOUT WEP security. Select the interface to share, in my case the "Huawei Modem" and tick Airport.
If you fail at this step. Try to create a ad-hoc network in OS X, connect to it from another machine. Then disconnect the ad-hoc network and try again from the Internet Sharing. It should now be able to share the internet over Airport and see this icon in the menu bar:



You should now be able to connect from other machines.

This setup worked well for us, because the place were we go for field work is rather remote and nobody around would be hacking into an open network.

But it was still not possible to use this thing in a more "public" place, like during the journey in the train. So I tried many things to make the WEP work and finally was able to isolate the problem.

The main problem is that the WEP authentication implemented by Internet Sharing in OS X ( and I'm only talking about 10.6.8 here, because I've only one Mac), is SHARED KEY. The default for all other operating systems is OPEN KEY, so as soon as you try to connect with another machine, it fails. 


The trick to do it in Ubuntu is:


  1. Try connect to the network, it'll keep trying, but never succeed. 
  2. Then diconnect that. 
  3. Right click on network manager on the top panel, select "Edit Connection...". Goto Wireless, you'll see "Auto ". Select that and click Edit.
  4. Goto to "Wireless Security",  put the key and change the Authentication to "Shared Key".
  5. Save and close
  6. Now connect from network manager in the top panel and connect to OS X shared network.
  7. This should do it, you'll be able to get internet on the other laptops too!
  8. There is no step 8. :)
Now we have a working shared internet. 



You can do a similar thing with Windows also.

Cheers

Key

P.S.:  One Ubuntu laptop has some problem, staying connected to the wireless network, to which I share the internet over a ethernet patch cable.

Strangeways Inside

This is a song not many people would enjoy/appreciate/understand. But I hope, like me, there would be few others who would let their hearts touched by this song...

(Since I couldn't find the song to buy anywhere around me, I'm making an excuse to use a stolen copy so people can listen to this wonderful song. I hope the copy-right holders would allow me to use it, for a short time...)

Links to a dropbox... http://dl.dropbox.com/u/32103952/Mull_Historical_Society_-_09_-_Strangeways_Inside%5Bmp3lemon.net%5D.mp3




Oh and for a start up, Strangeways is a prison in England, where only the most dangerous criminals are taken, it's a wild wild world in there.

...But this song feels like the low time in which even those people regret what they have done and want to be normal and LOVE.


key (HATS TIPPING)

Gaga the Star, does an exclusive photo shoot

Hello,

The second photography assignment which I took is - "From the eyes of your pet". But I've modified it so that it also has the pet and so that it's comical.

Do read the comments in each photo, for that extra punch! ;)

Disclaimer: Mr. Gargarensis a.k.a "gaga" was not harmed in any way during the photo shoot. ;)

Enjoy

key!!



Assignment 1 Done

Hello,

Finally the rain filled the city with enough drops for me to finish the "Drops" assignment. ;)

Here it is! Enjoy nature...


key!!!

OpenWRT on TL-MR3420

Open WRT LOG


Personal computers are great. You can save all your data in one place and search it out with ease. Though cloud computing would be the next big things, we are still waiting for that kind of bandwidth.


I was showing off to dad how OSX indexes everything on my MBP and CMD+Space, is all I need to do to find whatever I want to find. I found some scanned documents and dad was excited - ‘ It would be very convenient to be able to search all movies, documents, music this way, siting on any networked device in the house.’ So I implemented Wake-On-Lan on the desktop and since it runs Hakintosh, Bonjour allows easy access to the shared space. But the desktop is a Core i7 monster, and eats power like a hungry Snow Leopard ;-) .


So NAS with print-server is the next obvious solution. For now, it’s an expensive deal.


We own a TL-MR3420 3.5G router, which has a USB port to connect a 3G USB MODEM, and share it over WiFi a/b/n. But the firmware from the company allows only and only a few 3G MODEMs to connect to the USB port. I have one and it works well, but I want to use that USB port for other things - namely a USB-SATA HDD.


I found Open-WRT https://openwrt.org/ and it supports my router. It allows using the USB port anyway one wants to use the port. I was excited. Simply put, OpenWRT is like the jailbreak for the router. It’s an operating system, which supports a hell lot of routers http://wiki.openwrt.org/toh/start in the market. It’s basically a small footprint Linux, which is nothing out of the blue, since most routers run Linux.


I dusted my old WiFi router, TL-WR642, and made it active, so that the internet in the house is not disturbed.


Next was the easy step, I downloaded the X-wrt version of the firmware from http://wiki.openwrt.org/toh/tp-link/tl-mr3420 , for my router and uploaded it using the Web-GUI of the router. In a minute I was in the free land of OpenWRT!!!


It was tough to start with. X-WRT is fairly complicated, and iptables has forever freaked me out, even during my grad courses!


I managed to change the router’s LAN(eth0) IP from 192.168.1.1 to 10.64.1.1 by going to Network - > Networks and changing the IP in the lan section.

*The important thing is to press the Save button at the bottom left and then PRESS THE “APPLY CHANGES” link. If you don’t press apply changes, the changes are not committed, a mistake I made too many times initially. Also it takes a fair amount of time to commit changes, so be patient.


Similarly WiFi (wlan0) is easy to turn on - goto Network->Wifi and enable the radio and set the preferences like SSID, password, etc. The ‘range in meters’, was an odd looking settings, so I left it. You also have to enable the lan-bridge, by going to Network->Networks and set lan network type to bridged. This starts the DHCP on the WiFi also.


Next setup the wlan interface (eth1) to connect the router to another router+modem (in my case) or just a DSL Modem, as the case may be. The settings are under Network->Networks-> wlan. It you want NAT between lan and wlan (which you obviously do), you need to setup a static IP for the WAN and give the DNS also manually, as the Open-WRT would need to connect to the internet to get packages.


Next was to get the internet over the LAN. Or in simple words, getting NAT to work. I thought this should have worked by default, I even tried a few things in the webUI, but no internet on the LAN/Wifi. So I had to get my hands dirty using iptables!


Here are the two commands I used, which I found here - http://wiki.openwrt.org/doc/howto/access.modem.through.nat


iptables -t nat -I postrouting_rule -s 192.168.1.0/24 -d 169.254.1.8 -j SNAT --to 169.254.1.1

iptables -I zone_lan_forward -s 192.168.1.0/24 -d 169.254.1.1 -j ACCEPT


Where:

192.168.1.0/24 is the LAN subnet/mask.

169.254.1.8 is the IP of the Modem+router

169.254.1.1 is the static IP you setup for the wan interface

(Please change the IP address according to your networks)

These have to put inside /etc/firewall.user


So everything was up.


Next was to do that for which I had put up OpenWRT primarily for, i.e. USB port for Mass Storage Device. It’s fairly simple to do, as explained in - http://wiki.openwrt.org/doc/howto/usb.essentials and then http://wiki.openwrt.org/doc/howto/usb.storage

But, this was where I got stuck, I just could not install packages. I figured out that the problem was that the package list was meant for a more recent kernel than I was using. I also pin-pointed the problem to having installed the X-WRT version of the firmware, which had the older kernel. The obvious next step was to use the other firmware, without the webUI. I installed it, without much problems. The packages started to come. Thank God I saved the settings at the time of updating the firmware, otherwise, it would have been very difficult setting up the WiFi and some other things again, without the webUI.


I got the USB pen-drive and my SD card (via a Transend card reader) to be available as sda1 on the router. I mounted them, wrote a file to it and was more than happy! Then came the fact that I had to share this over the LAN, for which i needed a network share, and a server to host that. The choices in OpenWRT are Samba (http://wiki.openwrt.org/doc/howto/cifs.server) or NFS (http://wiki.openwrt.org/doc/howto/nfs.server). This was the finishing punch to my efforts. I RAN OUT OF SPACE. Yes, the router has a mere 4MB and Samba or NFS cannot be installed in that space along with the USB storage system. I tried to remove some other nonessential things, but I could not get any of them. I could have installed sshfs (http://wiki.openwrt.org/doc/howto/sshfs.server) and I think it would have worked, but that would not be the best thing, as I would need a lot of extra software on the PCs to allow them to see that share. So I left that, there.


Now since I didn’t have the webUI and the only way I knew of changing the firmware was the webUI, I was scared dead, wondering how to restore the OEM firmware. I came to this(http://wiki.openwrt.org/doc/howto/generic.uninstall) and used the MTD method and it worked flawlessly.


I was back to square one, but having ventured into a new space. It was 3:30 in the night and I went to bed.


In the morning I did some more reading. One can install packages into external drives, like the USB drive I mounted. That means I need the device plugged into the router, forever. Moreover, since the router cannot give more than 100mA from the USB port, I can’t run a portable HDD off it directly, I need a powered hub, which costs roughly $20. At $100 to $150 I can get a NAS with a 1TB HDD inside and print server option. So it’s not really cost effective. If I had a externally powered USB HDD, maybe, I would have made it work.


I hope this helps someone setup OpenWRT quickly, at least with the TL-MR3420 and the configuration, which I aimed for and almost did.



Cheers


key


P.S. it’s a lot technical and no screenshots, as I aim it for people knowing what they are doing and a fair knowledge of linux.

A new camera and an evening out


We bought a new camera at home, after loads of discussions and loads of trips to Croma (ver nice fellow at the camera section in Croma, CP, Delhi.

Today was my first trip out with the camera. Took some photos in India Gate.

Have a look here...(click the picture to go to the album)

key!!!

The cost of words

Words, sentences, language the signs of humans being intelligent. But...

Words are all around us, a beautiful bunch can become a song. The sharp chosen ones can puncher the heart, water the eyes and even kill a man (as Tenali Rama did).


But silence speaks louder than words and used correctly, silence along with void(in the written world) is a power used by only the most experienced.

Even the fox tells the Little Prince - 'I shall look at you out of the corner of my eye, and you will say nothing. Words are the source of misunderstandings. But you will sit a little closer to me, every day . . ' [Extract from here]


Try to enjoy a silent conversation. Read the mind of the other with your heart, let your heart strings join and form the golden bridge.