Created
July 10, 2026 16:49
-
-
Save privateip/3375bbb0a1267c2026ec5c32837495fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| machine: | |
| sysctls: | |
| net.vrf.strict_mode: "1" | |
| net.ipv4.conf.all.forwarding: "1" | |
| net.ipv4.conf.all.rp_filter: "0" | |
| net.ipv4.conf.default.forwarding: "1" | |
| net.ipv4.conf.default.rp_filter: "0" | |
| net.ipv4.conf.bond0.forwarding: "1" | |
| net.ipv4.conf.bond0.rp_filter: "0" | |
| net.ipv6.conf.all.forwarding: "1" | |
| net.ipv6.conf.all.accept_ra: "0" | |
| net.ipv6.conf.all.autoconf: "0" | |
| net.ipv6.conf.all.seg6_enabled: "1" | |
| net.ipv6.conf.all.disable_ipv6: "0" | |
| net.ipv6.conf.default.forwarding: "1" | |
| net.ipv6.conf.default.accept_ra: "0" | |
| net.ipv6.conf.default.autoconf: "0" | |
| net.ipv6.conf.default.seg6_enabled: "1" | |
| net.ipv6.conf.default.disable_ipv6: "0" | |
| net.ipv6.conf.bond0.forwarding: "1" | |
| net.ipv6.conf.bond0.accept_ra: "0" | |
| net.ipv6.conf.bond0.autoconf: "0" | |
| net.ipv6.conf.bond0.seg6_enabled: "1" | |
| net.ipv6.conf.bond0.disable_ipv6: "0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment