Page 7 of 15

Re: Best settings for gaming QoS+DSCP

Posted: Mon Dec 09, 2019 7:41 pm
by CBx86
EF sorry! :D

Just finish Death Stranding i was with "EP" on my mind.

:lol:

Re: Best settings for gaming QoS+DSCP

Posted: Tue Dec 10, 2019 6:03 pm
by SirSWE
CBx86 wrote:EF sorry! :D

Just finish Death Stranding i was with "EP" on my mind.

:lol:
Oh Yeah I get it :D Do you priotize icmp and the gaming ports you use with EF? ^^

Re: Best settings for gaming QoS+DSCP

Posted: Tue Dec 10, 2019 10:53 pm
by CBx86
I don't have tested ICMP, yet! :oops:

I am still thinking how to run a 'solid' test using wifi and cable, and see (or not) some real change.

Now im prioritizing optimize some firewall filters, next i will return to DSCP. :D

Re: Best settings for gaming QoS+DSCP

Posted: Tue Dec 10, 2019 11:56 pm
by -taz-
Qos Gargoyle does not prioritize services

Re: Best settings for gaming QoS+DSCP

Posted: Wed Dec 11, 2019 1:33 am
by -taz-
only for udp ports
do the same in QoS (Upload)
Image

when using tcp ports will use the normal class

In my case, I use my QoS (Download) and
QoS (Upload) since MINRTT helps me navigate YouTube Netflix, etc. without interruptions
the class (games) is used to navigate ETC ...
I separate the 6100 Kbps on my PC So, if the Normal class is saturating the network, I will have those 6100 for the game, netflix, etc.
The percentage BW and Min BW (kbps) must match

Image
Image

I am testing the DSCP like this:

iptables -t mangle -N qos_plus

iptables -t mangle -A PREROUTING -j qos_plus
iptables -t mangle -A INPUT -j qos_plus
iptables -t mangle -A FORWARD -j qos_plus
iptables -t mangle -A OUTPUT -j qos_plus
iptables -t mangle -A POSTROUTING -j qos_plus

iptables -t mangle -I qos_plus -i pppoe-wan -j DSCP --set-dscp-class CS7
iptables -t mangle -I qos_plus -p icmp -j DSCP --set-dscp-class CS7
iptables -t mangle -I qos_plus -d 192.168.1.124 -j DSCP --set-dscp-class CS4
iptables -t mangle -I qos_plus -s 192.168.1.124 -j DSCP --set-dscp-class CS4

iptables -t mangle -A FORWARD -p tcp --tcp-flags ALL SYN,ACK -j TCPMSS --set-mss 1452


Not sure if icmp is useful like this: CS7

Re: Best settings for gaming QoS+DSCP

Posted: Wed Dec 11, 2019 7:56 am
by VanCleef
I recommend changing CS7 on pppoe interface line by CS0 or CS3 max.

Because using cs7 you are giving higher priority to other non-gaming connections.

Re: Best settings for gaming QoS+DSCP

Posted: Wed Dec 11, 2019 9:52 am
by -taz-
I think it's wrong. With CS0 or CS3 I am not doing anything, CS7 controlled the pppoe interface, I control the Internet and if I have my IP in CS4. I give priority to my PC


https://www.tucny.com/Home/dscp-tos

Re: Best settings for gaming QoS+DSCP

Posted: Wed Dec 18, 2019 5:25 pm
by VanCleef
Hello again

I currently disabled QoS Gargoyle and using only DSCP, the result is better than expected.
Not even torrents disturb my game.


using this:


iptables -t mangle -N qos_plus

iptables -t mangle -A PREROUTING -j qos_plus
iptables -t mangle -A INPUT -j qos_plus
iptables -t mangle -A FORWARD -j qos_plus
iptables -t mangle -A OUTPUT -j qos_plus
iptables -t mangle -A POSTROUTING -j qos_plus

iptables -t mangle -A qos_plus -j DSCP --set-dscp-class CS0

iptables -t mangle -A qos_plus -d 192.168.1.142 -p udp -j DSCP --set-dscp-class EF

iptables -t mangle -A qos_plus -s 192.168.1.142 -p udp -j DSCP --set-dscp-class EF


I have not tested CS4 yet.

Re: Best settings for gaming QoS+DSCP

Posted: Sat Dec 21, 2019 6:46 pm
by -taz-
I have changed the firmware to a custom one and I improve the performance as in the games and when browsing


I don't know if I can put the link. For you to try it

Re: Best settings for gaming QoS+DSCP

Posted: Mon Dec 23, 2019 7:50 am
by VanCleef
I would like to test, you can send by private message.