From 639a6a72edb2775d2b19cf2485bbfe802084bd01 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 29 Jun 2012 12:05:42 -0700 Subject: [PATCH] Don't set the gateway for host only, this sometimes causes internet breakge --- templates/guests/debian/network_static.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/guests/debian/network_static.erb b/templates/guests/debian/network_static.erb index 936d2f834..fa505afa9 100644 --- a/templates/guests/debian/network_static.erb +++ b/templates/guests/debian/network_static.erb @@ -4,5 +4,4 @@ auto eth<%= options[:interface] %> iface eth<%= options[:interface] %> inet static address <%= options[:ip] %> netmask <%= options[:netmask] %> - gateway <%= options[:adapter_ip] %> #VAGRANT-END