Bug #3314
closedTraffic graph shows 2X the actual traffic on VLAN interfaces.
100%
Description
2.1-RELEASE (i386)
built on Wed Sep 11 18:16:50 EDT 2013
FreeBSD 8.3-RELEASE-p11
Configuration
em0 - wan interface
em1_vlan10 - private lan interface
em1_vlan20 - DMZ lan interface
One PC on private lan is streaming video from Internet. As can be seen in attached screen shot traffic on private LAN interface is roughly 3mbps but graph shows 6mbps!!! Why does graph show twice the actual traffic?
WAN interface shows correct traffic at about 3mbps on graph.
Files
Updated by Renato Botelho about 11 years ago
I was not able to reproduce it here. Is it happening all the time on interface HOME? Could you give me more details about your setup?
Updated by Jean Cyr about 11 years ago
Yes it happens consistently. The HOME interface is one of two vlans configured on the em1 lan interface. The em1 interface itself is not configured in pfsense, only the two vlans.
------------- -------------- VLAN_10 To home private network
| | EM1_VLAN10 | |--------
WAN -----|EM0 EM1|--------------| Managed switch |
| pfSense | EM1_VLAN20 | |-------- To DMZ server
------------- -------------- VLAN_20
Updated by Jean Cyr about 11 years ago
Sorry, that picture didn't come out so well. Essentially I have a two port pfSense box. One port is LAN and one port is WAN. Since I need to have a safe DMZ on a separate subnet (both IPV4 and IPV4), I don't use the LAN port directly, but instead configure two VLANS on it, one private and one public. The LAN interface is then connected to a managed switch to distribute each VLAN to a separate switch port. One is connected to my DMZ server and is visible on the Internet by public IP and the second is for the internal private home network.
Hope that helps. Only speculating, maybe whatever component you use to extract the traffic level is summing EM1 traffic with EM1_VLAN20 traffic thus counting it twice?
Updated by Jean Cyr about 11 years ago
Oops... should have read '(both IPV4 and IPV6)'
Updated by Renato Botelho about 11 years ago
- Subject changed from Traffic graph shows 2X the actual traffic. to Traffic graph shows 2X the actual traffic on VLAN interfaces.
Confirmed. With VLAN I could reproduce the issue.
Updated by Stanislav Yanchev almost 11 years ago
amd64 version is affected too
https://redmine.pfsense.org/issues/3264
Updated by Ermal Luçi almost 11 years ago
Well it is not something to be fixed for 2.1.1 since its an OS issue rather than pfSense collection one.
Updated by Ermal Luçi almost 11 years ago
- Target version changed from 2.1.1 to Future
Updated by Chris Buechler almost 11 years ago
- Target version changed from Future to 2.2
we'll re-evaluate for 2.2
Updated by Jason Litka over 10 years ago
I am currently seeing this issue without VLANs. 2.1.1 64-bit
Updated by xavier Lemaire over 10 years ago
hi,
I have similar trouble but on almost all interface VLAN and not VLAN in 2.1.1 x64
Information for SNMP are false too.
Updated by Bernhard Schmidt over 10 years ago
- File pfsense-graph.png pfsense-graph.png added
Same problem with 2.1.2 x64 on vmxnet3 interfaces. Input rate is always doubled regardless of the direction, see the screenshot below.
Updated by Bernhard Schmidt over 10 years ago
Note that this only affects the SVG based graphs (on the dashboard or Status -> Traffic Graph), the RRD based ones (Status -> RRD Graph) are fine. Thus I doubt it is a collection issue.
Updated by Chris Buechler over 10 years ago
the RRDs are accurate because they pull from pf's counters, not the OS NIC-level counters. This hopefully works in 2.2 as I suspect the OS-level issue is fixed in FreeBSD 10.x, if someone can test and report back that'd be helpful.
Updated by Jim Thompson over 10 years ago
- Target version changed from 2.2 to 2.3
Updated by Andy Sayler about 10 years ago
As Renato says, this is still present as of at least the Wed Sep 03 16:56:44 CDT 2014 2.2 Alpha snapshots. On my system, it seems as though the output traffic is always doubled. I've attached a screenshot showing a data copy first from DMZ to LAN and then from LAN back to DMZ and you can see the respective output lines doubled in both cases.
I'm using VLANS and LACP, all over gigabit IPv4.
Updated by Cino . about 10 years ago
- File LANTraffic.png LANTraffic.png added
- File TrafficGraph.png TrafficGraph.png added
I'm experiencing the same issue with 2.1.5 i386. But with my LAN (em) interface. I guess this is a bug with FreeBSD itself?
Updated by Adam Thompson over 9 years ago
As a temporary workaround, would it not be possible to detect VLANs and do something like disabling the graph, automatically dividing by 2, or just plastering a warning on the graph that these numbers are not accurate?
Also, what is it actually showing? Is that the actual output of the underling parent interface? If so, that's a number I've often wished pfSense could display, particularly since my parent interfaces are LAGGs and I don't have an easy way to see aggregate bandwidth through the system.
Updated by Ermal Luçi over 9 years ago
- Status changed from New to Confirmed
http://fxr.watson.org/fxr/source/net/if_vlan.c?v=FREEBSD10#L1182 is the issue.
To be decided how to solve.
Updated by Renato Botelho over 9 years ago
- Status changed from Confirmed to Feedback
- Target version changed from 2.3 to 2.2.3
A patch to fix it was pushed, new snapshots will contain the fix
Updated by Chris Buechler over 9 years ago
this looks to work fine. Will leave for additional feedback.
If anyone else can help test, please try the latest 2.2.3 snapshot @ snapshots.pfsense.org and report back.
Updated by Chris Buechler over 9 years ago
- Status changed from Feedback to Resolved
- Affected Version changed from 2.1 to All
not seeing any scenario where this still happens.