First, I would like to apologize if the contents in this post is a bit off topic.
I got myself a US Robotics USR5461 802.11g Wireless MAXg Router with a support for a USB v2.0 port for a printer server. US Robotics has released the firmware source code under GPL and made it available for download from here. A further look into the firmware source code reveals the firmware uses an older busybox-0.60 code that doesn't seem to have a support for a telnet session to login into the router. So, my first task is hack this firmware so that it will provide a telnet session to login into the router. The way I approached this was to replace the original busybox-0.60 with a newer busybox-1.1.0. Then, I configured the new busybox to include supports for the telnetd + login modules. So far, the firmware compilation was successfull to yield a firmware about 1.87MB in size. And, my 5461 router doesn't seem to have any problem to accept and to run this newly compiled firmware. However, when I tried to issue a telnet session to the router, the router rejected the session with the following messages:
c:\>telnet 192.168.2.1 Connecting To 192.168.2.1... Could not open connection to the host, on port 23: Connect failed
It looks like I must have missed something here that I am not aware of. So, can anyone please help?