Files
collection/network.md

430 B

network

This document holds network related notes.

enable routing

To enable routing permanently add a file /etc/sysctl.d/ with the following contents:

net.ipv4.ip_forward=1

simple gateway with nftables

WARNING: do not use this configuration for an edge router (directly connected to the internet/isp)!