Don't set the gateway for host only, this sometimes causes internet
breakge
This commit is contained in:
parent
ef265ab3ba
commit
639a6a72ed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue