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 09:52] – [Linux setup to forward packets] 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 ''/ |
- | *net.ipv4.ip_forward = 1 | + | |
- | *net.ipv4.conf.all.proxy_arp = 1 | + | The command '' |
- | *net.ipv6.conf.all.forwarding=1 | + | |
- | * '' | + | ++++sudo vim / |
- | After applying these changes | + | < |
+ | net.ipv4.conf.all.proxy_arp = 1 | ||
+ | net.ipv6.conf.all.forwarding=1</ | ||
+ | ++++ | ||
+ | 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==== | ||
+ | *[[https:// | ||
*[[https:// | *[[https:// | ||
+ | *[[http:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
+ | *[[https:// | ||
=====Bind9 Controls===== | =====Bind9 Controls===== |