Archive

Posts Tagged ‘dd-wrt’

How-To: Setup IPv6 Connectivity using DD-WRT

Tuesday, 17 Mar 09 irrashai 3 comments

I was bored. Plus it was planned long before anyway. [Why just now? It's either i have other things to do, or I had to let go of the completely-configured AP to deploy somewhere else.]

So here’s how i set-up an IPv6 connectivity using Tunnelbroker and a Linksys WRT54G running on DD-WRT firmware.

I. Setup an account in Hurricane Electric’s Tunnelbroker.

  1. Signup for an account in TunnelBroker. Be ready to provide information, such as your valid email address. The password will be delivered to your email.
  2. Once you have logged in, click “Create regular Tunnel” under User Functions in the left-hand side of the screen. NOTE: you can also create BGP tunnel (haven’t tried yet)
  3. In the “Setup IPv6 Regular Tunnel” page, input your static public IPv4 address. Note that this should be reachable via icmp before it can be added.
  4. Select the server closest to you. I chose Hong Kong. Then Submit.
  5. Check the Tunnel Details for your newly created tunnel. You are allowed to create a maximum of 4 tunnels for your account.
  6. Read more…

DD-WRT now supports WRT54G2

Sunday, 9 Nov 08 irrashai Leave a comment

Yay to all of us who’s been waiting for this forever! DD-WRT, my choice of 3rd party firmware, is now providing firmware for Linksys WRT54G2 (i.e. the newer Linksys router version in the market). This new version has additional checksums that made it harder to *hack.

The basic steps, as posted here courtesy of DD-WRT developer Eko, are as follows:

—— VxWorksPrep-G2V1 & VxWorksKiller-G2V1.bin ———

Get and install Linksys tftp.exe, set your PC to static IP, 192.168.1.10.

1. Reset the router to defaults on the Linksys Admin page, and let it reboot or manually reboot it after its finished.

2. Set your computer to a static IP address of 192.168.1.10 and 255.255.255.0 for a mask and plug ethernet cable into LAN port of the G2v1 unit.

3. Close all browser windows. Start Linksys’s tftp.exe utility, set IP to 192.168.1.1 and browse to the VxWorksPrep-G2V1.bin file, enter passowrd = admin, and click Upgrade. Wait 60 seconds for it to reboot on its own, if it does not, then powercycle the router manually.

4. Don’ open any browser windows. Again start Linksys’s tftp.exe utility, and browse to the VxWorksKiller-G2V1.bin file, enter passowrd = admin, and click Upgrade. Wait 2 min for it to reboot on its own, if it does not, then powercycle the router manually.

5. Tftp the DD-WRT firmware to the router, use “dd-wrt.v24-10709_NEWD_micro.bin” from the folder where you got these instructions; after sucessful tftp, wait 3 min for the router to finish writing new nvram deafults, etc… It should reboot on it’s own at least two times, so give it the 3 min and then goto http://192.168.1.1 (If it not reboots on its own, wait another 1 min, and then power cycle it)

6. When if finishes booting up…do a hard reset on the unit…let it boot again, and configure.

7. Don’t forget to set your computer back to automatically obtaining DHCP and DNS.

———————

On normal occassion, i wouldn’t post steps when you can easily find it in the dd-wrt website. I’m just excited about this one (it also solves some of my problems), and can’t wait to try it on my own. Hmm, now where can i grab that UFO device?

Categories: Wireless Tags: , , ,

How-To: Debrick a WRT54G Router

Saturday, 13 Sep 08 irrashai 2 comments

This is a personal account of my de-bricking experience. Thanks to this forum post by Toxic.

I have this wireless router lying lazily in my work area for some 3 months now. I hate to admit it was all MY fault that it broke. It happened as I was about to configure it for deployment. I can’t remember the previous config, so i opted for reset. That’s when i can no longer access nor ping the device no matter how many resets i do. Well to be fair to me, this device has undergone two flashings (if such a word exists) though – an OpenWrt which almost bricked it and a DD-WRT which was stable – so that probably counts as probable cause for the bricking, right? *winks*

Read more…

Wireless Default Passwords

Tuesday, 23 Jan 07 irrashai Leave a comment

Setting up a wireless access point or router is but a simple thing to do. No need for a CD setup that comes with the device upon purchase. What’s essential are two things: (1) the default IP address, and (2) default username and password. That’s more like three, but whatever, it’s plain and easy. But if you are to setup a dozen or so different brands with different firmwares, that’s where the headache begins.

So to help with this problem, i plan to post or keep a file of the default passwords for the devices i normally use wherever i can. Such as the following:

Brand Default IP Default Username Password
Apple Airport* 10.0.0.1 (blank) public
Linksys WRT54G** 192.168.1.245 (blank) admin
Linksys WAP54G 192.168.1.1 (blank) admin
Netgear WG602v3 192.168.0.227 admin password
D-link DCS2100+*** 192.168.0.99 (blank) admin

*For the airport, it is best to use the Airport Admin Utility for the setup.
**Almost all Linksys Routers (WRT54G/GC/GL/GR/GS) have the same defaults..
***Wireless Camera

However, if you opt for open source firmwares such as DD-WRT and OpenWRT against Linksys firmwares, expect changes in the defaults above.

DD-WRT 192.168.1.1 (device default) root admin
OpenWRT 192.168.1.1 (device default) (none) (none)

Now that’s better. I hope this will be helpful for others too.