-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traffic Graph not showing correctly #1913
Comments
|
@jeffg2k please check if you have IPS enabled. IPS blocks that. |
|
Yes, IPS mode is enabled. But it's always been enabled. Any way to exclude the traffic reporting from the IPS? |
|
Would you first try disabling it and check of it works? |
|
Yes, turning off IPS mode corrects the issue. I don't see that as a good solution, but it does fix it. |
|
This is not a solution, only better to track down the problem. This one is already known that with IPS enabled packets in one direction are not seen ... |
|
it could be a driver issue, what network chip are you using? |
|
Virtualbox: Physical: |
|
you have the same issue with both drivers? |
|
Yep, two different systems. |
|
How to I list the drivers in opnsense / bsd? Seems dmsg doesn't go back very far, I don't see a /etc/modules.conf or find the info in systemlog, no lspci. |
|
|
|
dmesg.boot has this:
pciconf -lv:
|
|
What are your "sort by" and "filter" settings? |
|
I have the defaults, which are Bw In and Local. Changing the "sort by" didn't fix anything, but changing the "filter" to All does fix the "Bandwidth In" on the mini-graphs. The large Out (bps) graph is still 0. |
|
It's highly likely a kernel issue with netmap, the graphs use two different command's (ifinfo, rate) to gather statistics which both seem to stall. |
|
Yep .. there's a bit weirdness in kernel, netmap and suricata ... also like this: KVM or ESX .. some guys need to set to e1000 but for some only vmxnet3 helps. |
|
Same as #1632 - IPS makes "out" direction disappear in PCAP capture mode. |
|
Sorry for warming this up, but the issue seems to be back on 20.7.4 on vmware 6.5.0 with e1000. IPS is on |
|
thanks i found just after post ;) |


Not sure at what version this started to occur, but I have no traffic listed in large "Out" graph. And on the little mini-graphs (per ip), no "In" traffic is listed. "status_graph.php"
Running version 17.7.7, but I know the issue was present in 17.7.5 as well.
The text was updated successfully, but these errors were encountered: