Hello
I have the Problem, that when i play cs go with the new script the traffic of the game goes into Unidentified traffic, how can i fix this ?
With the old script, all worked really well
well the gaming is for gaming data like when yur playing fps games like call of duty.. you need your game data getting thru asap.. game transferring was created to mitigate the gaming downloads that aren't really priroityDoes cs go hast to go into the category Game Transferring or Gaming ?
And whats the different between the two ?
@FreshJR I should add that I have not enabled any special gaming rules other than what is default with regard to my previous posts if that helps any. you have any way to look into this or some WILD commands I can enter to assist you to diagnose it? lol
iptables -D POSTROUTING -t mangle -o $wan -m mark --mark 0x40080000/0xc03f0000 -p tcp -m multiport --sports 80,443 -j MARK --set-mark ${Default_mark_up} &> /dev/null #Gaming - (Outgoing "Gaming" traffic to WAN destinations ports 80 & 443 --> Defaults//GameDownloads)
iptables -A POSTROUTING -t mangle -o $wan -m mark --mark 0x40080000/0xc03f0000 -p tcp -m multiport --sports 80,443 -j MARK --set-mark ${Default_mark_up}
oh kk great ty... just wanted you to be aware of it.. otherwise I cant find anything wrong with current script.. awesome jobThat’s already on my list of things to change next release. But I haven’t had time to work on it yet. For the time being you can fix it via the following.
Code:iptables -D POSTROUTING -t mangle -o $wan -m mark --mark 0x40080000/0xc03f0000 -p tcp -m multiport --sports 80,443 -j MARK --set-mark ${Default_mark_up} &> /dev/null #Gaming - (Outgoing "Gaming" traffic to WAN destinations ports 80 & 443 --> Defaults//GameDownloads) iptables -A POSTROUTING -t mangle -o $wan -m mark --mark 0x40080000/0xc03f0000 -p tcp -m multiport --sports 80,443 -j MARK --set-mark ${Default_mark_up}
Should be dports
Do you recommend to put my gaming pc in the bandwithmonitor on the highest priority (red block) and the other components like smartphone, my fathers pc on very low ?
ok sry just wanted to be sure sry my english is really bad
And how can i be sure that if an other person is like surfing in the web or watching videos, that this person is not getting priority, or lets even say more bandwith ?
ok sry just wanted to be sure sry my english is really bad
And how can i be sure that if an other person is like surfing in the web or watching videos, that this person is not getting priority, or lets even say more bandwith ?
Because the Paket rate of web surfing goes sometimes higher than the gaming paket rate.
I did the qos Performance check.
So there is no way to say lets take all the other devices to low priority or just that they dont geht the full amouth of bandwith if they need it ?
That’s already on my list of things to change next release. But I haven’t had time to work on it yet. It’s a minor or change and for the time being you can fix it via the following.
Code:iptables -D POSTROUTING -t mangle -o $wan -m mark --mark 0x40080000/0xc03f0000 -p tcp -m multiport --sports 80,443 -j MARK --set-mark ${Default_mark_up} &> /dev/null #Gaming - (Outgoing "Gaming" traffic to WAN destinations ports 80 & 443 --> Defaults//GameDownloads) iptables -A POSTROUTING -t mangle -o $wan -m mark --mark 0x40080000/0xc03f0000 -p tcp -m multiport --sports 80,443 -j MARK --set-mark ${Default_mark_up}
Should be dports
Is there a way that i can set all devices to the default priority because right now i can only change the priority if it is connected to the internet
@FreshJR, you have mentioned before that you don't recommend enabling QoS for 1Gbps ISP connections.
Is there anything else I can do with regards to QoS on my RT-AC86U?
Maybe you have something coming down the pipe that may address this issue?
I don't have anything in the works but it technically is possible to implement a lightweight QOS structure on Asus routers and see how it handles fiber.
(The lightweight system may even perform better on regular connections then adaptiveQoS due to simplicity)
My current recommendation for fiber is still an inexpensive managed switch, placed before your router, that will perform QoS, as I mentioned before. I saw it in action and it performed well.
Costs significantly less then these routers ~$50.
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!