aboutsummaryrefslogtreecommitdiffstats
path: root/dns/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/Vagrantfile')
-rw-r--r--dns/Vagrantfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Vagrantfile b/dns/Vagrantfile
index d1b6d9b..d20bd8c 100644
--- a/dns/Vagrantfile
+++ b/dns/Vagrantfile
@@ -22,6 +22,7 @@ Vagrant.configure('2') do |config|
# shares
config.vm.synced_folder '.', '/vagrant', type: 'nfs', nfs_version: 4, nfs_udp: false
+ config.vm.network :private_network, :ip => '192.168.121.93' , :libvirt__domain_name => 'devidns.local'
config.vm.provider 'libvirt' do |libvirt|
libvirt.storage_pool_name = 'ramdisk'