Proxmox Server DHCP
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...)")
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...)