Search:

Type: Posts; User: RCR

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    9,429

    Socks?

    Has anyone gotten a SOCKS proxy working on the 500g? My solution works, but I understand (and could be wrong) that using SOCKS means that the DNS lookup is done on the proxy machine.
  2. Replies
    9
    Views
    9,429

    My WL-500g mods (proxy, etc.)

    Erik, sorry for the long delay in answering, I haven't visited here in a while. My stuff is here.

    Let me know if you find it useful.
  3. Replies
    7
    Views
    14,315

    The file that contains the USB mounts is...

    The file that contains the USB mounts is /init/ftpdserver. But the device is not mounted read-only. Does your USB drive have a write lock that's set?
  4. Thread: Firmware v1.7.5.6

    by RCR
    Replies
    26
    Views
    20,559

    Oleg - what's the maximum size of the cramfs part...

    Oleg - what's the maximum size of the cramfs part of the firmware?

    Thanks.
  5. Thread: Firmware v1.7.5.6

    by RCR
    Replies
    26
    Views
    20,559

    Answering my own question... BUILD_DIR=build...

    Answering my own question...

    BUILD_DIR=build
    TRX=$HOME/router/linksys/WRT54G/release/tools/trx

    sudo /usr/sbin/mkcramfs $BUILD_DIR $BUILD_DIR.cramfs

    rootfs_size=`stat -c "%s" rootfs`...
  6. Thread: Firmware v1.7.5.6

    by RCR
    Replies
    26
    Views
    20,559

    Has anyone been able to unpack and repack the new...

    Has anyone been able to unpack and repack the new firmware? I suspect a change in the Asus header (or is it trailer...). What used to work with the old firmware: unpack/repack/upload no longer...
  7. Replies
    6
    Views
    12,380

    I'll stick with my approach of branching to the...

    I'll stick with my approach of branching to the USB-resident init file ("functions" in Asus-speak) - their "user start" happens down in the FTP server startup script after a bunch of other setup work...
  8. Replies
    6
    Views
    12,380

    New firmware at Asus site

    Just arrived, dated Mar. 23:

    ftp://www.asus.com/pub/ASUS/wireless/WL-500g-03/wg01070506_WL500g_en.zip

    This has the iptables state module. A quick recursive diff of the unpacked root file...
  9. Replies
    9
    Views
    7,369

    It's worse than bad setup scripts. Look at the...

    It's worse than bad setup scripts. Look at the /usr/local/lib/iptables directory - no state module!

    Oddly enough the stuff that was posted purporting to be the Asus source (as required by the...
  10. Replies
    2
    Views
    5,455

    I'll be interested to see what you come up with. ...

    I'll be interested to see what you come up with. You might want to take a look at the O'Reilly book "Building Embedded Linux Systems" by Karim Yaghmour.
  11. Replies
    9
    Views
    9,429

    The micro_proxy proxy is designed to run from...

    The micro_proxy proxy is designed to run from inetd, which isn't on the router. But you can compile BusyBox to give you an inetd daemon. This takes up more runtime RAM, though, so I prefer...
  12. Replies
    9
    Views
    9,429

    The router probably can't handle a lot of...

    The router probably can't handle a lot of traffic, so this is probably a 1-user option, but it's handy if, for example, you need to use HTTP(S) from behind a firewall that only allows SSH out, or if...
  13. Replies
    9
    Views
    9,429

    Using WL-500g as a proxy

    I've had some success with using the router as a HTTP(S) proxy server. How? Well, if you have a program (an HTTP(S) proxy in this case) running the router on, for example, port 5000, and you have...
  14. Thread: custom firmware

    by RCR
    Replies
    30
    Views
    32,292

    I agree that most is not needed. Could you...

    I agree that most is not needed. Could you explain #4, though? How does the splink_led module cause a reset, and what triggers it?

    After some experimentation, I decided to avoid watchdog...
  15. Thread: custom firmware

    by RCR
    Replies
    30
    Views
    32,292

    I just realized that the watchdog program has its...

    I just realized that the watchdog program has its configureation hard-coded into the binary . This will be a problem for anyone wanting to make significant changes to the way the router runs. For...
  16. Replies
    60
    Views
    112,286

    Sticky: Also note that, if you want to use an alternate...

    Also note that, if you want to use an alternate shell (not /bin/sh), for example "/mnt/ramfs/bin/ash", in the shell field of the /etc/passwd file, you have to add that shell to /etc/shells, which...
  17. Replies
    60
    Views
    112,286

    Sticky: I don't think this is correct. I think the...

    I don't think this is correct. I think the client (on the PC, not router) tells the server (dropbear on the route) what commad to execute. If you run your client with debug, you'll see the scp...
  18. Replies
    60
    Views
    112,286

    Sticky: Dropbear and scp

    Oleg,

    I have compiled dropbear and am running it as a daemon from the USB drive. However, I can't scp files to or from the Asus. Does scp work with your firmware? Is there a path issue,...
  19. Replies
    60
    Views
    112,286

    Sticky: Oleg, since with your newest firmware some...

    Oleg, since with your newest firmware some binaries are linked to libc and others are linked to ulibc, does this mean you give up RAM (because both shared libs are loaded) to save flash memory?
    ...
  20. Replies
    60
    Views
    112,286

    Sticky: Thanks for the heads up on the ssh addition. As...

    Thanks for the heads up on the ssh addition. As to the packing scripts, your original will only unpack the factory firmware, I wanted to be able to unpack yours and modify it without rebuilding...
  21. Replies
    60
    Views
    112,286

    Sticky: "wltools" firmware extract/pack tools

    I just emailed them. Here's the text of the README file:
  22. Replies
    60
    Views
    112,286

    Sticky: Build tools

    Based on Oleg's work, I've written some tools to help unpack and repack the trx files. These will work with any trx file, even the modified ones since they unpack based on info found in the trx...
  23. Replies
    10
    Views
    9,239

    I agree. I would propose this priority:...

    I agree. I would propose this priority:
    [list=1]
    Documentation, etc. on how to re-create the Asus firmware. To include how to set up your toolchain, how to build, how to install.
    Changes based...
  24. Replies
    60
    Views
    112,286

    Sticky: Thanks, Oleg, I won't be concerned about the...

    Thanks, Oleg, I won't be concerned about the small difference in size and content. How did you arrive at the offsets you use in the dd commands in your extract scripts? [Never mind - I see that was...
  25. Replies
    60
    Views
    112,286

    Sticky: (Re)Building Firmware

    If I unpack and repack the factory firmware using the instructions on this forum, the new packed file is not identical to the original, even though I didn't modify anything in the build directory. ...
Results 1 to 25 of 25