diff --git a/web/app/docs/post-install/network/page.tsx b/web/app/docs/post-install/network/page.tsx index c9a8418..d5e0caf 100644 --- a/web/app/docs/post-install/network/page.tsx +++ b/web/app/docs/post-install/network/page.tsx @@ -60,7 +60,8 @@ export default function NetworkSettingsPage() { This setting adjusts various sysctl parameters to enhance network performance, security, and stability.

- Why it's beneficial: Improves throughput, reduces latency, and enhances security + Why it's beneficial: + Improves throughput, reduces latency, and enhances security by fine-tuning kernel network settings. These optimizations are critical in virtualization environments where network efficiency directly impacts VMs and container performance.

@@ -128,8 +129,10 @@ sudo sysctl -p /etc/sysctl.d/99-network-performance.conf +

+

These enhancements improve network responsiveness in virtualized environments + where efficient communication between systems is critical.

This adjustment automates the following commands:

This setting forces APT (Advanced Package Tool) to use IPv4 exclusively.

- Why it's beneficial: Ensures reliable package management operations in environments where IPv6 + Why it's beneficial: + Ensures reliable package management operations in environments where IPv6 is misconfigured or causes slow downloads. This is particularly useful in networks where IPv6 connectivity is unstable or unsupported, reducing potential update and repository access issues.