Entries tagged under ' openwrt '

Written July 26, 2008 in Note-To-Self

I have OpenWRT running as a firewall both at work, and from my home office. A client asked me to connect to his systems using a
PPTP VPN, and I battled for two days to connect. My Mac VPN client gave me a fairly useless error, something to the tune of …

Continue Reading »

Written July 26, 2008 in Tutorial

I recently had reason to convert the latest DD-WRT firmware .bin file to .trx format, so that I could manually flash my WRT54GL. Not wanting to risk it, I first converted the .bin image with the following command:

[sourcecode language=bash]dd if=firmware.bin of=firmware.trx bs=32 skip=1[/sourcecode]

Which I found here.

Continue Reading »