vagrant/templates/guests/arch/network_static.erb

9 lines
219 B
Plaintext
Raw Normal View History

Connection=ethernet
Description='A basic static ethernet connection'
Interface=<%= options[:device] %>
IP=static
Address=('<%= options[:ip]%>/24')
<% if options[:gateway] %>
Gateway='<%= options[:gateway] %>'
<% end %>