Add GRE to QoS (Workaround here)
Posted: Thu Feb 14, 2013 6:15 am
I work a lot with pptp and noted that tcp 1723 doesn't really matter traffic-wise. I pretty much saturate my connection constantly, but need PPTP snappy or I'll go insane.
Adding GRE to the QOS transport menu did the trick. To do this: Go to the /www directory and edit
qos_edit_rule.sh
qos_upload.sh
qos_download.sh
Look for:
and add
Immediately below it.
Then add the upload/download rule with only the transport specified.
Done.
Could we get this added to the Gargoyle releases?
Adding GRE to the QOS transport menu did the trick. To do this: Go to the /www directory and edit
qos_edit_rule.sh
qos_upload.sh
qos_download.sh
Look for:
Code: Select all
<option value="ICMP">ICMP</option>
Code: Select all
<option value="GRE">GRE</option>
Then add the upload/download rule with only the transport specified.
Done.
Could we get this added to the Gargoyle releases?