Recent content by fhuang2

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. F

    Asus RT-AX56U v1: CPU, WiFi 2.4GHz and 5.0GHz temperature via console/command line

    Hardware: Asus RT-AX56U v1 Firmware: Merlin 386.3_2 # CPU temperature: ~57C (I have a small fan circulating air) cat /sys/class/thermal/thermal_zone0/temp | awk '{print $1 / 1000}' # WiFi 2.4GHz temperature: ~46C wl -i eth5 phy_tempsense | awk '{print $1 / 2 + 20}' # WiFi 5.0GHz temperature...
  2. F

    RT-AX56U v1 port mirroring / SPAN not working (iptables: No chain/target/match by that name)

    Model: Asus RT-AX56U v1 Asuswrt-Merlin: 386.3_2 SPAN / port mirroring not working # iptables -t mangle -A PREROUTING -j ROUTE --gw 192.168.1.14 --tee # iptables -t mangle -A POSTROUTING -j ROUTE --gw 192.168.1.14 --tee iptables: No chain/target/match by that name. The above commands...
Top