Hello!
I want to limit traffic from my IP to Youtue, I was setting traffic-policy as bellow:
vyos@ipv# show traffic-policy
shaper OUT {
class 30 {
bandwidth 200mbit
match ADDRESS30 {
ipv6 {
destination {
address 2404:6800::/32
}
}
}
match ADDRESS31 {
ipv6 {
destination {
address 2001:4860::/32
}
}
}
priority 5
queue-type fair-queue
default {
bandwidth 100%
}
}
interfaces {
bonding bond0 {
member {
interface eth4
interface eth5
}
mode 802.3ad
vif 12 {
address 2903:6940:0:12::1/64
description "NET 12"
traffic-policy {
out OUT
}
}
}
This rule is applied to the entire IP and both the download and upload directions are not correct
this is test from my ip after apply rule:
Has anyone encountered this error? I just want to limit from each ip in my network going out these ips are about 1Mbps.