Merge pull request 'Update TODO' (#53) from mark22k/crxn-docs:ipv6-forwarding into master
Reviewed-on: https://codeberg.org/CRXN/docs/pulls/53
This commit is contained in:
commit
98c10fb5c5
|
@ -17,7 +17,7 @@ However, after reboot it won't be saved and will go back to its defaults. Theref
|
|||
net.ipv6.conf.all.forwarding=1
|
||||
```
|
||||
|
||||
TODO: Weird experience with me, only doing `all` made it work
|
||||
**Comparison with IPv4**: When enabling IPv4 forwarding in Linux, it is possible to do this for each individual interface. This is not possible with IPv6 - there you can only switch forwarding on or off globally and no longer select interfaces. A firewall can still be used to control forwarding.
|
||||
|
||||
## Assigning the /64
|
||||
|
||||
|
|
Loading…
Reference in New Issue