Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docker_notes:docker-dns [2025-08-17 Sun wk33 10:07] – [References] baumkp | docker_notes:docker-dns [2025-08-17 Sun wk33 10:27] (current) – [Linux setup to forward packets] baumkp | ||
---|---|---|---|
Line 5: | Line 5: | ||
=====Linux setup to forward packets===== | =====Linux setup to forward packets===== | ||
+ | <color # | ||
+ | |||
The main router must be set to forward packets! | The main router must be set to forward packets! | ||
- | It would seem that as of Debian 13 the ''/ | + | It would seem that as of Debian 13 the ''/ |
The command '' | The command '' | ||
Line 15: | Line 17: | ||
net.ipv6.conf.all.forwarding=1</ | net.ipv6.conf.all.forwarding=1</ | ||
++++ | ++++ | ||
- | After applying these changes reboot or apply setting using '' | + | After applying these changes reboot or apply setting using '' |
* '' | * '' | ||
- | After applying these changes reboot or apply setting using '' | + | |
+ | The boot systemctl reads the following configuration files to adjust kernel parameters at boot: | ||
+ | */etc/sysctl.d/*.conf | ||
+ | */ | ||
+ | */ | ||
+ | */ | ||
+ | */ | ||
+ | |||
====References==== | ====References==== |