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).
IMQ questions
Moderator: Moderators
Re: IMQ questions
Input and forward, mangle. Neither prerouting or postrouting.
You can control the hook location during insmod as the Gargoyle IMQ is customised.
You can control the hook location during insmod as the Gargoyle IMQ is customised.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
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
Re: IMQ questions
*shrug*
If you know more, feel free to keep going.
You should start reading Gargoyle source code and IMQ source if you want more answers.
https://github.com/imq/linuximq/wiki/FAQ
https://github.com/ericpaulbishop/gargo ... mmon.patch
https://github.com/ericpaulbishop/gargo ... l409.patch
https://github.com/ericpaulbishop/gargo ... l414.patch
https://github.com/ericpaulbishop/gargo ... +IMQ&type=
If you know more, feel free to keep going.
You should start reading Gargoyle source code and IMQ source if you want more answers.
https://github.com/imq/linuximq/wiki/FAQ
https://github.com/ericpaulbishop/gargo ... mmon.patch
https://github.com/ericpaulbishop/gargo ... l409.patch
https://github.com/ericpaulbishop/gargo ... l414.patch
https://github.com/ericpaulbishop/gargo ... +IMQ&type=
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: IMQ questions
Did you need the new links?
https://github.com/imq/linuximq/wiki/FAQ
https://github.com/ericpaulbishop/gargo ... mmon.patch
https://github.com/ericpaulbishop/gargo ... l414.patch
https://github.com/ericpaulbishop/gargo ... +IMQ&type=
https://github.com/imq/linuximq/wiki/FAQ
https://github.com/ericpaulbishop/gargo ... mmon.patch
https://github.com/ericpaulbishop/gargo ... l414.patch
https://github.com/ericpaulbishop/gargo ... +IMQ&type=
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.