forked from spinesystemspublic/documentation
Installing burst2d
This commit is contained in:
@@ -384,7 +384,26 @@ avp_permissive=1
|
|||||||
```
|
```
|
||||||
Sure you need to enable l2tp plugin and configure rest of options similar to pppoe.
|
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
|
### References
|
||||||
|
|||||||
Reference in New Issue
Block a user