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

Verify Network

The Verify Network function is part of the network management script in ProxMenux. It checks the current network configuration and connectivity in Proxmox VE systems, providing a comprehensive overview of the network status.

What Does Verify Network Do?

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

  1. Detects and lists physical network interfaces
  2. Checks the current IP configuration for all relevant interfaces
  3. Verifies network connectivity by pinging an external server
  4. Displays a summary of the network status

How to Use Verify Network

Run the network management script and select the "Network Repair Menu" option.

From the menu, select the "Verify Network" option.

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

Based on the results, determine if any further action is needed (e.g., running the Repair Network function).

Key Features of Verify Network

Important Notes

The Verify Network function provides a quick and easy way to check the status of your Proxmox VE system's network configuration and connectivity. Use it regularly as part of your system maintenance routine or whenever you suspect network issues.

) }