import type { Metadata } from "next" import { Network } from "lucide-react" export const metadata: Metadata = { title: "ProxMenux Post-Install: Network Settings", description: "Detailed guide to Network Settings in the ProxMenux post-install script for optimizing Proxmox VE network performance and configuration.", openGraph: { title: "ProxMenux Post-Install: Network Settings", description: "Detailed guide to Network Settings in the ProxMenux post-install script for optimizing Proxmox VE network performance and configuration.", type: "article", url: "https://macrimi.github.io/ProxMenux/docs/post-install/network", images: [ { url: "https://macrimi.github.io/ProxMenux/network-settings-image.png", width: 1200, height: 630, alt: "ProxMenux Post-Install Network Settings", }, ], }, twitter: { card: "summary_large_image", title: "ProxMenux Post-Install: Network Settings", description: "Detailed guide to Network Settings in the ProxMenux post-install script for optimizing Proxmox VE network performance and configuration.", images: ["https://macrimi.github.io/ProxMenux/network-settings-image.png"], }, } export default function NetworkSettingsPage() { return (
The Network Settings category in the customizable_post_install.sh script focuses on optimizing network configurations and performance for your Proxmox VE installation.
During the execution of customizable_post_install.sh, you'll have the option to apply various Network Settings optimizations. Select the configurations that best suit your network infrastructure and requirements.