Advertisement
Guest User

What template now?

a guest
Nov 26th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.70 KB | None | 0 0
  1. %:~ grep mac ~/.vagrant.d/boxes/w2008r2/0/virtualbox/Vagrantfile
  2.   config.vm.base_mac = "0800271CB08F"
  3. %:~ vagrant init w2008r2
  4. A `Vagrantfile` has been placed in this directory. You are now
  5. ready to `vagrant up` your first virtual environment! Please read
  6. the comments in the Vagrantfile as well as documentation on
  7. `vagrantup.com` for more information on using Vagrant.
  8. %:~ grep mac Vagrantfile
  9.   # within the machine from a port on the host machine. In the example below,
  10.   # accessing "localhost:8080" will access port 80 on the guest machine.
  11.   # Create a private network, which allows host-only access to the machine
  12.   # Bridged networks make the machine appear as another physical device on
  13. %:~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement