add section how to start babeld

Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
Marek Küthe 2023-01-07 23:46:36 +01:00
parent f4dd387b52
commit f5b4c8b4d2
No known key found for this signature in database
GPG Key ID: 7E869146699108C7
1 changed files with 13 additions and 0 deletions

View File

@ -121,6 +121,19 @@ You can delete it with the following command:
ip route del <OWNNET>
```
## Start babeld
If you use a system with Systemd, you can use it to start:
```
sudo systemctl start babeld
```
Alternatively, you can start babel with the following command:
```
babeld -c <config>
```
`<config>` will be replaced with the path to the configuration file.
## Kernel parameters
Once babeld is started, forwarding is enabled in the kernel for IPv4 and IPv6. As soon as babeld is stopped, forwarding is deactivated again. A separate enabling like with bird is not necessary. So if you use babeld, you can ignore the steps of [IPv6 forwarding](../forwarding).