Network Modes in Virtualbox (Cloud Computing-Tutorial 1) : I. Mani Varma Ph.D. Student CSE Dept. Iitr Feb. 12, 2025
Network Modes in Virtualbox (Cloud Computing-Tutorial 1) : I. Mani Varma Ph.D. Student CSE Dept. Iitr Feb. 12, 2025
I. Mani Varma
Ph.D. student
CSE Dept.
IITR
Feb. 12, 2025
Outline of the Practical Session
1) Virtual Machine Creation/Installation
2) Basic Networking
➢ NAT Mode
➢ NAT Network Mode
➢ Bridged Network Mode
➢ Internal Network Mode
➢ Host Only Network Mode
Masks the internal IP addresses of VMs from the external network. External entities see only the host's IP address, enhancing
privacy and security.
Creates isolated testing and development environments where VMs can have controlled internet access while maintaining
separation from the host network.
Multiple NAT mode-based VMs
Fig. 7: SSH Port forwarding in NAT mode ( External hosts can access VM by sending packets to port 2281 of
host. The NAT engine will capture all packets and forward to port 22 )
NAT Network Mode
https://www.virtualbox.org/manual/ch06.html
https://www.nakivo.com/blog/virtualbox-network-setting-gui
de/
Assignment
1) Create 2 or 3 Ubuntu (22 or 24) VMs in Virtualbox (before coming to the
tutorial).