post: commit 849adbf in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 8s

This commit is contained in:
2026-06-27 01:22:43 +02:00
committed by Betty
parent d5a063f0b9
commit 1c4029af15

View File

@@ -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 <noreply@anthropic.com>
### 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(+)
```