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. FreshJR

    Anyone have a script for monitoring cpu usuge?

    I just logged in and saw 1 core being maxed. Some rouge process has glitched and I have no idea how long it was pegged use a full cpu core. A script issuing a process kill, router reboot, or even email notification would be nice. Does anything like that exist or does it have to be created.
  2. FreshJR

    Four (simple) IPv6 questions

    1) Is the following nvram variable always set? ipv6_prefix= Is it available in the following user configurations: IPv6 - native (statefull) IPv6 - native (stateless) IPv6 - passthrough IPv6 - static ? Will the variable ever include the "::" shortener as part of its value? (Not important to...
  3. FreshJR

    Modifying file with sed --> "Device or resource busy"

    I have a file located in /jffs/ mounted ontop of a file in the routers read-only partition via this command. mount -o bind /jffs/scripts/MY_FILE.asp /www/READ_ONLY_FILE.asp Some approaches allow me to modify/overwrite this file. Other approaches do not. For example: I am always ABLE to...
  4. FreshJR

    Security Question about using eval inside script

    I know this question isn't really 100% Merlin-WRT related but I will be using the eval command within my QoS script in an attempt to pass parameters "ByReference" to a function. The answers I get will affect Merlin-WRT in a round-about way. I already looked this up on stack-exchange exchange...
  5. FreshJR

    Generate config file on router from WebUI page

    I have been poking around if there would be anyway to generate a file on the router from input on a page appended into the WebUI. Eg. I would like to create functionality so a user can add/delete/modify QoS rules within the WebUI. Rules can be generated within a table and upon hitting submit a...
  6. FreshJR

    Difference Passive vs Active Scanning when searching for AP?

    From quick reading on the internet, I found the following It has been said that Active Scanning is faster than Passive Scanning, but I have found that NOT to be the case with 5ghz networks. My android tablet is only allowed to connect to my 5ghz SSID. It also turns OFF wireless while in...
  7. FreshJR

    Is "Band Steering" Possible on our routers?

    Is it possible to have band steering, which would then allow same name 2.4 & 5ghz SSID's but have the router assist in kicking devices from 2.4ghz onto 5ghz. When I used to have the same name SSID, most clients would connect to 5ghz, remain on 5ghz until signal got low, fallback into 2.4ghz...
  8. FreshJR

    Simple NAT question - how are multiple devices using same port behind NAT

    I've been wondering about this for a while. With wifi-calling, I see that many devices are listening on the same port. How is this possible with regards to network address translation/?? udp 192.168.1.1:4500 222.222.111.111:4500 ASSURED udp...
  9. FreshJR

    Can you detect device disconnection?

    If you add a postlease into dnsmasq, you can do all sorts of cool stuff upon device connection. Is there some alternative to trigger a script upon device disconnection. (besides monitoring the client list for changes). (Yes I also know about power save/wifi sleep that will trigger many...
  10. FreshJR

    Any way to clear command from terminal history (up/down arrow)

    Every time you execute a command it gets stored in two locations. 1) Stored in memory ( struct line_input_t -> char *history[MAX_HISTORY + 1]; ) 2) Stored in HISTFILE (/tmp/home/root/.ash_history) I have the following alias that I use often clr='clear && printf "\e[3J" ' The following...
  11. FreshJR

    Is it possbile to attach qos rules to VPN interface traffic?

    So all VPN traffic goes through interface tun21. Inbound WAN traffic goes through interface eth0 Outbound WAN traffic goes through interface br0. Qos sets up TC rules for eth0 and br0 interfaces. Unfortunately this seems to mean that VPN clients are not bound by QOS rules and can drain...
  12. FreshJR

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    Welcome to FreshJR's Adaptive QOS modification script! Issues with Adaptive QoS: Adaptive QOS works amazing, but I have decided to tweak it as I have a few issues with its performance out of the box. Some of the issues are as follows: Issue 1: The first issue is caused by the traffic groups...
  13. FreshJR

    Anyone know the original TX power of Tmobile's RT-AC68 Firmware

    I have a Tmobile TM-AC1900 which is a rebranded RT-AC68. I changed the TMo firmware to asus (actually Merlin's fork) because I really wanted adaptive QOS and because we haven't gotten any security update for a long time. The problem is that while I have gained many features, I also lost some...
Top