From d571239cf6f0371602b39ab35891ccd929017fd9 Mon Sep 17 00:00:00 2001 From: admManuel Date: Sun, 16 Jun 2024 20:07:39 +0000 Subject: [PATCH] Update Proxmox/ThunderboltNetwork.md --- Proxmox/ThunderboltNetwork.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Proxmox/ThunderboltNetwork.md b/Proxmox/ThunderboltNetwork.md index 4c0ab1f..5643ded 100644 --- a/Proxmox/ThunderboltNetwork.md +++ b/Proxmox/ThunderboltNetwork.md @@ -9,6 +9,11 @@ Optional package to track which node can see which other one. apt install -y lldpd ``` +Mandatory packages. +```python +apt install -y frr +``` + Add kernel modules. ```python # remove empty lines @@ -103,8 +108,17 @@ chmod +x /usr/local/bin/pve-en05.sh chmod +x /usr/local/bin/pve-en06.sh ``` -Time for the first reboot. +Enable IPv4 forwarding. +```python3 +sed -i "s/\#net.ipv4.ip_forward\=1/net.ipv4.ip_forward\=1/" /etc/sysctl.conf +``` +Configure FRR. +```python + +``` + +Time for the reboot. ``` /sbin/reboot ``` \ No newline at end of file