You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jhosteny
changed the title
Default route not set properly by :use_dhcp_assigned_default_route; net-tools not present in Debian stretch
Default route not set properly when :use_dhcp_assigned_default_route => true; net-tools not present in Debian stretch
Jun 28, 2017
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Mar 30, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Vagrant version
Vagrant 1.9.3
Host operating system
OS X 10.12.5
Guest operating system
vagrant@stretch:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 9.0 (stretch)
Release: 9.0
Codename: stretch
Vagrantfile
Debug output
https://gist.github.com/jhosteny/f38490d505b30742ab577c22524841e7
Expected behavior
The default route should have been set on eth1.
route
should be replaced byip route
, as net-tools is deprecated. There is also precedence in the referenced ticket.Actual behavior
The default route is still set to eth0.
Steps to reproduce
vagrant up
with the provided Vagrantfileip route get 8.8.8.8
to see the incorrect default routeReferences
GH-7460 provides precedence for replacing net-tools
route
withip
.The text was updated successfully, but these errors were encountered: