Hello, thanks again for all your tutorials i did everything but cant see quality of service chart , i modified the conf file so that eth0 become eth0.2 which is my Wan port any tips ?
@guocity Жыл бұрын
how to view traffic stat for each client?
@scotty562 Жыл бұрын
Where data should be I only see eth0 Qdisc and eth0 T0. Both show "empty". Eth0 is my wan connection on my Ubiquiti edgerouter x. Edit: I fixed mine. The config file at /etc/netdata/charts.d had declare -a sqm_ifc=("eth0" "ifb4eth0"). I modified it to say just declare -a sqm_ifc=("eth0") then rebooted.
@jackj97official213 жыл бұрын
Oh, if you have a video about VPN setup (client) and VPN policy, it will be great
@VanTechCorner3 жыл бұрын
You can find the video on the channel home page.
@hubagna52213 жыл бұрын
hi can you teach us how to install mikhmon on openwrt
@mohdzulhazmi53573 жыл бұрын
Thank you! but cant get it to work.
@porkbelly8723 жыл бұрын
what happened? I got it to work the 1st time doing it.
@mohdzulhazmi53573 жыл бұрын
@@porkbelly872 ive done everything as per vid..when refresh..still cant find the QOS or SQM tab on the side..its weird..recheck and go thru the vid 4x already..
@palwindersingh96783 жыл бұрын
@@mohdzulhazmi5357 Found the fix. After installing the chart, you need to modify 'sqm.conf' file in '/etc/netdata/charts.d' to point it to your WAN interface.
@mohdzulhazmi53573 жыл бұрын
@@palwindersingh9678 is that bcos my WAN connection..is not name WAN?? Thats why i need to define myself?
@palwindersingh96783 жыл бұрын
@@mohdzulhazmi5357 You've to define the interface name like 'eth1' where your WAN connection is configured. Hope this helps