I'm having some performance issues with wired devices and I want to rule out port speed mismatches. Is there any way to show link speeds for each wired LAN port?
AC68U with merlin 376.49_5.
Thanks.
I'm having a recurring problem with policy-based routing rules disappearing. My rules are set up by a simple openvpn client route-up script:
admin@RT-AC68U:/jffs/scripts# cat route-up.sh
#!/bin/sh
ip route add default via $route_vpn_gateway dev $dev table 42
ip rule add from...