Installing burst2d

This commit is contained in:
Denys Fedoryshchenko
2024-01-17 19:25:10 +02:00
parent 86f86d8928
commit e97c1b288b
+19
View File
@@ -384,7 +384,26 @@ avp_permissive=1
```
Sure you need to enable l2tp plugin and configure rest of options similar to pppoe.
## Installing burst2d daemon on new pppoe
* Unpack [tgz archive](https://git.spinesystems.solutions/spinesystemspublic/binaries/src/branch/master/burst2d/burst2d.tgz)
* put burst2d binary to /usr/local/bin
* put burst2d.cfg to /etc from previous installation
* put libraries to /usr/local/lib
Create and run service (runsv)
```
mkdir -p /etc/svc/burst2d
echo -ne "#!/bin/sh\n/usr/local/bin/burst2d\n" >/etc/svc/burst2d/run
chmod +x /etc/svc/burst2d/run
runsv /etc/svc/burst2d &
```
Add to rc.local last line to start on boot
* Verify any user, if shapers present by:
```
tc -s -d class show dev pppX
```
### References