You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set the traffic limit to eth0 with the command from the example:
sudo tcset eth0 --rate 100Kbps
I checked this installation with the command from the example:
{
"eth0": {
"outgoing": {
"protocol=ip": {
"filter_id": "800::800",
"rate": "100Kbps"
}
},
"incoming": {}
}
}
I check the read-write speed via FTP:
Nothing changed...
Question for the experts: what am I doing wrong?
Are there other working means to slow down traffic?
Maybe the Raspberry Pi needs a different solution?
Thanks for answers.
The text was updated successfully, but these errors were encountered:
The reason the tc settings don't work is probably because you're using FTP.
Currently, tcconfig can only set protocol={ip|ip6}.
This does not work for FTP.
By making protocol=all configurable, it may be possible to enable tc settings for FTP as well.
Hello.
Tell me how to properly slow down traffic on Raspbian?
I only use a wired connection.
I do this (Raspbian on Raspberry Pi):
curl -sSL https://raw.githubusercontent.com/thombashi/tcconfig/master/scripts/installer.sh | sudo bash
sudo tcset eth0 --rate 100Kbps
{
"eth0": {
"outgoing": {
"protocol=ip": {
"filter_id": "800::800",
"rate": "100Kbps"
}
},
"incoming": {}
}
}
Nothing changed...
Question for the experts: what am I doing wrong?
Are there other working means to slow down traffic?
Maybe the Raspberry Pi needs a different solution?
Thanks for answers.
The text was updated successfully, but these errors were encountered: