Search results

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. ASAT

    Sickrage and CouchPotato

    I love sick rage.
  2. ASAT

    dropbear parameters

    On my router I have turned off Dropbear in the WebUI and then enabled it manually. I find it most reliable this way. Example Create this files in /jffs/dropbear folder. authorized_keys dropbear_dss_host_key dropbear_ecdsa_host_key dropbear_rsa_host_key loginprompt...
  3. ASAT

    Glibc

    Just to be safe, I applied the patch to my Entware-ng toolchain and recompiled all the packages. [PATCH] CVE-2015-7547 --- glibc getaddrinfo() stack-based buffer overflow -
  4. ASAT

    Extremely severe bug leaves dizzying number of software and devices vulnerable

    Just to be safe, I applied the patch to my Entware-ng toolchain and recompiled all the packages. [PATCH] CVE-2015-7547 --- glibc getaddrinfo() stack-based buffer overflow -
  5. ASAT

    HOWTO: Relocate ARM ELF binaries to run from the router /jffs folder

    I discovered this simple trick, if you need a quick and dirty method to run Entware-ng or Optware-ng programs directly off your router /jffs folder. The patchelf program is capable of changing the run path and library path inside the ELF header of an ARM binary executable image. For example...
  6. ASAT

    Selective Routing with Asuswrt-Merlin

    Here's what that looks like. 0000000001111111 = 0x007F = 127 ASUS QoS and bandwidth limiter 0000000010000000 = 0x0080 = 128 OK 0000000100000000 = 0x0100 = 256 OK 0000001000000000 = 0x0200 = 512 OK 0000010000000000 = 0x0400 = 1024 OK 0000100000000000 = 0x0800 = 2048 Merlin NAT...
  7. ASAT

    Selective Routing with Asuswrt-Merlin

    Bitwise OR'ing all the QOS and NAT Loopback marks together yields 46191. Does this mean I should avoid using this bit pattern in my custom marks? 0000000000000001 = 1 0000000000000010 = 2 0000000000000011 = 3 0000000000000100 = 4 0000000000000101 = 5 0000000000000110 = 6 0000000001100101 = 101...
  8. ASAT

    Update /rom/ca-bundle.crt in custom firmware

    You can update it manually this way. # my Linux Mint 13 build box sudo apt-get update sudo apt-get install ca-certificates cp -pf /etc/ssl/certs/ca-certificates.crt ~/asuswrt-merlin/release/src/router/rom/others/ca-bundle.crt OR, copy it automatically in the ASUS rootprep script during the...
  9. ASAT

    [RT-AC56] "Local" traffic on eth0

    eth0 is the WAN interface eth1 is the 2.4GHz primary Wi-Fi interface eth2 is the 5GHz primary Wi-Fi interface vlan1 is the 4x Ethernet ports interface wl0.1 is the 2.4GHz guest #1 Wi-Fi interface wl1.1 is the 5GHz guest #1 Wi-Fi interface wl0.2 is the 2.4GHz guest #2 Wi-Fi interface wl1.2 is the...
  10. ASAT

    System log

    http://www.snbforums.com/threads/asuswrt-merlin-378-54_2-is-now-available.24902/page-2#post-186506
  11. ASAT

    QoS problems

    Maybe it's possible to configure the ASUS bandwidth limiter manually? If you prefer not to use my script, nvram set qos_enable=1 nvram set qos_type=2 nvram set qos_bw_rulelist="1>AA:BB:CC:DD:EE:FF>1024>256>0" nvram commit service restart_qos service restart_firewall WHERE: qos_bw_rulelist =...
  12. ASAT

    QoS problems

    I wrote a shell script to do bandwidth limiting on the router. It is intended to mimic the behavior of the ASUS bandwidth limiter, without the Trend Micro piece. http://www.snbforums.com/threads/client-lists-will-not-save-in-qos-bandwidth-limiter-sporadic-issue.30396/#post-240424 So now you...
  13. ASAT

    Client Lists will not save in QoS Bandwidth Limiter (sporadic issue)

    For learning and experimenting with the Asuswrt bandwidth limiter feature. It is not for the faint of heart. I took the ASUS bandwidth limiter logic and made it into a script. Taken from here: https://github.com/RMerl/asuswrt-merlin/blob/380.57/release/src/router/rc/qos.c Most of this...
  14. ASAT

    Help Compiling Latest Merlin Firmware

    Solution http://www.snbforums.com/threads/compiling-the-firmware-for-rt-ac56u.24040/#post-180456 Alternative is to compile the firmware directly from the downloaded ZIP archive. Subscribe to the Asuswrt-Merlin RSS feed here: https://github.com/RMerl/asuswrt-merlin/tags.atom
  15. ASAT

    Usb drive encryption

    My wish is to read and write an encrypted USB flash drive plugged into the router that was originally formatted (ext4 + LUKS) on Ubuntu. So I will try enabling dm-crypt in the kernel config of the Asuswrt-Merlin firmware and see what happens...
  16. ASAT

    Usb drive encryption

    I see that Entware-ng now has cryptsetup. However, I imagine at some point, that a person would need to type a 40 character alpha-numeric password into the router to unlock the encrypted volume. https://gitlab.com/cryptsetup/cryptsetup
  17. ASAT

    Usb drive encryption

    Have you tried disk encryption with dm-crypt / LUKS ?
  18. ASAT

    Configuring apcupsd

    Thank you to ryzhov_al for the excellent patch. I got it working with the RT-AC68U router and the CyberPower 1325VA UPS. cat /opt/var/log/apcupsd.events 2016-02-16 17:24:25 -0500 apcupsd 3.14.13 (02 February 2015) unknown startup succeeded 2016-02-16 17:25:15 -0500 Power failure. 2016-02-16...
  19. ASAT

    Configuring apcupsd

    For Linux Mint 13, my CyberPower 1325VA shows this dmesg. usb 2-2.2: new low-speed USB device number 5 using uhci_hcd generic-usb 0003:0764:0501.0002: hiddev0,hidraw1: USB HID v1.10 Device [CPS CP 1350C] on usb-0000:02:00.0-2.2/input0 For ASUS RT-AC68U router, my CyberPower 1325VA shows only...
  20. ASAT

    Configuring apcupsd

    Do you have a modern Linux OS where you can plug it in? Then you can type dmesg to see what USB-to-serial driver it loads. I would be surprise if it requires a proprietary USB driver for the APC UPS. Unplug the UPS' USB cable from the computer. Boot your modern Linux OS. Wait 'til it...
Top