Last active
May 9, 2018 06:38
-
-
Save Canx/aa5d5db68d2c57cadee0ee0c2e486475 to your computer and use it in GitHub Desktop.
Archivo de configuración de FireQos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FIREQOS_CONNMARK_RESTORE="act_connmark" | |
# Download | |
interface veth2 lan output balanced rate 30Mbit | |
# 1SMR | |
class group 1SMR rate 20% ceil 80% | |
match dstmac 00:04:23:88:be:ee # MAC WAN del servidor de 1SMR | |
class youtube prio 7 | |
match connmark 0xF | |
class bulk prio 6 | |
match connmark 0x8 | |
class fast prio 0 | |
match udp port 53 | |
class moodle prio 1 | |
match host 81.169.139.90 | |
class group end | |
# Clases por defecto | |
class youtube prio 7 | |
match connmark 0xF | |
class bulk prio 6 | |
match connmark 0x8 | |
class fast prio 0 | |
match udp port 53 | |
class moodle prio 1 | |
match host 81.169.139.90 | |
# Upload | |
interface enp3s0 wan output balanced rate 45Mbit | |
# 1SMR | |
class group 1SMR rate 20% | |
match srcmac 00:04:23:88:be:ee # MAC WAN del servidor de 1SMR | |
class youtube prio 7 | |
match connmark 0xF | |
class bulk prio 6 | |
match connmark 0x8 | |
class fast prio 0 | |
match udp port 53 | |
class moodle prio 1 | |
match host 81.169.139.90 | |
class group end | |
# Clases por defecto | |
class youtube prio 7 | |
match connmark 0xF | |
class bulk prio 6 | |
match connmark 0x8 | |
class fast prio 0 | |
match udp port 53 | |
class moodle prio 1 | |
match host 81.169.139.90 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment