Vagrant with NFS and public_network

Vagrant with NFS and public_network. You can use NFS in vagrant, but it requires a private_network to work; This is fine if you are doing all your devlopment from a single machine and dont need to access the vagrant box from your network, but if you need to run some testing from an extrenal machine (eg you have Kali on a laptop and want to perform an sqli scan) then you will need a public_network.

Leave a Reply