diff --git a/templates/guests/debian/network_dhcp.erb b/templates/guests/debian/network_dhcp.erb index 24cc1e944..71923a13f 100644 --- a/templates/guests/debian/network_dhcp.erb +++ b/templates/guests/debian/network_dhcp.erb @@ -4,5 +4,8 @@ auto eth<%= options[:interface] %> iface eth<%= options[:interface] %> inet dhcp <% unless options[:use_dhcp_assigned_default_route] %> post-up route del default dev $IFACE +<% else %> + # needed as some newer distribution do not properly load routes, ubuntu 12.04 + post-up dhclient $IFACE <% end %> #VAGRANT-END