Search found 51 matches

by VanCleef
Mon Feb 03, 2020 5:28 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Best settings for gaming QoS+DSCP
Replies: 141
Views: 354005

Re: Best settings for gaming QoS+DSCP

I put the dscp lines inside the script qos gargoyle, this prevents the rules from being duplicated after the reboot. to edit: vi /etc/init.d/qos_gargoyle Download: # squash ingress iptables -t mangle -A fwmark -j DSCP --set-dscp 0 #Go back and touch up the root qdisc to have the proper default class...
by VanCleef
Mon Feb 03, 2020 4:40 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Best settings for gaming QoS+DSCP
Replies: 141
Views: 354005

Re: Best settings for gaming QoS+DSCP

Interesting script mindwolf

Is AF41 better than EF in its configuration?
by VanCleef
Wed Jan 15, 2020 10:57 am
Forum: Monitoring / Quota / QoS Issues
Topic: Best settings for gaming QoS+DSCP
Replies: 141
Views: 354005

Re: Best settings for gaming QoS+DSCP

Already used ddwrt with qos + dscp, I help you configure if you want.
by VanCleef
Mon Jan 13, 2020 6:19 am
Forum: Monitoring / Quota / QoS Issues
Topic: Best settings for gaming QoS+DSCP
Replies: 141
Views: 354005

Re: Best settings for gaming QoS+DSCP

I am using this: ##NORMAL iptables -t mangle -A PREROUTING -i eth0.2 -j DSCP --set-dscp 0 ##ACC PING iptables -t mangle -A INPUT -i eth0.2 -p icmp --icmp-type 0 -j DSCP --set-dscp-class EF iptables -t mangle -A POSTROUTING -o eth0.2 -p icmp --icmp-type 8 -j DSCP --set-dscp-class EF iptables -t mangl...
by VanCleef
Sun Jan 12, 2020 8:41 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Best settings for gaming QoS+DSCP
Replies: 141
Views: 354005

Re: Best settings for gaming QoS+DSCP

My router is not supported

what is your?
by VanCleef
Thu Jan 09, 2020 7:42 am
Forum: Monitoring / Quota / QoS Issues
Topic: Best settings for gaming QoS+DSCP
Replies: 141
Views: 354005

Re: Best settings for gaming QoS+DSCP

Since these settings are all experimental and for people coming from outside not be confuse, I initially recommend these settings: QoS Gargoyle: Download Normal class 100% /ACC (total bandwidth: 100%) ACC manual control target ping time : Wan gateway ip or some dns with low ping Upload Normal class ...
by VanCleef
Wed Jan 08, 2020 8:58 am
Forum: Monitoring / Quota / QoS Issues
Topic: Best settings for gaming QoS+DSCP
Replies: 141
Views: 354005

Re: Best settings for gaming QoS+DSCP

I really dont know
If we find what mark has the highest priority and combine with the ports and dscp, maybe work
by VanCleef
Sun Jan 05, 2020 12:27 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Best settings for gaming QoS+DSCP
Replies: 141
Views: 354005

Re: Best settings for gaming QoS+DSCP

Hey Taz

what the marks do?
such as:

MARK --set-mark 0x2

MARK --set-mark 0x200
by VanCleef
Sat Jan 04, 2020 3:05 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Best settings for gaming QoS+DSCP
Replies: 141
Views: 354005

Re: Best settings for gaming QoS+DSCP

how is your rule of icmp type?
by VanCleef
Sat Jan 04, 2020 6:07 am
Forum: Monitoring / Quota / QoS Issues
Topic: Best settings for gaming QoS+DSCP
Replies: 141
Views: 354005

Re: Best settings for gaming QoS+DSCP

I confused! This is what I used before with openwrt and sqm This is what I currently use: iptables -t mangle -A PREROUTING -j DSCP --set-dscp 0 iptables -t mangle -A INPUT -p icmp --icmp-type 0 -j DSCP --set-dscp-class EF iptables -t mangle -A OUTPUT -p icmp --icmp-type 8 -j DSCP --set-dscp-class EF...