diff --git a/web/app/docs/network/repair-network/page.tsx b/web/app/docs/network/repair-network/page.tsx index 6aa5937..6e43e12 100644 --- a/web/app/docs/network/repair-network/page.tsx +++ b/web/app/docs/network/repair-network/page.tsx @@ -3,7 +3,7 @@ import { Steps } from "@/components/ui/steps" export const metadata: Metadata = { title: "Repair Network | ProxMenux Documentation", - description: "Learn how to repair and verify network configurations in Proxmox VE using ProxMenux.", + description: "Learn how to repair network configurations in Proxmox VE using ProxMenux.", } export default function RepairNetwork() { @@ -12,55 +12,12 @@ export default function RepairNetwork() {
- This script provides comprehensive network repair and verification functionality for Proxmox VE systems. It - helps users troubleshoot and fix common network issues, ensuring stable connectivity and proper configuration. + 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.
-When executed, this script offers the following main functions:
-Run the script and select the "Network Repair Menu" option from the main ProxMenux interface.
-Select one of the following options:
-The script will guide you through the process with clear prompts and information dialogs.
-After each operation, review the results displayed in the dialog boxes.
-Choose another option or return to the main menu when finished.
-When you select "Repair Network", the script performs the following actions:
+When you select the Repair Network option, the script performs the following actions:
Run the network management script and select the "Network Repair Menu" option.
+From the menu, select the "Repair Network" option.
+The script will guide you through the repair process with clear prompts and information dialogs.
+After the repair process, review the results displayed in the dialog boxes.
+If prompted, decide whether to restart the networking service to apply changes.
+- This script simplifies the process of troubleshooting and repairing network issues in Proxmox VE. It provides an - easy-to-use interface for common network maintenance tasks, helping to ensure your Proxmox system maintains - stable connectivity. + 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.
) diff --git a/web/app/docs/network/show-ip-information/page.tsx b/web/app/docs/network/show-ip-information/page.tsx index 600711b..91a7540 100644 --- a/web/app/docs/network/show-ip-information/page.tsx +++ b/web/app/docs/network/show-ip-information/page.tsx @@ -1,4 +1,5 @@ import type { Metadata } from "next" +import { Steps } from "@/components/ui/steps" export const metadata: Metadata = { title: "Show IP Information | ProxMenux Documentation", @@ -9,22 +10,66 @@ export default function ShowIPInformation() { return (- This guide explains how to display IP information for Proxmox VE and its virtual machines using ProxMenux. + The Show IP Information function is part of the network management script in ProxMenux. It provides a quick and + easy way to view the IP configurations of all relevant network interfaces in your Proxmox VE system.
-When you select the Show IP Information option, the script performs the following actions:
+Run the network management script and select the "Network Repair Menu" option.
+From the menu, select the "Show IP Information" option.
+The script will display a list of all detected interfaces and their IP addresses.
+Use this information to verify IP assignments or troubleshoot network issues.
+- Step-by-step instructions on how to use ProxMenux to display various types of IP information will be provided - here. + +
+ 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.
- {/* Add more content here */}- This guide will show you how to verify network configuration and connectivity in Proxmox VE using ProxMenux. + 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.
-When you select the Verify Network option, the script performs the following actions:
+- Detailed instructions on how to use ProxMenux to perform these verification steps will be provided here. + +
Run the network management script and select the "Network Repair Menu" option.
+From the menu, select the "Verify Network" option.
++ The script will display information about detected interfaces, IP configurations, and connectivity status. +
++ Based on the results, determine if any further action is needed (e.g., running 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.
- {/* Add more content here */}