import type { Metadata } from "next" import { Steps } from "@/components/ui/steps" export const metadata: Metadata = { title: "Repair Network | ProxMenux Documentation", description: "Learn how to repair network configurations in Proxmox VE using ProxMenux.", } export default function RepairNetwork() { return (

Repair Network

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.

What Does Repair Network Do?

When you select the Repair Network option, the script performs the following actions:

  1. Detects physical network interfaces
  2. Cleans up non-existent interfaces from the configuration
  3. Checks and fixes bridge configurations
  4. Configures physical interfaces
  5. Offers to restart the networking service
  6. Verifies network connectivity
  7. Displays updated IP information

How to Use Repair Network

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.

Key Features of Repair Network

Important Notes

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.

) }