diff --git a/web/app/docs/network/repair-network/page.tsx b/web/app/docs/network/repair-network/page.tsx index 6e43e12..146db52 100644 --- a/web/app/docs/network/repair-network/page.tsx +++ b/web/app/docs/network/repair-network/page.tsx @@ -1,78 +1,70 @@ -import type { Metadata } from "next" import { Steps } from "@/components/ui/steps" +import CopyableCode from "@/components/CopyableCode" -export const metadata: Metadata = { +export const metadata = { title: "Repair Network | ProxMenux Documentation", - description: "Learn how to repair network configurations in Proxmox VE using ProxMenux.", + description: "Step-by-step guide to repair network configurations in Proxmox VE using ProxMenux.", } export default function RepairNetwork() { return (
- The Repair Network function is part of the network management script in ProxMenux. It automatically detects and - fixes common network issues in Proxmox VE systems, ensuring stable connectivity and proper configuration. + The Repair Network function in ProxMenux automates the process of detecting and fixing network issues in + Proxmox VE. It ensures stable connectivity by verifying network configurations, cleaning unused interfaces, + and correcting bridge settings.
- -When you select the Repair Network option, the script performs the following actions:
+ +The script executes the following steps:
Run the network management script and select the "Network Repair Menu" option.
+The script scans the system for available network interfaces and identifies the primary physical adapters.
From the menu, select the "Repair Network" option.
+Removes outdated or missing interfaces from the configuration files to prevent conflicts.
The script will guide you through the repair process with clear prompts and information dialogs.
+Verifies the bridge network settings and updates them if necessary to ensure correct operation.
After the repair process, review the results displayed in the dialog boxes.
+Ensures that all detected physical interfaces are properly configured in the network settings.
If prompted, decide whether to restart the networking service to apply changes.
+If necessary, the script prompts the user to restart the network service to apply changes.
+Performs a final connectivity check and displays updated network information.
- The Repair Network function simplifies the process of troubleshooting and fixing network issues in Proxmox VE. - It provides an automated approach to common network maintenance tasks, helping to ensure your Proxmox system - maintains stable connectivity. -
+- The Show IP Information function provides a straightforward way to view your Proxmox VE system's IP - configurations. Use it whenever you need a quick overview of your network interfaces and their associated IP - addresses. -
) } - diff --git a/web/app/docs/network/verify-network/page.tsx b/web/app/docs/network/verify-network/page.tsx index 96ac59e..942b6ab 100644 --- a/web/app/docs/network/verify-network/page.tsx +++ b/web/app/docs/network/verify-network/page.tsx @@ -1,75 +1,54 @@ -import type { Metadata } from "next" import { Steps } from "@/components/ui/steps" +import CopyableCode from "@/components/CopyableCode" -export const metadata: Metadata = { +export const metadata = { title: "Verify Network | ProxMenux Documentation", - description: "Learn how to verify network configuration and connectivity in Proxmox VE using ProxMenux.", + description: "Step-by-step guide to verify network configuration and connectivity in Proxmox VE using ProxMenux.", } export default function VerifyNetwork() { return (- The Verify Network function is part of the network management script in ProxMenux. It checks the current network - configuration and connectivity in Proxmox VE systems, providing a comprehensive overview of the network status. + The Verify Network function in ProxMenux allows users to check the current network + configuration and connectivity in Proxmox VE. It provides a quick way to identify potential + network issues and verify that all network interfaces are correctly configured.
- -When you select the Verify Network option, the script performs the following actions:
+ +When executed, the script performs the following actions:
Run the network management script and select the "Network Repair Menu" option.
+Launch the network management script and navigate to the "Network Repair Menu" option.
From the menu, select the "Verify Network" option.
+Choose the "Verify Network" option from the menu.
- The script will display information about detected interfaces, IP configurations, and connectivity status. -
+The script will display detected interfaces, their IP configurations, and connectivity status.
- Based on the results, determine if any further action is needed (e.g., running the Repair Network function). -
+Based on the output, determine if any corrective action is needed, such as using the "Repair Network" function.
- The Verify Network function provides a quick and easy way to check the status of your Proxmox VE system's - network configuration and connectivity. Use it regularly as part of your system maintenance routine or whenever - you suspect network issues. -
+To start iftop (requires root):
-sudo iftop
+ iftop
To start iotop (requires root):
-sudo iotop
+ siotop
To start iptraf-ng:
-sudo iptraf-ng
+ iptraf-ng
Example usage (read MSR):
-sudo rdmsr 0x1a0
+ rdmsr 0x1a0