Search:

Type: Posts; User: unaiur

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,645

    DHCP & Windows Mobile 2005

    Hello

    I've bought a WM2005 device and I'm having problems with DHCP. The device associates correctly with my WL500gx, but it can't retrieve a valid IP. In the logs, dnsmasq seems to be receving...
  2. Replies
    15
    Views
    9,070

    If you run an HTTP server you can disable the...

    If you run an HTTP server you can disable the connection limit at port tcp/80 with this post-firewall command:

    iptables -I SECURITY -p tcp --dport 80 -j RETURN

    But I agree, 1 connection per...
  3. Replies
    15
    Views
    9,070

    I've remade the patch and compressed it as you...

    I've remade the patch and compressed it as you suggested.



    cd broadcom/src
    gzcat rc-firewall.diff.gz | patch -p0
  4. Replies
    1
    Views
    2,737

    Tweaking the toolchain

    The autoconf scripts doesn't like the names of the executables in our toolchain. If you pass --host=mipsel-uclibc to the configure script, it says that uclibc system is unknown. If you pass...
  5. Replies
    6
    Views
    5,067

    Poll: With my patch, you can enable and disable telnetd...

    With my patch, you can enable and disable telnetd from the web interface, so that check isn't needed.
  6. Thread: Wish List

    by unaiur
    Replies
    56
    Views
    108,951

    You really wish a 8 MB flash chip!

    You really wish a 8 MB flash chip!
  7. Replies
    6
    Views
    5,168

    In the Wl500g deluxe, ports are labeled as...

    In the Wl500g deluxe, ports are labeled as follows:
    0 => WAN
    1 => LAN 4
    2 => LAN 3
    3 => LAN 2
    4 => LAN 1
    5 => an internal port connecting the switch to the router, and should be connected to...
  8. Replies
    15
    Views
    9,070

    I've played with several elemental settings (the...

    I've played with several elemental settings (the MAC list, the virtual host lists, incoming forwards). I've posted the patch to let other people to play with it before including it in any firmware.
    ...
  9. Replies
    15
    Views
    9,070

    I've rewritten the firewall rule generator. With...

    I've rewritten the firewall rule generator. With this patch:
    - The rules that protects against DOS attacks no longer allows to forward all incoming connections.
    - If you activate MAC filtering,...
  10. Replies
    6
    Views
    3,247

    This piece of code is designed for an IBM...

    This piece of code is designed for an IBM compatible personal computer. The asus router isn't a PC, so the pararell port probably doesn't work like this code expects.
  11. Replies
    6
    Views
    3,247

    This code doesn't compile: In file included...

    This code doesn't compile:


    In file included from /opt/brcm/hndtools-mipsel-uclibc-3.2.3-full/include/linux/sched.h:13,
    from...
  12. Replies
    77
    Views
    51,778

    It seems that gift isn't compiled for Oleg's...

    It seems that gift isn't compiled for Oleg's firmwares.



    gift-setup isn't a shell script. It seems a perl script, so you will need to install a perl interpreter. Then, execute this:


    chmod...
  13. Replies
    15
    Views
    9,070

    Bad forwarding rules at the firewall

    I'm pretty sure that the firewall FORWARD'ing rules are incorrect. Near top, the rule 4 allows any connection, given that don't exceed the 1/connection per seccond rate:



    Chain FORWARD (policy...
  14. Replies
    9
    Views
    7,181

    I don't miss any function. Maybe Oleg is a KGB...

    I don't miss any function.
    Maybe Oleg is a KGB spy (or whatever is called nowadays) :D
  15. Replies
    6
    Views
    5,067

    Poll: Attached a patch against firmware 1.9.2.7-6b that...

    Attached a patch against firmware 1.9.2.7-6b that allows to disable telnetd from the "IP Config-> Miscellaneous" administration web page.

    By default, is enabled.
  16. Replies
    77
    Views
    51,778

    Usually, the current directory isn't in the path....

    Usually, the current directory isn't in the path. You should write:

    ./gift.sh
    or

    sh gift.sh
  17. Replies
    6
    Views
    5,067

    Poll: What I would like is to make easier to choose...

    What I would like is to make easier to choose what shell daemons are running.
  18. Replies
    6
    Views
    5,067

    Poll: Replacing telnetd with dropbear

    I'm thinking about lauching dropbear automatically on boot and removing telnetd.

    I've already patched rc to launch dropbear and adjust input filtering rules, both controlled by sshd_enabled_x...
  19. Replies
    9
    Views
    7,181

    3485696 bytes. Nonetheless, there must be small...

    3485696 bytes. Nonetheless, there must be small size differences since the firmware embeeds info about the host where was built and timestamps.
  20. Replies
    9
    Views
    7,181

    I found the answer myself: the firmware can't be...

    I found the answer myself: the firmware can't be compiled on an AMD64 system, a 32 bit operating system should be used. :(
  21. Replies
    0
    Views
    1,825

    Securing the intranet

    I've just realized that my Asus router isn't protecting my intranet. I've connected my laptop, the wl500g & the cable modem with a hub, so my laptop doesn't belong to the intranet. In the laptop I...
  22. Replies
    9
    Views
    5,785

    The iptables command works in Oleg's firmwares,...

    The iptables command works in Oleg's firmwares, that is what I use and works fine. The extra ports shown at the forwarding page can be generated by the "Port Trigger" feature.
  23. Replies
    7
    Views
    5,701

    Upps... you are right. I learnt that on the Linux...

    Upps... you are right. I learnt that on the Linux 2.0 and ipchain days and never updated my knowledge database. :rolleyes:
  24. Replies
    9
    Views
    5,785

    Linux is capable to do so. Traffic comming from...

    Linux is capable to do so. Traffic comming from the wan can be redirected to an internal webserver while traffic from the lan arrives to the administration web page. I don't know if the web...
  25. Replies
    9
    Views
    7,181

    Compiling 1.9.2.7-6b firmware

    I'm unable to compile the lastest & greatest Oleg's firmware.

    I follow the steps at the Wl500g Wiki: get GPL_1927.zip & wl500g-1.9.2.7-6b.tar.bz2, copy & paste the givin script and run it. It...
Results 1 to 25 of 33
Page 1 of 2 1 2