Search found 51 matches

by VanCleef
Wed Dec 04, 2019 9:51 am
Forum: Monitoring / Quota / QoS Issues
Topic: Best settings for gaming QoS+DSCP
Replies: 141
Views: 374288

Re: Best settings for gaming QoS+DSCP

Thanks for sharing taz. I have also been playing with iptables, and I am 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 mang...
by VanCleef
Mon Nov 25, 2019 8:17 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Best settings for gaming QoS+DSCP
Replies: 141
Views: 374288

Re: Best settings for gaming QoS+DSCP

Thanks @taz for this documentation, very interesting. CS4 seems to be the right class for gaming, here goes well. iptables -t mangle -A PREROUTING -j DSCP --set-dscp-class CS0 iptables -t mangle -A FORWARD -p icmp -j DSCP --set-dscp-class EF iptables -t mangle -A FORWARD -s 192.168.1.142 -p udp --sp...
by VanCleef
Wed Nov 20, 2019 6:59 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Best settings for gaming QoS+DSCP
Replies: 141
Views: 374288

Re: Best settings for gaming QoS+DSCP

For me, tcp ports were not productive, they were being used for download and not for real-time game traffic.
I use only udp again.

I also changed CS5 to EF.
by VanCleef
Tue Nov 19, 2019 2:50 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Best settings for gaming QoS+DSCP
Replies: 141
Views: 374288

Re: Best settings for gaming QoS+DSCP

I decided to give the tcp ports a try, it really is better. Now the default mtu (1500 in my case) is better than the others. Remembering that I play on ps4 on wifi. For cable users, CS5 instead of CS6. CS5 and EF are equivalent. For PC it is still better to use individual ports instead of all high p...
by VanCleef
Tue Nov 19, 2019 1:59 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Best settings for gaming QoS+DSCP
Replies: 141
Views: 374288

Re: Best settings for gaming QoS+DSCP

"-s" and "-d" is missing from ip, that's the problem.
by VanCleef
Sat Nov 16, 2019 10:48 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Best settings for gaming QoS+DSCP
Replies: 141
Views: 374288

Re: Best settings for gaming QoS+DSCP

Interesting settings, I will test as well.
Thanks for sharing!
by VanCleef
Fri Nov 15, 2019 8:09 am
Forum: Monitoring / Quota / QoS Issues
Topic: Best settings for gaming QoS+DSCP
Replies: 141
Views: 374288

Re: Best settings for gaming QoS+DSCP

The speeds are for information only,
It is normal that in some games do not show the open ports, but if you can enter the servers, then it is a sign that they are working.
by VanCleef
Fri Nov 15, 2019 7:30 am
Forum: Monitoring / Quota / QoS Issues
Topic: Best settings for gaming QoS+DSCP
Replies: 141
Views: 374288

Re: Best settings for gaming QoS+DSCP

Nothing special,
I only enabled and set the internet speeds.
In this case port forwarding and dmz is not required.
by VanCleef
Fri Nov 15, 2019 6:56 am
Forum: Monitoring / Quota / QoS Issues
Topic: Best settings for gaming QoS+DSCP
Replies: 141
Views: 374288

Re: Best settings for gaming QoS+DSCP

Hello This is what I currently use on my ps4, and I think it will work well for you too. I also use MTU 1400, only on ps4. Just change the ip to the same as your ps4. If you play by cable and not in wifi like me, change POSTROUTING dport, which is CS6 to EF. iptables -t mangle -A PREROUTING -j DSCP ...