### How to use DHCP to manager PVE instead of setting a static IP for PVE LAN ?
> I prefer to using DHCP than a static IP address to manager PVE. And how to set? For example,the default config is as this:
- /etc/network/interfaces
```
auto lo
iface lo inet loopback
iface eno1 inet manual...