Proxmox Server DHCP

From Da Nerd Mage Wiki
Revision as of 14:57, 28 June 2022 by Tinker (talk | contribs) (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...)")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Edit the interfaces file:

  • vi /etc/network/interfaces

& 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...)