User Tools

Site Tools


wrtu54g-tm:firmware

This is an old revision of the document!


Table of Contents

If you want to keep the official firmware, and simply want to be able to ssh into it and/or use MagicJack on an ATA device, this is for you.

MagicJack proxy

Based on the binary of v1.00.21, I simply injected mjproxy and dropbear. The root password is 'mjproxy' but your ssh port shouldn't be reachable via the WAN interface.

Setup

I source /nv/rc.custom during the startup scripts so you place any of your startup in there. Cut and paste this into notepad, edit it, and paste it into the SSH terminal.

cat >/nv/rc.custom <<__EOF__
/usr/sbin/iptables -I INPUT -p udp --dport 5070 -j ACCEPT
/usr/sbin/mjproxy 0.0.0.0 5070 proxy01.atlanta.talk4free.com 5070 PASSWORD
__EOF__

/usr/sbin/rawaccess -s

Reboot.

Download

wrtu54g-tm/firmware.1287672142.txt.gz · Last modified: 2023/11/04 22:29 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki