After changing /etc/network/interfaces on a fresh install to:
iface vmbr0 inet dhcp
and running ifreload -a I'm receiving an error message:
vmbr0: cmd '/sbin/dhclient -pf /run/dhclient.vmbr0.pid -lf /var/lib/dhcpdhclient.vmbr0.leases vmbr0' failed([Errno 2] No such file or directory: '/sbin/dhclient')
Indeed there is no file 'dhclient' in /sbin forlder.
Strangely enough it looks like the installer runs DHCP client to pick the IP bound to MAC address up but makes it static.
It worked for sure on version 8.3 or 8.4. But not with v9. Can anyone help please?
iface vmbr0 inet dhcp
and running ifreload -a I'm receiving an error message:
vmbr0: cmd '/sbin/dhclient -pf /run/dhclient.vmbr0.pid -lf /var/lib/dhcpdhclient.vmbr0.leases vmbr0' failed([Errno 2] No such file or directory: '/sbin/dhclient')
Indeed there is no file 'dhclient' in /sbin forlder.
Strangely enough it looks like the installer runs DHCP client to pick the IP bound to MAC address up but makes it static.
It worked for sure on version 8.3 or 8.4. But not with v9. Can anyone help please?