Revision history of "Proxmox Server DHCP"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 15:57, 28 June 2022Tinker talk contribs 465 bytes +465 Created page with "Edit the interfaces file: * <code>vi /etc/network/interfaces</code> & change auto vmbr0 iface vmbr0 inet static address 192.168.8.12/23 gateway 192.168.8.1 bridge-ports eno1 bridge-stp off bridge-fd 0 to auto vmbr0 iface vmbr0 inet dhcp bridge-ports eno1 bridge-stp off bridge-fd 0 Then ignore the address it shows on the console. (Until I figure out where in hell it's storing that...)"