Skip to content

Instantly share code, notes, and snippets.

@manuelkiessling
Created May 4, 2012 07:53
Show Gist options
  • Save manuelkiessling/2593099 to your computer and use it in GitHub Desktop.
Save manuelkiessling/2593099 to your computer and use it in GitHub Desktop.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant::Config.run do |config|
# Netzwerkbrücke mhdev VM (bestehender Stack)
config.vm.define :mhdev do |mhdev_config|
mhdev_config.vm.network :bridged, :mac => "0800275e32c0"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment