Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - jeoff

#1
Good day everyone  :)

I am running opnsense 24.7.1 on a virtualbox 7.0.20 with WAN (em1) and LAN (em0). I can see traffic flowing in the Reporting - Traffic but not in the Traffic graph widget in the Lobby Dashboard. I have attached screenshot for everybody's reference.

I tried to check both WAN(em1) and LAN (em0) with ./traffic_top.py and looks everything is okay.

root@OPNsense:/usr/local/opnsense/scripts/interfaces # ./traffic_top.py --interfaces 'em1'
{"em1":{"records":[{"address":"98.137.11.163","rate_bits_in":336,"rate_bits_out":336,"rate_bits":672,"cumulative_bytes_in":84,"cumulative_bytes_out":84,"cumulative_bytes":168,"tags":[],"details":[{"address":"192.168.1.13","rate":"336b","rate_bits":336,"cumulative":"84B","cumulative_bytes":84,"tags":["local","private"]}],"rname":"media-router-fp74.prod.media.vip.gq1.yahoo.com.","rate_in":"336.0 b","rate_out":"336.0 b","rate":"672.0 b","cumulative_in":"84.0 b","cumulative_out":"84.0 b","cumulative":"168.0 b"},{"address":"192.168.1.10","rate_bits_in":0,"rate_bits_out":312,"rate_bits":312,"cumulative_bytes_in":0,"cumulative_bytes_out":78,"cumulative_bytes":78,"tags":["private"],"details":[{"address":"192.168.1.255","rate":"0b","rate_bits":0,"cumulative":"0B","cumulative_bytes":0,"tags":["private"]}],"rname":"","rate_in":"0.0 b","rate_out":"312.0 b","rate":"312.0 b","cumulative_in":"0.0 b","cumulative_out":"78.0 b","cumulative":"78.0 b"}],"status":"ok"}}
root@OPNsense:/usr/local/opnsense/scripts/interfaces #

root@OPNsense:/usr/local/opnsense/scripts/interfaces # ./traffic_top.py --interfaces 'em0'
{"em0":{"records":[{"address":"192.168.2.102","rate_bits_in":2286,"rate_bits_out":13436,"rate_bits":15722,"cumulative_bytes_in":582,"cumulative_bytes_out":3364,"cumulative_bytes":3946,"tags":["private"],"details":[{"address":"74.125.96.41","rate":"1.95Kb","rate_bits":1950,"cumulative":"498B","cumulative_bytes":498,"tags":[]},{"address":"98.137.11.163","rate":"336b","rate_bits":336,"cumulative":"84B","cumulative_bytes":84,"tags":[]}],"rname":"","rate_in":"2.29 kb","rate_out":"13.44 kb","rate":"15.72 kb","cumulative_in":"582.0 b","cumulative_out":"3.36 kb","cumulative":"3.95 kb"}],"status":"ok"}}

Hope any one can help me figured out how to fix this.

Thank you in advance.