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 and verify network configurations in Proxmox VE using ProxMenux.", } export default function RepairNetwork() { return (

Repair Network

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.

What Does This Script Do?

When executed, this script offers the following main functions:

  1. Repair Network: Automatically detects and fixes common network issues
  2. Verify Network: Checks the current network configuration and connectivity
  3. Show IP Information: Displays IP addresses for all relevant network interfaces

Key Features

How to Use

Run the script and select the "Network Repair Menu" option from the main ProxMenux interface.

Select one of the following options:

  • Repair Network
  • Verify Network
  • Show IP Information

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.

Repair Network Process

When you select "Repair Network", 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

Important Notes

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.

) }