mirror of
http://deavmi.assigned.network/git/CRXN/docs
synced 2025-02-17 13:36:51 +00:00
add hint to forwarding (thanks to @deavmi)
Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
parent
b2d21cffc4
commit
f4dd387b52
@ -121,6 +121,10 @@ You can delete it with the following command:
|
||||
ip route del <OWNNET>
|
||||
```
|
||||
|
||||
## 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).
|
||||
|
||||
## Further links
|
||||
|
||||
- [babeld homepage](https://www.irif.fr/~jch/software/babel/)
|
||||
|
@ -1,3 +1,4 @@
|
||||
|
||||
# IPv6 forwarding
|
||||
|
||||
## Enabling forwarding
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
# Routing
|
||||
|
||||
- [Forwarding](forwarding)
|
||||
- [IPv6 forwarding](forwarding)
|
||||
- [Create a dummy interface](create-dummy-interface)
|
||||
|
||||
## bird
|
||||
|
Loading…
Reference in New Issue
Block a user