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:
- Repair Network: Automatically detects and fixes common network issues
- Verify Network: Checks the current network configuration and connectivity
- Show IP Information: Displays IP addresses for all relevant network interfaces
Key Features
- Detects and lists physical and network interfaces
- Verifies and repairs bridge configurations
- Cleans up non-existent interfaces from the configuration
- Configures physical interfaces automatically
- Checks network connectivity
- Provides options to restart networking services
- Offers an interactive menu for easy navigation
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:
- Detects physical network interfaces
- Cleans up non-existent interfaces from the configuration
- Checks and fixes bridge configurations
- Configures physical interfaces
- Offers to restart the networking service
- Verifies network connectivity
- Displays updated IP information
Important Notes
- This script requires root or sudo privileges to execute.
- Restarting the network service may cause a brief disconnection.
- Always ensure you have an alternative way to access your Proxmox VE system in case of network issues.
- It's recommended to create a backup of your network configuration before making changes.
- If you're unsure about any step, use the "Verify Network" option first to check the current status.
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.
)
}