Skip to content

Commit

Permalink
add network interface
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Apr 8, 2023
1 parent 81bfe4c commit 4395b63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Vagrant.configure('2') do |config|
lv.channel :type => 'spicevmc', :target_name => 'com.redhat.spice.0', :target_type => 'virtio'
config.vm.synced_folder '.', '/vagrant', disabled: true
end
config.vm.network :private_network, ip: '10.9.9.0', auto_config: false, libvirt__forward_mode: 'nat', libvirt__dhcp_enabled: true
end
end
end

0 comments on commit 4395b63

Please sign in to comment.