
Search found 9 matches
- Wed Mar 25, 2020 6:28 pm
- Forum: General Discussion
- Topic: IMQ questions
- Replies: 5
- Views: 6845
- Sat Feb 01, 2020 9:31 pm
- Forum: General Discussion
- Topic: IMQ questions
- Replies: 5
- Views: 6845
Re: IMQ questions
I currently have it as such, which seems to work just fine. It's my first time using imq.
iptables -t mangle -A PREROUTING -i eth1.2 -j IMQ --todev 0
iptables -t mangle -A PREROUTING -i eth1.2 -j IMQ --todev 0
- Sat Feb 01, 2020 1:58 pm
- Forum: Monitoring / Quota / QoS Issues
- Topic: Best settings for gaming QoS+DSCP
- Replies: 141
- Views: 501340
Re: Best settings for gaming QoS+DSCP
#!/bin/sh ######################################################################################################################## # # This script sets up a simple a 1u tier using Token Bucket Filter and FairQueue(NOT using the codel aspect) as the aqm. # ###########################################...
- Sat Feb 01, 2020 1:38 pm
- Forum: Feature Requests
- Topic: Configs
- Replies: 1
- Views: 5817
Configs
Please include the menuconfig and kernel config in the arch downloads section.
- Sat Feb 01, 2020 1:23 pm
- Forum: General Discussion
- Topic: IMQ questions
- Replies: 5
- Views: 6845
IMQ questions
Is IMQ hooked into PREROUTING or FORWARDING for Gargoyle in general?
I know that it's hooked into FORWARDING/INPUT and POSTROUTING for the GUI QOS.
(I'm not using the included qos, but my own script).
I know that it's hooked into FORWARDING/INPUT and POSTROUTING for the GUI QOS.
(I'm not using the included qos, but my own script).
- Mon Jan 20, 2020 12:12 pm
- Forum: Monitoring / Quota / QoS Issues
- Topic: Best settings for gaming QoS+DSCP
- Replies: 141
- Views: 501340
Re: Best settings for gaming QoS+DSCP
This is the qos script for gargoyle. Search the page for sfq and you'll see that it uses sfq for download and upload. https://raw.githubusercontent.com/ericpaulbishop/gargoyle/master/package/qos-gargoyle/files/qos_gargoyle.init A side not: Why is gargoyle still using tc filters intead of -j CLASSIFY...
- Sat Nov 02, 2019 12:11 am
- Forum: Monitoring / Quota / QoS Issues
- Topic: QoS for gaming
- Replies: 16
- Views: 29705
Re: QoS for gaming
I've made some improvements to my qos. Using 2 classes prio gets 512Kb or less for download and upload @ 10% and normal get 90%. Remember link sharing here. ACC on. stab linklayer ethernet overhead 8 mtu 2047 tsize 128 mpu 64 qdisc pie (no other options) download @ 90% of 50mbit upload @ 90% of 10mb...
- Tue Mar 28, 2017 11:48 pm
- Forum: Monitoring / Quota / QoS Issues
- Topic: QoS for gaming
- Replies: 16
- Views: 29705
Re: QoS for gaming
try these settings: root@Gargoyle:/etc/config# cat qos_gargoyle config upload 'upload' option default_class 'uclass_2' option total_bandwidth '5000' config download 'download' option qos_monenabled 'true' option default_class 'dclass_2' option total_bandwidth '66000' config upload_class 'uclass_1' o...
- Tue Mar 28, 2017 11:31 pm
- Forum: Monitoring / Quota / QoS Issues
- Topic: QoS for gaming
- Replies: 16
- Views: 29705
Re: QoS for gaming
This is how my setup is... 2 Classification Rules: UPLOAD 1st Gaming <your source ports e.g. 3074-3075> proto <udp> 2nd Fast <Maximum Packet Length: 1280 bytes> 3 Service Service Classes: 1st Gaming <BW needed % for your game> <Min> <-needed <Max> <-optional 2nd Fast <BW%> <Min> <-blank <Max> <-blan...