diff --git a/Vagrantfile b/Vagrantfile index 6e8513678b6b066c1c8fd1b8a4ec8bd3ef69baea..437f001f3ae4c80c2609c9eb00d034f7f656f642 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -17,6 +17,9 @@ Vagrant.configure(2) do |config| config.vm.define "openbsd" do |openbsd| openbsd.vm.hostname = "openbsd.Ansible.vagrant" + openbsd.vm.network "private_network", ip: "172.28.128.3" + openbsd.landrush.guest_redirect_dns = false + openbsd.landrush.host_ip_address = "172.28.128.3" openbsd.vm.box = "tmatilai/openbsd-5.7" #openbsd.vm.box = "twingly/openbsd-5.7-amd64" end