Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
keep mac adress for private network for sytem id
  • Loading branch information
queglay committed Apr 15, 2019
1 parent c517f9c commit 65dc8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -34,7 +34,7 @@ Vagrant.configure("2") do |config|
config.vm.network "public_network", mac: mac_string, bridge: bridgenic
else
# use a private network mode if you don't have control over the network environment - eg wifi in a cafe / other location.
config.vm.network "private_network", ip: openfirehawkserver
config.vm.network "private_network", ip: openfirehawkserver, mac: mac_string
end

# routing issues? https://stackoverflow.com/questions/35208188/how-can-i-define-network-settings-with-vagrant
Expand Down

0 comments on commit 65dc8ee

Please sign in to comment.