proxmox-ve.md 947 B


title: Proxmox VE breadcrumbs:

  • title: Configuration
  • title: Linux Server --- {% include header.md %}

Using

Proxmox VE 6

Initial Setup

TODO

  1. See Debian Server: Initial Setup.
    • TODO: Differences.
  2. Disable the console MOTD:
    • Disable pvebanner.service.
    • Clear or update /etc/issue (e.g. use use the logo).
  3. Disable IPv6 NDP:
    • It's enabled on all bridges by default, meaning the node may become accessible to untrusted bridged networks even when no IPv4 or IPv6 addresses are specified.
    • TODO
    • Reboot (now or later) and make sure there's no unexpected neighbors (ip -6 n).

Setup SPICE Console

  1. In the VM hardware, set the display to SPICE.
  2. Install the guest agent:
    • Linux: spice-vdagent
    • Windows: spice-guest-tools
  3. Install a SPICE compatible viewer on your client:
    • Linux: virt-viewer

{% include footer.md %}