Skip to content

Instantly share code, notes, and snippets.

@privateip
Created July 10, 2026 16:49
Show Gist options
  • Select an option

  • Save privateip/3375bbb0a1267c2026ec5c32837495fa to your computer and use it in GitHub Desktop.

Select an option

Save privateip/3375bbb0a1267c2026ec5c32837495fa to your computer and use it in GitHub Desktop.
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