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

    Strange message being spammed in system log

    Noticed a similar problem a few days ago ("can't write to dev/null"). Fixed with this thread, thanks. It was because I had solved another problem a few weeks ago (an FTP/Samba share account that was taking precedence in the Admin/System tab, fixed thanks to the thread...
  2. B

    Skynet Skynet - Router Firewall & Security Enhancements

    /Update: I should add that for all those outbound blocked IP, the "Ban Reason" given is simply an asterisk "*". Didn't find any range in the IP lists (nor the aggregated list skynet.ipset) to explain the blocks. For now I've disabled Skynet. I seem to be the only one with this problem, so...
  3. B

    Skynet Skynet - Router Firewall & Security Enhancements

    Sorry, should have been more explicit when I said "I searched through Skynet", and say I've done that command already. There's no specific IP list given, only that the IP "is in set Skynet-BlockedRanges". The first report of blockage (for e.g. pandoc.org) was at 4:35 am this morning (NY time...
  4. B

    Skynet Skynet - Router Firewall & Security Enhancements

    Good morning everyone. After an automatic malware list update this morning, many sites I visit can't be connected to, and Skynet reports Outbound blockages. Just a few examples: microsoft.com, pandoc.org, pool.ntp.org... So it's not a question of unbanning those one at a time, there's clearly a...
  5. B

    Can "Web History" be sorted by date (rather than hostname)?

    Retrieve WebHistory.db (at /jffs/.sys/WebHistory/WebHistory.db) with scp/pscp, then use an sqlite viewer with proper sql to view as you like, eg: SELECT datetime(timestamp, 'unixepoch', 'localtime') AS time, mac, url FROM history ORDER BY time;
  6. B

    QoS Web History - Strange Results

    I pscp to retrieve WebHistory.db, I then use sqlite (or rather sql.js) to retrieve what I want / the way I want to see.
  7. B

    QoS Web History - Strange Results

    Look at the Domain Name column (not show on your images) : sorted ascending on that field.
  8. B

    Using router's built in switch to create vlan tagged subnet

    It's "nat-start", without the ".sh".
  9. B

    Web History not working

    l /usr/sbin | grep "bwdpi" lrwxrwxrwx 1 notrealadminname root 12 Mar 24 13:58 AiProtectionMonitor -> bwdpi_sqlite* lrwxrwxrwx 1 notrealadminname root 12 Mar 24 13:58 TrafficAnalyzer -> bwdpi_sqlite* lrwxrwxrwx 1 notrealadminname root 12 Mar 24 13:58...
  10. B

    Web History not working

    l -R /jffs/.sys/ /jffs/.sys/: drw-rw-rw- 2 notrealadminname root 0 Apr 4 09:42 AiProtectionMonitor/ drw-rw-rw- 2 notrealadminname root 0 Apr 4 10:00 TrafficAnalyzer/ drw-rw-rw- 2 notrealadminname root 0 Apr 4 10:08 WebHistory/ drwxrwxrwx 2...
  11. B

    Web History not working

    I have none of those txt files, only the db's my AiProtection tabs do show the occasional hits
  12. B

    Web History not working

    /jffs/.sys/WebHistory/WebHistory.db .sys is hidden (ac1900p, amerlin 384.4.2)
  13. B

    Web History not working

    it's sorted by url ("domain name")... go figure... and yes, the dropdown has lots of problems (prob. from asus' side) however, WebHistory.db is a sqlite database, only had one table ("history"), can be easily read (sqlite3 command line interface, sql.js, etc) and then sorted/queried as you wish
  14. B

    RT-AC68U / RT-AC68P / RT-AC1900 / RT-AC1900P

    I also confirm this: the box at BB for B2 HW for AC1900P does say flash 128 MB and RAM 256 MB. Even ASUS' site on the product says 128 MB flash. The SNB review isn't the only one thought which report a 256/256 MB for flash/RAM though. Can anyone with V3 box confirm that this other version is...
  15. B

    IPTraffic and Normal Traffic discrepancy

    Well, good to know... was going crazy last month, so was a bit more prepared this time.
  16. B

    IPTraffic and Normal Traffic discrepancy

    Well, it happened again yesterday. A 3.8 GB upload unaccounted for in the daily stats, with nothing of the sort present in the IPTraffic stats. rtats saved 4x/day this time, so I know it happened between 5:55 and 11:55. (I also saved the rstats_speed.gz file, I'll find time later to...
  17. B

    IPTraffic and Normal Traffic discrepancy

    What does the "normal" Traffic monitor track that the IPTraffic doesn't? Shouldn't the ups and downs of one be equal to the totals of the other? I ask because I just noticed an unusually big upload (3.7 GB) in the Daily "normal" stats on the 18th of may, but there's absolutely nothing in the...
  18. B

    Help Needed: Firewall Script *Fixed!*

    A typo: elif [ "1" = "$UNBANALL" ] should be: elif [ "$1" = "$UNBANALL" ]
  19. B

    RT-N66 - Script for separate VLANS and Subnets with DHCP and wireless

    Am not an expert, and am planning a similar scheme after reading many discussions on the subject at snb, but here are a few remarks: be careful with vlan2, since by default it contains the WAN port (see your initial "robocfg show" results). You redefine it as containing ports 2 and 8 (router...
Top