import { Steps } from "@/components/ui/steps" import CopyableCode from "@/components/CopyableCode" export const metadata = { title: "Repair Network | ProxMenux Documentation", description: "Step-by-step guide to repair network configurations in Proxmox VE using ProxMenux.", } export default function RepairNetwork() { return (
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.
The script executes the following steps:
The script scans the system for available network interfaces and identifies the primary physical adapters.
Removes outdated or missing interfaces from the configuration files to prevent conflicts.
Verifies the bridge network settings and updates them if necessary to ensure correct operation.
Ensures that all detected physical interfaces are properly configured in the network settings.
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.