Recent content by banshee

  • 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. B

    Host name not being set in client

    I suspect this may be a misunderstanding on my part, and hoping someone can set me straight. In Merlin version 386.11 on an RT-AC68U, I am trying to set a hostname on a client via LAN -> DHCP Server. Under "Host Name (Optional)", I have filled in "testhost". What I expected was that after...
  2. B

    [EDIT]Real-time Quota Monitoring (Download/Upload/Data Used)

    Yes, I have confirmed that the settings change fixes the problem (with that setting) without my script change. Thanks! So now...if I want to make sure this runs automatically after boot and re-initializes the cap each day, can I just make a services-start script like this: #!/bin/sh sleep 60...
  3. B

    [EDIT]Real-time Quota Monitoring (Download/Upload/Data Used)

    I may try your solution to see if it makes a different (I doubt it, given what is below), but I made a change to the script that fixes it on my system. I changed this line: IP_RANGE=$(nslookup $1 | grep "Address" | grep -v localhost | cut -d" " -f4) to this: IP_RANGE=$(nslookup $1 | grep...
  4. B

    [EDIT]Real-time Quota Monitoring (Download/Upload/Data Used)

    Also, on the topic of special characters, I notice that when I do an nslookup it showns 8.8.8.8 as "dns.google". Perhaps the "." is causing an issue. Not sure how I change the configuration to use a different name, though.
  5. B

    [EDIT]Real-time Quota Monitoring (Download/Upload/Data Used)

    Does an "_" count as a strange character? The one I am trying to add is shown with client name of "RZYHGCJ00001973_JIDU6001" in the GUI. When I use the verbose option, I see this: admin@RT-AC68U-5E80:/jffs/scripts# ./QuotaMonitor.sh verbose Chain MyQUOTAi (1 references) num pkts bytes...
  6. B

    [EDIT]Real-time Quota Monitoring (Download/Upload/Data Used)

    No. I was using the WAN failover scripts, but reformatted JFFS and started over to see if it would fix this issue...but it didn't.
  7. B

    [EDIT]Real-time Quota Monitoring (Download/Upload/Data Used)

    Thanks. That was helpful. I went back and just added one IP address and then ran monitor. The monitor ran this time, but for some reason it shows the IP address of my DNS server rather than the IP address I added. I think that is why the "duplicate hostnames" were detected; it just added my...
  8. B

    [EDIT]Real-time Quota Monitoring (Download/Upload/Data Used)

    Oh, and it also says, "***ERROR Duplicate HOSTNAMES detected!!" in pink at the top.
  9. B

    [EDIT]Real-time Quota Monitoring (Download/Upload/Data Used)

    Ah, sorry, it says: ./QuotaMonitor.sh: eval: line 1: 162100: not found ./QuotaMonitor.sh: eval: line 1: 198430: not found ./QuotaMonitor.sh: eval: line 1: 162100: not found ./QuotaMonitor.sh: eval: line 1: 198430: not found ./QuotaMonitor.sh: eval: line 1: 162100: not found ./QuotaMonitor.sh...
  10. B

    [EDIT]Real-time Quota Monitoring (Download/Upload/Data Used)

    I am trying to get this running on my RT-AC68U. I am getting these errors. Can someone point me in the right direction?
  11. B

    Beta ASUSWRT 386 RC2 public beta with full functions AiMesh 2.0 (continued)

    Does this still have the issue requiring factory reset because of encryption changes -- if coming from an older Beta version?
Top