I noticed that during libopenssl upgrade it deletes the obsolete files below for obvious reasons.
/opt/lib/libcrypto.so.1.1
/opt/lib/libssl.so.1.1
If you have upgraded packages and facing this issue, a simple fix is to restore the obsolete files without downgrading the libopenssl package. This...
I need little more help pls.
Enabling load balancing in the ASUS routers seems to be a requirement if I want to selectively route traffic between the WAN links.
But I actually don't want load balancing. My primary link, even if limited is 5 times faster than secondary.
I have kept the ratio 9:1...
I noticed that load balance mode needs to be enabled so that the asus router makes separate lookup tables.
Like below.
admin@:/jffs/scripts/x3mRouting# ip rule
0: from all lookup local
150: from all fwmark 0x80000000/0xf0000000 lookup wan0
150: from all fwmark 0x90000000/0xf0000000...
iptables -nvL PREROUTING -t mangle --line
Check RPDB priorities using the command
ip rule
admin@:/jffs/scripts/x3mRouting# ip rule
0: from all lookup local
990: from all fwmark 0x9000/0x9000 lookup wan1
9990: from all fwmark 0x8000/0x8000 lookup main
32766: from all lookup main...
First of all thank you for these awesome scripts which enhances the features of asus routers. :)
I know this script has been specifically made for routing to a VPN.
But I have slightly different use case.
I have two internet connections, both are unlimited but one of it reduces speed after...