Status->Traffic Graph
-
I have installed pfsense v 2.1
Is it only me who's having this problem.
Is there any way to fix it, some file hacks edit .php file ?
please have a look at the picture
Thanks -
if this is IPv6 traffic it won't be shown, the "rate" utility does not support IPv6.
Generate some IPv4 traffic and it should show up again.
-
Thanks
but i haven't enabled ipv6
see the picture below
-
I just did a clean install of the latest nanoBSD 2G image onto a test Alix system:
2.1-DEVELOPMENT (i386)
built on Mon Apr 16 16:52:53 EDT 2012
FreeBSD 8.3-RELEASEDid just the basic minimum setup wizard stuff - 192.168.1.1 on LAN, DHCP on WAN, no packages installed. Using IPv4 only.
The Traffic Graph for WAN and LAN shows stuff happening, but nothing in the list by IP on the right-hand side.
I had noticed this on all our systems running 2.1-DEV (various builds). I will look in Redmine and see if there is a ticket there.
-
There were 2 places in /usr/local/www/status_graph.php that had css('dislay') - adding the 'p' to make css('display') makes it all work. I just submitted a pull request in Github.
-
merged, thanks!
-
There were 2 places in /usr/local/www/status_graph.php that had css('dislay') - adding the 'p' to make css('display') makes it all work. I just submitted a pull request in Github.
thanks Phil!
-
Hello phil
Thanks so much for catching out that missing 'p' in 'display' in system_graph.php
oh man you went through each and every line of php code to find the fault.
:)