BIG-IP in a Vagrant Virtualbox Box...part 2
Updated Jun 06, 2023
Version 2.0Was this article helpful?
@Tim
Thanks for replying so quickly, sorry I missed that option. Just tested it. Worked like a charm. FYI, to get sudo working in packer, I had to:
ln -s libaudit.so.1.0.0 libaudit.so.0
ln -s libldap-2.4.so.2.10.3 libldap-2.3.so.0
Also, in order to get the vboxnet interface working I had to:
VBoxManage hostonlyif create
and then
sudo "/Library/Application Support/VirtualBox/LaunchDaemons/VirtualBoxStartup.sh" restart
Thanks again for your help! -Tom