When we use use_dhcp_assigned_default_route on a Debian Trixie box, Vagrant stop with the following error:
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
/sbin/ifup 'eth1'
Stdout from the command:
Stderr from the command:
dhcpcd already running on pid 1825 (/run/dhcpcd/eth1.pid)
ifup: failed to bring up eth1
Hello,
When we use use_dhcp_assigned_default_route on a Debian Trixie box, Vagrant stop with the following error:
It probably related to this line: https://github.com/hashicorp/vagrant/blob/main/templates/guests/debian/network_dhcp.erb#L10
isc-dhcp-client is EOL and not installed by default anymore. It can be installed but for how long?