hmm ? Its working great with 1.6.x build, it was working a few minutes with the last 1.8 build.
And as far as I know, the app (peakhour) is working correctly with 64bits data: http://support.peakhourapp.com:8090/dis ... y+Counters
gargoyle-ispy 2015-September-27 04:09.torrent
Moderator: Moderators
Re: gargoyle-ispy 2015-September-27 04:09.torrent
Well you tell me, does it detect the high capacity counters?
It may only use them if it can detect them.
also that seems to be talking about SNMP which is different to UPNP i believe.
It may only use them if it can detect them.
also that seems to be talking about SNMP which is different to UPNP i believe.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: gargoyle-ispy 2015-September-27 04:09.torrent
yes, it detects high capacity counters (64bits), and it works with builds 1.6 and sometimes with 1.8 (after restarting the firewall, disabling/enabling upnp). The app can use both upnp and snmp, but snmp is not installed on my wdr3600, so it uses only upnp.
I tested another utility (Networx for windows) and its the same problem.
I tested another utility (Networx for windows) and its the same problem.
Re: gargoyle-ispy 2015-September-27 04:09.torrent
1.6 used 32 bit
1.8 uses 64.
The article you linked references SNMP only. That is the point I was making.
I doubt there's a solution that doesn't involve snmp. However minisnmp only uses 32bit. You need the full package which is quite big lol
1.8 uses 64.
The article you linked references SNMP only. That is the point I was making.
I tried Networx and it is fine at 2.3GiB transferred. Probably won't work past 4GB. The standard doesn't recognise it and that's why none of the monitoring programs do.High Capacity Counters (SNMP only)
I doubt there's a solution that doesn't involve snmp. However minisnmp only uses 32bit. You need the full package which is quite big lol
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: gargoyle-ispy 2015-September-27 04:09.torrent
oh, ok, thanks !
Re: gargoyle-ispy 2015-September-27 04:09.torrent
Here is the output of miniupnpc installed on my mac:
upnpc -s
upnpc : miniupnpc library test client, version 1.9.
(c) 2005-2014 Thomas Bernard.
Go to http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
for more information.
List of UPNP devices found on the network :
desc: http://192.168.1.1:5000/rootDesc.xml
st: urn:schemas-upnp-org:device:InternetGatewayDevice:1
Found valid IGD : http://192.168.1.1:5000/ctl/IPConn
Local LAN ip address : 192.168.1.180
Connection Type : IP_Routed
Status : Connected, uptime=126s, LastConnectionError : ERROR_NONE
Time started : Mon Sep 28 07:20:09 2015
GetLinkLayerMaxBitRates failed.
connect: Connection refused
GetExternalIPAddress failed. (errorcode=-3)
connect: Connection refused
connect: Connection refused
connect: Connection refused
connect: Connection refused
Bytes: Sent: 4294967293 Recv: 4294967293
Packets: Sent: 4294967293 Recv: 4294967293
There is a problem with Bytes maxed at UINT32_MAX (because miniupnp only uses 32bits counters), but also some connections errors.
upnpc -s
upnpc : miniupnpc library test client, version 1.9.
(c) 2005-2014 Thomas Bernard.
Go to http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
for more information.
List of UPNP devices found on the network :
desc: http://192.168.1.1:5000/rootDesc.xml
st: urn:schemas-upnp-org:device:InternetGatewayDevice:1
Found valid IGD : http://192.168.1.1:5000/ctl/IPConn
Local LAN ip address : 192.168.1.180
Connection Type : IP_Routed
Status : Connected, uptime=126s, LastConnectionError : ERROR_NONE
Time started : Mon Sep 28 07:20:09 2015
GetLinkLayerMaxBitRates failed.
connect: Connection refused
GetExternalIPAddress failed. (errorcode=-3)
connect: Connection refused
connect: Connection refused
connect: Connection refused
connect: Connection refused
Bytes: Sent: 4294967293 Recv: 4294967293
Packets: Sent: 4294967293 Recv: 4294967293
There is a problem with Bytes maxed at UINT32_MAX (because miniupnp only uses 32bits counters), but also some connections errors.