Vagrant is a platform independent tool written in Ruby, to create and configure lightweight, reproducible, and portable development environments. It uses Oracle’s VirtualBox for these virtual environments.
5
votes
2answers
1k views
Vagrant / virtualbox DNS 10.0.2.3 not working
This is a follow on to my previous question Vagrant Getting Started gives getaddrinfo: Temporary failure in name resolution.
I am running a fresh install of Linux Mint Nadia (14). I am following the ...
3
votes
2answers
222 views
why do Vagrant docs suggest using public IP address 33.33.33.10 for local VMs?
I'm following a tutorial to set up vagrant (a tool to build and configure portable virtual machine images), and it seems that vagrant documentation suggests using IPv4 address 33.33.33.10 to configure ...
2
votes
2answers
2k views
Public static ip for vagrant box
I have server (Debian Squeeze) with 1 ethernet card and 2 public static IPs (188.120.245.4 and 188.120.244.5).
What I want: Setup virtual box (Ubuntu) with access via static IP (188.120.244.5).
...
2
votes
2answers
962 views
Vagrant/VirtualBox can't resolve some domains from w/in VM
Just trying out VirtualBox & Vagrant and my initial lucid64 VM can't resolve us.archive.ubuntu.com but can resolve security.ubuntu.com, google.com and www.apple.com (but not apple.com w/out the ...
0
votes
0answers
363 views
Vagrant Getting Started gives getaddrinfo: Temporary failure in name resolution
I am running a fresh install of Linux Mint Nadia (14). I followed the steps to set up Vagrant here: Getting Started, but on the Provisioning page, when I do vagrant up I get the following output:
...