import { Steps } from "@/components/ui/steps" import CopyableCode from "@/components/CopyableCode" export const metadata = { title: "Verify Network | ProxMenux Documentation", description: "Step-by-step guide to verify network configuration and connectivity in Proxmox VE using ProxMenux.", } export default function VerifyNetwork() { return (

Verify Network

The Verify Network function in ProxMenux allows users to check the current network configuration and connectivity in Proxmox VE. It provides a quick way to identify potential network issues and verify that all network interfaces are correctly configured.

Overview

When executed, the script performs the following actions:

  1. Detects and lists all physical network interfaces.
  2. Retrieves the current IP configuration for each detected interface.
  3. Verifies network connectivity by testing external server reachability.
  4. Displays a summary of the network status.

Implementation Steps

Launch the network management script and navigate to the "Network Repair Menu" option.

Choose the "Verify Network" option from the menu.

The script will display detected interfaces, their IP configurations, and connectivity status.

Based on the output, determine if any corrective action is needed, such as using the "Repair Network" function.

Expected Results

) }