Hacking the Actiontec 56k Modem/Gateway
william_lorenz writes "The Actiontec Dual 56k External Modem is an inexpensive device with a built-in 56k modem and two Ethernet ports that can be used as an Internet gateway of sorts. What's great about it is that it runs some form of uClinux, it's easily hackable, and Greg Boehnlein of the Linux Users Group of Cleveland and NOOSS fame recently contributed a detailed report on his findings! Pictures of the board are also available here, here, and here. Lots of specific details are included in Greg's article, and there's been some further discussions about this on the LUGC mailing lists."
Jeez...
Slashdotted already.. this article's gonna set the record for redundant posts.
Yes, we KNOW his server MUST be behind that 56k modem.
Right, now that we've got that out of the way...
Personally, I'm more intrigued by the company's anti-kidnapping technology. I'll sleep easier once that's out of the way.
~ Whence do you come, slayer of men, or where are you going, conqueror of space?
Two ethernet ports + linux + easily hackable = who cares about the modem jack?
"it's easily hackable"
If only we could hack it into a 256k modem...
Would it be possible to hack an adsl/cable router to be used as a simple webserver? For a low traffic and static site it would be perfect for my business website hosting needs. 10watts consumption...fanless operation...and small footprint it sounds like a dream! I could even imagine other hacks like interfacing a larger amount of flash storage or running a real low end db &scripting engine to have behaviour like mysql/php3 together.
We played dungeons and dragons for 3 hours.....then i was slain by an elf
What next? RAID-5 using a stack of 8 inch floppies?
Too late
56k is better then nothing. Keep in mind also the fact that primarly text information gets compressed unlike in broadband technologies. Keep in mind that many a small business or small remote office doesn't nessicarly need lots and lots of bandwidth just to get e-mail.
Hackability? Well I'm somewhat curious what they can do with such a device. The first thing that comes to mind is a standby gateway that goes online when the primary gateway fails. This would be MOST handy.
There is no sanctuary. There is no sanctuary. SHUT UP! There is no shut up. There is no shut up.
The "dual modem" mention in the article header made me think for a moment this product allowed multiple users to share a composite link. (See my earlier post on this topic). Rather this product allows 2 users to share *one* link.
A composite link to two *different* ISP could be implemented quite simply by say, using a proxy server to multiplex outbound HTTP requests among multiple interfaces (each interface corresponding to one phone connection).
This approach is more coarse-grained and inefficient than TCP/IP-level channel bonding. However, it would still be useful for places out in the boondocks where you can get two telephone lines, but no broadband. Also, its efficiency could be improved by using HTTP functionality that allows specific byte-ranges to be downloaded for a particular resource.
The only downside of your setup is that the 56k modem drops to 33k6 when you use it to dial in...
56k only works if the isp can tap into the digital phone exchange...
Jeroen
Secure messaging: http://quickmsg.vreeken.net/
Sounds like this might be usable for anyone wanting to set up a server for a satellite connection that has the downlink via the dish/usb modem and the uplink via ISP/phone modem like DirecPC does. The only linux project so far is at Sourceforge: http://sourceforge.net/projects/direcpc
Laugh if you want, but necessity dictates that I can only get a 56k internet connection, and there's two computers in the house. I'm currently using XP's internet connection sharing thingie but I'd kill for a hardware-based solution right about now, at least one that doesn't cost an arm and a leg. I thought Stratitec's (discontinued) "Easy Internet Router," which had a serial port for connecting an external modem as well as ethernet ports, would be The Answer, except that the router seriously slowed down when routing a dial-up connection (tech support's excuse was "Well, we only intended it to be a back-up and the router really isn't designed to do that...")
Now I hear about this, which to me sounds like a Holy Grail, and I can't seem to find it anywhere. The only place I can find it is one of those shady dealers operating on Amazon. There has to be somebody slightly more reputable with some for sale, or at the very least something else to let me compare prices!
The limitation you refer to has very little to do with managing crosstalk. What actually happened is that the phone company was maximizing the number of channels they could fit on a single wire by using a technology called Frequency Division Multiplexing (FDM).
Since an average voice conversation has a bandwidth of about 2KHz, they built in a low-pass filter with a cutoff somewhere in the vicinity of 3KHz. This means they can heterodyne the channels, each (roughly)3KHz wide, onto a single wire.
Now, this means that the data rate (in terms of zero crossings per second (the original meaning of baud) is limited to about 2400. The "high speed" modems, all the way up to 56K, have a baud rate of 2400. This is a hard limit due to the phone company hardware.
What changed is the number of bits per baud. A 56K modem might use as many as 24 bits per baud, assuming the line is clear enough. The number of bits per baud is capped by the noise floor of the signal, which is also why you won't always connect at 56K (noisier lines can't handle the resolution).
In the move to digital networks, the same total channel datarate was designed into the switching systems. I'm not entirely sure the sampling rate and quantization parameters of these systems, though.
Hardware, software, and blinking lights!