(network) moved dnsmasq configuration to examples/network, added

`nftables.conf`
This commit is contained in:
zegonix
2025-11-17 22:51:17 +01:00
committed by scbj
parent f493d6883a
commit 11a9486a8c
3 changed files with 42 additions and 2 deletions

View File

@@ -91,11 +91,11 @@ table inet filter {
### starting the routing system
Enable the services for `dnsmasq` and `nftables`.
Enable the services for `dnsmasq`, `nftables` and the network manager of choice.
On a system with `systemd` use:
```sh
sudo systemd enable --now dnsmasq nftables
sudo systemd enable --now dnsmasq nftables <network-manager-of-choice>
```
Enable routing in the kernel, see [Enable routing](#enable-routing).