In light of the latest merlin update, will updating reset the script or will it crossover seamlessly?
Seamless
Is your router username still admin or did you rename it to something else? That’s the username needed in the putty command.Command prompt (admin) is asking me for a password, I'm assuming it's the password to access the router's web interface but I'm getting access denied repeatedly. Ever come across something like this before?
I'm assuming it's the password to access the router's web interface but I'm getting access denied repeatedly.
I’ve just done a factory reset and reloaded your script and the same error is there.Seems like the same error from the past. Just more descriptive now. I’m not on that firmware.
At that point my tc modifications haven’t been applied.
This is the log for the implementation of your script. TC rules seems to get applied ok.Seems like the same error from the past. Just more descriptive now. I’m not on that firmware yet to confirm.
At that point In the log my tc modifications haven’t been applied.
It showed 5 after I rebooted :SOuch but 6 qos restarts in between before everything settled! Does the same happen after a reboot.
Asus is clearly trying to lock down modifications as new firmware’s come out.
Everything appears to be working as it should though!Ouch but 6 qos restarts in between before everything settled! Does the same happen after a reboot.
Asus is clearly trying to lock down modifications as new firmware’s come out.
Download:
iptables -D POSTROUTING -t mangle -o br0 -d 192.168.1.128/29 -j MARK --set-xmark 0x80000000/0xC0000000 &> /dev/null
iptables -A POSTROUTING -t mangle -o br0 -d 192.168.1.128/29 -j MARK --set-xmark 0x80000000/0xC0000000
Upload:
iptables -D OUTPUT -t mangle -o $wan ! -s 192.168.1.1 -p udp --dport 1198 -j MARK --set-mark ${Downloads_mark_up} &> /dev/null
iptables -A OUTPUT -t mangle -o $wan ! -s 192.168.1.1 -p udp --dport 1198 -j MARK --set-mark ${Downloads_mark_up}
I'm having this odd issue where speedtest traffic shows as "Web Surfing" and Apple MacOS & iOS store traffic under "Video & Audio Streaming".
Any idea how to fix this issue?
downloads custom section:I'm having this odd issue where speedtest traffic shows as "Web Surfing" and Apple MacOS & iOS store traffic under "Video & Audio Streaming".
Any idea how to fix this issue?
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!