301‐reading 4 - Skalyx866/Notes GitHub Wiki
Which network mode in VirtualBox can be used to emulate unplugging the Ethernet cable from the network?
The network mode in virtualbox that emulates unplugging the ethernet cable from the network is the not attached option in network adapters
Which network mode would be best if you wanted to run a server on a VM that could be fully accessible from your physical local area network?
The network mode that is best for accessing the VM from a physical local area network is bridged adapater
What are the three options of promiscuous mode and what does each do?
Deny: Any traffic not for the virtual network adapter is hidden from the VM Allow VMS: Hides all traffic from the VM unless it is from other VMs Allow All: Shows all traffic from everything on the network
What is Port Forwarding?
Port forwarding is forwarding a port on the computer or VM to the router so it can be discovered over the internet.
What I would like to know more about
I would like to experiment more with the promiscuous modes on the VMs and see what they do