diff --git a/content/posts/commits/2026-06-27-commit-849adbf.md b/content/posts/commits/2026-06-27-commit-849adbf.md new file mode 100644 index 0000000..58abbf1 --- /dev/null +++ b/content/posts/commits/2026-06-27-commit-849adbf.md @@ -0,0 +1,44 @@ +--- +title: "[bojemoi] feat(network): add bond0 init scripts for meta-76 and meta-68" +date: 2026-06-27T01:22:43+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 849adbf par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `849adbf` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `849adbff55b8057b00a6af60592371c13d8e7296` | + + +### Description + +- bond0 (eth1+eth2, balance-rr) metric 100 — prioritaire pour containers et internet +- eth0 DHCP metric 300 — management + fallback internet +- Policy routing: SSH replies (port 4422) via eth0 +- Fix: metric eth0 forcée explicitement après udhcpc (remplace -x metric: non fonctionnel) +- ProtonVPN (tun1) tunnelé physiquement via bond0 pour perf + redondance + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +A scripts/bond0-meta68.sh +A scripts/bond0-meta76.sh +``` + +### Diff Summary + +``` + scripts/bond0-meta68.sh | 65 +++++++++++++++++++++++++++++++++++++++++++++++++ + scripts/bond0-meta76.sh | 65 +++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 130 insertions(+) +```