Don't set the gateway for host only, this sometimes causes internet

breakge
This commit is contained in:
Mitchell Hashimoto 2012-06-29 12:05:42 -07:00
parent ef265ab3ba
commit 639a6a72ed
1 changed files with 0 additions and 1 deletions

View File

@ -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