Hi,
Following the instructions in the readme, I executed all the steps except docker.
After run this commend:
sudo ./trunk --config config/trunks.yaml --flush --acm --qos
result:
ubuntu@ubuntu:~/trunks$ sudo ./trunk --config config/trunks.yaml --flush --acm --qos
[sudo] password for ubuntu:
2025/02/25 22:35:13 Flushing tables
net.ipv4.ip_forward = 1
2025/02/25 22:35:13 Running with QoS
2025/02/25 22:35:13 Configure IPTABLES
2025/02/25 22:35:13 Configure TC
2025/02/25 22:35:14 Trunks started with ACM
2025/02/25 22:35:14 Changing link capacity
2025/02/25 22:35:14 Setting the forward link bandwidth at 39mbit
2025/02/25 22:35:14 Setting the return link bandwidth at 9mbit
2025/02/25 22:35:24 Changing link capacity
2025/02/25 22:35:24 Setting the forward link bandwidth at 39mbit
2025/02/25 22:35:24 Setting the return link bandwidth at 9mbit
Does this prove that trunks is running normally?
Docker,Is this step necessary?I think this step is just to verify the qos and is unnecessary for the operation of the system. Is this correct?
cd container
docker-compose up -d
Looking forward to your reply.
Hi,
Following the instructions in the readme, I executed all the steps except docker.
After run this commend:
result:
Does this prove that trunks is running normally?
Docker,Is this step necessary?I think this step is just to verify the qos and is unnecessary for the operation of the system. Is this correct?
Looking forward to your reply.