![]() |
| How to configure internal virtual Machine Network in VirtualBox? | IndianTechnoEra |
Aim- To configure internal network between virtual machines in VirtualBox
Steps
Step 1: Open network connections from cmd:
Press win + R.
Type cmd.
(iii) Hit enter or click ok to lunch command Line: type “ncpa.cpl”.
(iv) Hit enter.
Step 2: Go to Ethernet >Properties
Step 3: In Properties dialog box, choose Internet Protocol version 4(TCP/IP4)
Step 4: In Internet protocol dialog box, choose “Obtained an IP address automatically”.
Step 5: Open your VM1, Go to settings > General > Network > Adaptor 1 > Attached to > Internal Network.
Step 6: To select the network type as “Internal Network” press OK.
Step 7: Change the network settings of both VM Machines to Internal network and “Allow all”.
Step 8: Now, start both machines.
Step 9: Go to start. Type “ncpa.cpl” to open network settings.
Step 10: Ethernet dialog box is opened.
Step 11: Right click it and go to Properties.
Step 12: To use static IP address, in General, go to “use the following IP address”.
Step 13: Same way to create static IP address for the 2nd VM.
Step 14: Since network id for both the VMs is same i.e. 192.168.1, that means both will be using same network.
Step 15: Lets ping server:
Output:
Result: Internal network configured successfully.
