Vagrant file which will configure two VMs - a DNS Server running BIND and a DNS client
vagrant upvagrant ssh clientdig www.visitbg.local @172.28.128.3
- Created a Vagrantfile
- Create a provisioning script for the Server VM that installs BIND
- Create a provisioning script for the Client that installs
digif not already installed - Created a script that configures
BINDonServer - On the Client VM configure
/etc/resolv.confto use the server provided by our Server VM