In this chapter, we will be focusing on networking in Vagrant. By the end of this chapter, you will have a good understanding of the different networking options available in Vagrant. You will be able to configure networking in Vagrant using simple methods, such as port-forwarding, or set custom IP addresses using public and private networking.
Here are the three networking types present in Vagrant that you will learn about in this chapter:
- Port-forwarding
- Private networking
- Public networking