Commit Graph
4 Commits
Author SHA1 Message Date
DmitryandGitHub f82a2a0cbb Merge branch 'master' into patch-1 2018-09-05 22:26:18 +07:00
DmitryandGitHub 04318c0bff Added vm names to vmmare providers 2018-09-05 22:24:49 +07:00
DmitryandGitHub 4d21d2e885 Add code to section "Excluding NAT interface from DNS"
Hi!
I want  you to add code to subj section. 
Here my qwuick and dirty example of a code
Here the list what it proposed to do.
1. remove NAT adapters IP Resource records in DNS Server.
2. Uncheck option "Register this connection's addresses in dns"
3. Remove all RR from NAT if already registered. (unnessesary, if NAT adapter RR not exist)
4. restart DNS server service.
2018-09-04 15:28:44 +07:00
DmitryandGitHub ac1cab0170 Rename virtualbox VM names to predictable
Hi!
I suggest you to add this to make virtualbox vm names more predictable.
Now i suspect that virtualbox vm names are slightly random.

cfg.vm.provider "virtualbox" do |vb, override|
...
vb.name = "name.windomain.local"
...
end
2018-09-04 13:36:04 +07:00