YAMon 3.4 - usage monitoring for your router

Post new topic   Reply to topic    DD-WRT Forum Index -> General Questions
Goto page Previous  1, 2, 3 ... 22, 23, 24 ... 44, 45, 46  Next
Author Message
whitebeard
DD-WRT User


Joined: 26 Jul 2013
Posts: 120
Location: Canada

PostPosted: Tue Jan 22, 2019 21:15    Post subject: Reply with quote
[REMOVED]

Last edited by whitebeard on Tue Jan 22, 2019 21:34; edited 1 time in total
Sponsor
wyfied
DD-WRT Novice


Joined: 18 Jan 2019
Posts: 3

PostPosted: Tue Jan 22, 2019 21:32    Post subject: Reply with quote
al_c wrote:
wyfied wrote:
it seems that 3.4.6 is mixing the ips and names up.
wft?!? Please send a screenshot


I ended up going back to the previous version. Pretty much every device was off like you see in that snippet.



users2.jpg
 Description:
 Filesize:  63.7 KB
 Viewed:  2414 Time(s)

users2.jpg


al_c
DD-WRT Guru


Joined: 13 Apr 2013
Posts: 2134
Location: Ottawa Canada

PostPosted: Wed Jan 23, 2019 14:16    Post subject: Reply with quote
whitebeard wrote:
When installing YAMon 3.4.6 the "install.sh" wants to call "setup.sh" but the file is still called "setup3.4.6.sh". I tweaked it and it installed but even with SFE off it's not tracking the data. Is it Ok that there's a lot of YAMon entries in iptable?

EDIT: Also, if I do a clean install the config file wants to store data in "data3" & "live_data3.js" but the default says "data" & "live_data.js".

EDIT2: With a clean install it tries to load the data from the start of the month (for me it's 5), saying:

Quote:
Please check paths to ensure that the file exists: data/2019-01-05-mac_data.js


But the file doesn't exist and it seems to refuse to continue.


The install & setup scripts create a number of symlinks (and it sounds like yours did not get formed properly).

The install script should create a symlink called setup.sh that points to the latest version of the setup script (currently 3.4.6)

I've just made a minor tweaks in both setup3.4.6.sh and /includes/util3.4.6.sh... both were small so I did not bump the minor version.

In setup3.4.6.sh, I (finally) noticed a missing ! in the line that checks to see if NTP is enabled. Oops!

In /includes/util3.4.6.sh, I made a minor change to the way that the symlinks in /tmp/www are created.

The updated files have been posted to the server and can be downloaded individually from http://usage-monitoring.com/manualInstall.php
Al
whitebeard
DD-WRT User


Joined: 26 Jul 2013
Posts: 120
Location: Canada

PostPosted: Wed Jan 23, 2019 14:27    Post subject: Reply with quote
I also had the problem with the reversed entries in the "users.js". Also, for some reason on a clean install when it creates the router.js it complains that the www/js directory doesn't exist but if I create it the install continues fine.
al_c
DD-WRT Guru


Joined: 13 Apr 2013
Posts: 2134
Location: Ottawa Canada

PostPosted: Wed Jan 23, 2019 15:39    Post subject: Reply with quote
whitebeard wrote:
I also had the problem with the reversed entries in the "users.js". Also, for some reason on a clean install when it creates the router.js it complains that the www/js directory doesn't exist but if I create it the install continues fine.


I just went through clean installs (both basic and advanced) and did not see any errors. Can you send your setup logs to questions@usage-monitoring.com?

TIA

Al
whitebeard
DD-WRT User


Joined: 26 Jul 2013
Posts: 120
Location: Canada

PostPosted: Wed Jan 23, 2019 15:52    Post subject: Reply with quote
Quote:

10:47:21 1 Launched setup.sh - v3.4.6
10:47:21 1 Baseline settings: `/mnt/sda_part1/YAMon3/default_config.file`
10:47:21 1 Router Model: Asus RT-N66U
10:47:21 1 Installed firmware: DD-WRT 33492 mega
10:47:30 1 Install mode: a
_wwwData --> data3/
_firmware --> 0
10:47:31 1 lan_proto --> dhcp
10:47:31 1 sfe_enable --> 0
10:47:31 1 upnp_enable --> 0
10:47:31 1 privoxy_enable -->
10:47:31 1 ntp_enable --> 1
10:47:32 1 schedule_enable --> 0 (0:0)
_ispBillingDay --> 5
_monthlyDataCap --> 0
_unlimited_usage --> 0
_includeBridge --> 0
_updatefreq --> 30
_publishInterval --> 4
10:47:52 1 ipv6_enable --> 0
_includeIPv6 --> 0
_symlink2data --> 1
_wwwPath --> /tmp/www/
_wwwURL --> /user
_organizeData --> 0
_enableLogging --> 1
_log2file --> 1
_logDir --> logs/
_loglevel --> 1
_doLiveUpdates --> 0
_enable_ftp --> 0
_doDailyBU --> 0
10:48:32 1 Path found OK for /www/user --> no link needed
10:48:32 1 Reports URL: http://192.168.1.1/user/index.html
10:48:32 1 Created and saved settings in new file: `/mnt/sda_part1/YAMon3/config.file`
startup_delay --> 10
10:48:46 1 Skipped adding nvram-->rc_startup
10:48:46 1 Skipped nvram-->rc_shutdown
10:48:51 1 Launched


I still don't understand why it keeps creating a "data3" directory. Also the cannot create the "/mnt/sda_part1/YAMon3/www/js" directory error showed on the screen but not in the log.

In the other log it says:

Quote:
10:49:13 2 recreated /mnt/sda_part1/YAMon3/www/js/router.js
10:49:13 1 Path found OK for /www/user --> no link needed


[But /mnt/sda_part1/YAMon3/www/js/router.js isn't there]

Quote:
10:49:25 2 >>> config3.4.js not found... creating new file: /mnt/sda_part1/YAMon3/www/js/config3.4.js


[But it's not there]
al_c
DD-WRT Guru


Joined: 13 Apr 2013
Posts: 2134
Location: Ottawa Canada

PostPosted: Wed Jan 23, 2019 16:33    Post subject: Reply with quote
whitebeard wrote:
Quote:

<snip>
_wwwData --> data3/


I still don't understand why it keeps creating a "data3" directory.


In short because on line #207 of setup3.4.6.sh, I have:
Code:
[ "$_wwwData" == "data/" ] || [ "$_wwwData" == "data" ] && updateConfig "_wwwData" "data3/"

For some historic reason, I change the name of the symlink in /tmp/www... I don't exactly recall why but it likely has to do with me running v2 concurrently with v3 while I was developing & testing the new version. Other than being odd, the name has no impact upon performance.

whitebeard wrote:
Also the cannot create the "/mnt/sda_part1/YAMon3/www/js" directory error showed on the screen but not in the log.

In the other log it says:

Quote:
10:49:13 2 recreated /mnt/sda_part1/YAMon3/www/js/router.js
10:49:13 1 Path found OK for /www/user --> no link needed


[But /mnt/sda_part1/YAMon3/www/js/router.js isn't there]

Quote:
10:49:25 2 >>> config3.4.js not found... creating new file: /mnt/sda_part1/YAMon3/www/js/config3.4.js


[But it's not there]

RE: the js folder, what is the error on the screen? Does that folder exist? Is there a permissions issue in the parent folder?
Clearly, if the directory could not be created, then files can't get created either.

Al
whitebeard
DD-WRT User


Joined: 26 Jul 2013
Posts: 120
Location: Canada

PostPosted: Wed Jan 23, 2019 16:41    Post subject: Reply with quote
On the screen it says:

Quote:
/mnt/sda_part1/YAMon3/yamon3.4.6.sh: line 1: can't create /mnt/sda_part1/YAMon3/www/js/config3.4.js: nonexistent directory


Otherwise all the other files are being written to and the permissions are all "rwxr-xr-x" and the owner is root everywhere and "whoami" says root.

Anyway, if I create the "js" directory and re-run the install all's ok except for the strange users.js.
spherular
DD-WRT Novice


Joined: 23 Jan 2019
Posts: 8

PostPosted: Wed Jan 23, 2019 18:47    Post subject: Clean Install? Reply with quote
I'm new, so forgive me...

I'm running DD-WRT v3.0-r38100M kongac ( 12/27/18 ) on an R8000 and seem to have run out of ideas.

I have 62 devices populated and have updated the names as they differ to the users.js file, but all my data is showing as No match MAC in the devices tab and live data.

I tried deleting my YAMon3 folder within /opt and running the install.sh again, but nothing seems to have changed. I updated the 2 new files that were released today, but still nothing.

I've read that bridges could be a problem, My set up has the one router and a number of switches, but no additional bridges per se - my dd-wrt configurations is such that the LAN bridge is set up as br0, I have upnp and sfe disabled, but I just can't figure it out.

You'll see the firmware on my router is new, but is there something else I am missing?

thanks


Last edited by spherular on Fri Jan 25, 2019 2:36; edited 1 time in total
spherular
DD-WRT Novice


Joined: 23 Jan 2019
Posts: 8

PostPosted: Wed Jan 23, 2019 20:13    Post subject: Re: Clean Install? Reply with quote
spherular wrote:
I'm new, so forgive me...

I'm running DD-WRT v3.0-r38100M kongac ( 12/27/18 ) on an R8000 and seem to have run out of ideas.

I have 62 devices populated and have updated the names as they differs to the users.js file, but all my data is showing as No match MAC in the devices tab and live data.

I tried deleting my YAMon3 folder within /opt and running the install.sh again, but nothing seems to have changed. I updated the 2 new files that were released today, but still nothing.

I've read that bridges could be a problem, My set up has the one router and a number of switches, but no additional bridges per se - my dd-wrt configurations is such that the LAN bridge is set up as br0, I have upnp and sfe disabled, but I just can't figure it out.

You'll see the firmware on my router is new, but is there something else I am missing?

thanks


To follow up on this I tried flushing all my IP tables to see if that made a difference.

I also see the following in my logs. This repeats every 5 seconds for different IP addresses (in the no matching entry) but the same MAC - this MAC is identified as my WAN as the IP in devices is shown as my external public IP. I tried deleting my users.js file, but it just does the same again.

12:30:40 2 !!! No matching entry in _currentUsers for 00:01:5c:XX:XX:XX / 192.168.1.146 (192\.168\.1\.146)?!? - adding 1403 to unknown mac
192.168.1.191,1001,1617
192.168.1.172,1966,1567
192.168.1.111,924,1082
192.168.1.161,120,253
192.168.1.146,653,750
192.168.1.153,52,52
192.168.1.142,6058,6949
192.168.1.102,3010,1714
192.168.1.173,7759,2180
192.168.1.125,40,0
192.168.1.166,622,1079
192.168.1.195,63183,51296
192.168.1.174,1516,987
192.168.1.192,276,276
192.168.1.130,20542,10774
192.168.1.129,172106,170749
192.168.1.103,133,775
192.168.1.100,3290,5754
192.168.1.101,80,80
192.168.1.148,924,1080
192.168.1.152,520,520
192.168.1.169,520,520
192.168.1.196,1367,1685
192.168.1.171,588,536
192.168.1.164,156,123
192.168.1.150,533119,136810
192.168.1.151,198030,273720
XX.XX.XX.XX,15134,7647
192.168.1.254,0,64 (_totalLostBytes=147969581 / 1403)

(x's added to hide external IP and MAC - although it is not my actual external IP, but the gateway for the external IP i.e. it ends in 1 mine doesn't)

checked the iptables and it seems I have the double 0.0.0.0 at the end

root@DD-WRT:/tmp/www# iptables -L YAMON34v4 -vnx
Chain YAMON34v4 (1 references)
pkts bytes target prot opt in out source destination
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 x.x.x.1
0 0 YAMON34v4_gp_Unknown 0 -- * * x.x.x.1 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 73.243.18.1
0 0 RETURN 0 -- * * 73.243.18.1 0.0.0.0/0
3 231 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.191
16 997 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.191 0.0.0.0/0
3 231 RETURN 0 -- * * 0.0.0.0/0 192.168.1.191
16 997 RETURN 0 -- * * 192.168.1.191 0.0.0.0/0
3 194 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.172
3 194 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.172 0.0.0.0/0
3 194 RETURN 0 -- * * 0.0.0.0/0 192.168.1.172
3 194 RETURN 0 -- * * 192.168.1.172 0.0.0.0/0
2 80 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.111
2 80 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.111 0.0.0.0/0
2 80 RETURN 0 -- * * 0.0.0.0/0 192.168.1.111
2 80 RETURN 0 -- * * 192.168.1.111 0.0.0.0/0
3 120 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.161
3 807 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.161 0.0.0.0/0
3 120 RETURN 0 -- * * 0.0.0.0/0 192.168.1.161
3 807 RETURN 0 -- * * 192.168.1.161 0.0.0.0/0
3 120 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.146
3 123 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.146 0.0.0.0/0
3 120 RETURN 0 -- * * 0.0.0.0/0 192.168.1.146
3 123 RETURN 0 -- * * 192.168.1.146 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.153
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.153 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.153
0 0 RETURN 0 -- * * 192.168.1.153 0.0.0.0/0
14 2369 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.142
16 7581 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.142 0.0.0.0/0
14 2369 RETURN 0 -- * * 0.0.0.0/0 192.168.1.142
16 7581 RETURN 0 -- * * 192.168.1.142 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.104
2 58 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.104 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.104
2 58 RETURN 0 -- * * 192.168.1.104 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.102
6 240 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.102 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.102
6 240 RETURN 0 -- * * 192.168.1.102 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.173
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.173 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.173
0 0 RETURN 0 -- * * 192.168.1.173 0.0.0.0/0
3 187 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.125
1 64 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.125 0.0.0.0/0
3 187 RETURN 0 -- * * 0.0.0.0/0 192.168.1.125
1 64 RETURN 0 -- * * 192.168.1.125 0.0.0.0/0
2 121 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.166
2 121 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.166 0.0.0.0/0
2 121 RETURN 0 -- * * 0.0.0.0/0 192.168.1.166
2 121 RETURN 0 -- * * 192.168.1.166 0.0.0.0/0
26 2460 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.195
31 5295 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.195 0.0.0.0/0
26 2460 RETURN 0 -- * * 0.0.0.0/0 192.168.1.195
31 5295 RETURN 0 -- * * 192.168.1.195 0.0.0.0/0
17 1045 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.181
13 774 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.181 0.0.0.0/0
17 1045 RETURN 0 -- * * 0.0.0.0/0 192.168.1.181
13 774 RETURN 0 -- * * 192.168.1.181 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.174
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.174 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.174
0 0 RETURN 0 -- * * 192.168.1.174 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.193
12 588 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.193 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.193
12 588 RETURN 0 -- * * 192.168.1.193 0.0.0.0/0
5 358 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.113
5 375 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.113 0.0.0.0/0
5 358 RETURN 0 -- * * 0.0.0.0/0 192.168.1.113
5 375 RETURN 0 -- * * 192.168.1.113 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.199
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.199 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.199
0 0 RETURN 0 -- * * 192.168.1.199 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.190
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.190 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.190
0 0 RETURN 0 -- * * 192.168.1.190 0.0.0.0/0
1 40 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.192
1 40 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.192 0.0.0.0/0
1 40 RETURN 0 -- * * 0.0.0.0/0 192.168.1.192
1 40 RETURN 0 -- * * 192.168.1.192 0.0.0.0/0
127 30168 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.128
136 22020 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.128 0.0.0.0/0
127 30168 RETURN 0 -- * * 0.0.0.0/0 192.168.1.128
136 22020 RETURN 0 -- * * 192.168.1.128 0.0.0.0/0
12 6716 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.130
15 11530 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.130 0.0.0.0/0
12 6716 RETURN 0 -- * * 0.0.0.0/0 192.168.1.130
15 11530 RETURN 0 -- * * 192.168.1.130 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.145
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.145 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.145
0 0 RETURN 0 -- * * 192.168.1.145 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.129
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.129 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.129
0 0 RETURN 0 -- * * 192.168.1.129 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.112
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.112 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.112
0 0 RETURN 0 -- * * 192.168.1.112 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.124
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.124 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.124
0 0 RETURN 0 -- * * 192.168.1.124 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.143
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.143 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.143
0 0 RETURN 0 -- * * 192.168.1.143 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.103
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.103 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.103
0 0 RETURN 0 -- * * 192.168.1.103 0.0.0.0/0
2 940 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.100
2 1646 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.100 0.0.0.0/0
2 940 RETURN 0 -- * * 0.0.0.0/0 192.168.1.100
2 1646 RETURN 0 -- * * 192.168.1.100 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.133
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.133 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.133
0 0 RETURN 0 -- * * 192.168.1.133 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.156
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.156 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.156
0 0 RETURN 0 -- * * 192.168.1.156 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.141
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.141 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.141
0 0 RETURN 0 -- * * 192.168.1.141 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.101
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.101 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.101
0 0 RETURN 0 -- * * 192.168.1.101 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.170
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.170 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.170
0 0 RETURN 0 -- * * 192.168.1.170 0.0.0.0/0
2 80 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.148
2 80 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.148 0.0.0.0/0
2 80 RETURN 0 -- * * 0.0.0.0/0 192.168.1.148
2 80 RETURN 0 -- * * 192.168.1.148 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.165
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.165 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.165
0 0 RETURN 0 -- * * 192.168.1.165 0.0.0.0/0
3 120 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.152
3 120 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.152 0.0.0.0/0
3 120 RETURN 0 -- * * 0.0.0.0/0 192.168.1.152
3 120 RETURN 0 -- * * 192.168.1.152 0.0.0.0/0
3 120 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.169
3 120 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.169 0.0.0.0/0
3 120 RETURN 0 -- * * 0.0.0.0/0 192.168.1.169
3 120 RETURN 0 -- * * 192.168.1.169 0.0.0.0/0
2 80 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.196
2 80 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.196 0.0.0.0/0
2 80 RETURN 0 -- * * 0.0.0.0/0 192.168.1.196
2 80 RETURN 0 -- * * 192.168.1.196 0.0.0.0/0
1 52 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.171
1 95 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.171 0.0.0.0/0
1 52 RETURN 0 -- * * 0.0.0.0/0 192.168.1.171
1 95 RETURN 0 -- * * 192.168.1.171 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.175
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.175 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.175
0 0 RETURN 0 -- * * 192.168.1.175 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.126
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.126 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.126
0 0 RETURN 0 -- * * 192.168.1.126 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.2
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.2 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.2
0 0 RETURN 0 -- * * 192.168.1.2 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.158
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.158 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.158
0 0 RETURN 0 -- * * 192.168.1.158 0.0.0.0/0
1 77 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.164
1 40 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.164 0.0.0.0/0
1 77 RETURN 0 -- * * 0.0.0.0/0 192.168.1.164
1 40 RETURN 0 -- * * 192.168.1.164 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.160
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.160 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.160
0 0 RETURN 0 -- * * 192.168.1.160 0.0.0.0/0
27 13000 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.163
35 8910 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.163 0.0.0.0/0
27 13000 RETURN 0 -- * * 0.0.0.0/0 192.168.1.163
35 8910 RETURN 0 -- * * 192.168.1.163 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.127
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.127 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.127
0 0 RETURN 0 -- * * 192.168.1.127 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.131
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.131 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.131
0 0 RETURN 0 -- * * 192.168.1.131 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.144
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.144 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.144
0 0 RETURN 0 -- * * 192.168.1.144 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.135
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.135 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.135
0 0 RETURN 0 -- * * 192.168.1.135 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.162
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.162 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.162
0 0 RETURN 0 -- * * 192.168.1.162 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.121
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.121 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.121
0 0 RETURN 0 -- * * 192.168.1.121 0.0.0.0/0
99 6481 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.150
105 10194 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.150 0.0.0.0/0
99 6481 RETURN 0 -- * * 0.0.0.0/0 192.168.1.150
105 10194 RETURN 0 -- * * 192.168.1.150 0.0.0.0/0
68 12472 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.151
71 7885 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.151 0.0.0.0/0
68 12472 RETURN 0 -- * * 0.0.0.0/0 192.168.1.151
71 7885 RETURN 0 -- * * 192.168.1.151 0.0.0.0/0
0 0 YAMON34v4_gp_Unknown 0 -- * * 0.0.0.0/0 192.168.1.167
0 0 YAMON34v4_gp_Unknown 0 -- * * 192.168.1.167 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.167
0 0 RETURN 0 -- * * 192.168.1.167 0.0.0.0/0
0 0 YAMON34v4_gp_Hardware 0 -- * * 0.0.0.0/0 192.168.2.1
0 0 YAMON34v4_gp_Hardware 0 -- * * 192.168.2.1 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.2.1
0 0 RETURN 0 -- * * 192.168.2.1 0.0.0.0/0
11 4065 YAMON34v4_gp_Hardware 0 -- * * 0.0.0.0/0 73.243.19.211
12 1129 YAMON34v4_gp_Hardware 0 -- * * 73.243.19.211 0.0.0.0/0
11 4065 RETURN 0 -- * * 0.0.0.0/0 x.x.x.x
12 1129 RETURN 0 -- * * x.x.x.x 0.0.0.0/0
0 0 YAMON34v4_gp_Hardware 0 -- * * 0.0.0.0/0 169.254.255.1
0 0 YAMON34v4_gp_Hardware 0 -- * * 169.254.255.1 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 169.254.255.1
0 0 RETURN 0 -- * * 169.254.255.1 0.0.0.0/0
0 0 YAMON34v4_gp_Hardware 0 -- * * 0.0.0.0/0 192.168.1.254
0 0 YAMON34v4_gp_Hardware 0 -- * * 192.168.1.254 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 192.168.1.254
0 0 RETURN 0 -- * * 192.168.1.254 0.0.0.0/0
0 0 RETURN 0 -- * * 0.0.0.0/0 0.0.0.0/0

I just rolled back to DD-WRT v3.0-r37015M kongac ( 09/23/18 ) - still the same problems

below is what I see in the live view - I changed out the util3.4.6.sh file also.



YAMON.JPG
 Description:
What I see in the live view
 Filesize:  75.29 KB
 Viewed:  2263 Time(s)

YAMON.JPG


al_c
DD-WRT Guru


Joined: 13 Apr 2013
Posts: 2134
Location: Ottawa Canada

PostPosted: Thu Jan 24, 2019 16:50    Post subject: Reply with quote
whitebeard wrote:
On the screen it says:

Quote:
/mnt/sda_part1/YAMon3/yamon3.4.6.sh: line 1: can't create /mnt/sda_part1/YAMon3/www/js/config3.4.js: nonexistent directory


Otherwise all the other files are being written to and the permissions are all "rwxr-xr-x" and the owner is root everywhere and "whoami" says root.

Anyway, if I create the "js" directory and re-run the install all's ok except for the strange users.js.


RE: the js directory... Hmmm?!? Not sure what is going on there. I cannot replicate the issue here.

RE: strange users.js... I have no clue why the IP and device names are getting reversed. It could be a coding error (but then I'd expect to see it here or have more reports of it). It could also be an `issue` that's been introduced in a recent firmware update.

Bottom line - without a log, I cannot begin to guess what is going on. can you (and anyone else who is seeing this) please set loglevel=-1 and let things run for an hour or so and then send me the log?

Please send the logs to questions@usage-monitoring.com (you'll likely have to zip the files as they'll get big fast.)

Al
whitebeard
DD-WRT User


Joined: 26 Jul 2013
Posts: 120
Location: Canada

PostPosted: Thu Jan 24, 2019 16:53    Post subject: Reply with quote
Well I am using a different DDWRT firmware so that could be part of the issue. I'm back to 3.4.5 and all is well.
al_c
DD-WRT Guru


Joined: 13 Apr 2013
Posts: 2134
Location: Ottawa Canada

PostPosted: Thu Jan 24, 2019 16:56    Post subject: Re: Clean Install? Reply with quote
spherular wrote:
I'm new, so forgive me...

I'm running DD-WRT v3.0-r38100M kongac ( 12/27/18 ) on an R8000 and seem to have run out of ideas.

I have 62 devices populated and have updated the names as they differs to the users.js file, but all my data is showing as No match MAC in the devices tab and live data.

I tried deleting my YAMon3 folder within /opt and running the install.sh again, but nothing seems to have changed. I updated the 2 new files that were released today, but still nothing.

I've read that bridges could be a problem, My set up has the one router and a number of switches, but no additional bridges per se - my dd-wrt configurations is such that the LAN bridge is set up as br0, I have upnp and sfe disabled, but I just can't figure it out.

You'll see the firmware on my router is new, but is there something else I am missing?

thanks


spherular - welcome on board. Sorry for the grief.

See my comments just above about sending a log file... that should help me understand what is going on/wrong.

Al
spherular
DD-WRT Novice


Joined: 23 Jan 2019
Posts: 8

PostPosted: Thu Jan 24, 2019 18:26    Post subject: Re: Clean Install? Reply with quote
al_c wrote:
spherular wrote:
I'm new, so forgive me...

I'm running DD-WRT v3.0-r38100M kongac ( 12/27/18 ) on an R8000 and seem to have run out of ideas.

I have 62 devices populated and have updated the names as they differs to the users.js file, but all my data is showing as No match MAC in the devices tab and live data.

I tried deleting my YAMon3 folder within /opt and running the install.sh again, but nothing seems to have changed. I updated the 2 new files that were released today, but still nothing.

I've read that bridges could be a problem, My set up has the one router and a number of switches, but no additional bridges per se - my dd-wrt configurations is such that the LAN bridge is set up as br0, I have upnp and sfe disabled, but I just can't figure it out.

You'll see the firmware on my router is new, but is there something else I am missing?

thanks


spherular - welcome on board. Sorry for the grief.

See my comments just above about sending a log file... that should help me understand what is going on/wrong.

Al


Thanks Al, just sent you some screen shots and today's log file so far - just the 9mb compressed!
ddaniel51
DD-WRT Guru


Joined: 19 Feb 2013
Posts: 1464

PostPosted: Thu Jan 24, 2019 23:42    Post subject: Reply with quote
Hi Al

I stopped yamon, used compare to sync the files and restarted. It tweaked the users.js like Whitebeard's so I corrected the js file, reverted to 3.4.5 and started again.

I'll stay out of this and let you and Whitebeard work it out. Smile

_________________
Segment 1 XR700 10Gb LAN, 1Gb WAN ISP BS
Wired AP 1 Unifi Wifi 6 LR US 1Gb LAN
Wired AP 2 Unifi Wifi 6 LR US 1Gb LAN
Wired AP 3 Unifi Wifi 6 LR US 1Gb LAN
Syslog Services Asustor 7110T NAS 10GB
NetGear XS716T 10GB Switch
download1.dd-wrt.com/dd-wrtv2/downloads/betas/ (Brain Slayer)
YAMon https://usage-monitoring.com/index.php
Goto page Previous  1, 2, 3 ... 22, 23, 24 ... 44, 45, 46  Next Display posts from previous:    Page 23 of 46
Post new topic   Reply to topic    DD-WRT Forum Index -> General Questions All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum