Configuring WAN EM Two VM Hosts: IP Addresses and Subnets
In this article, we will discuss how to configure WAN EM (Wide Area Network Emulator) two virtual machine (VM) hosts by setting up IP addresses and subnets. Proper configuration of IP addresses and subnets is crucial for the correct functioning of the WAN EM and for successful communication between the VMs.
Understanding IP Addresses and Subnets
An IP (Internet Protocol) address is a unique identifier assigned to each device on a network. It is used to route data packets between devices on the network. A subnet is a smaller network created within a larger network by using a subnet mask. Subnetting allows network administrators to divide a large network into smaller segments, improving network performance and security.
Configuring WAN EM IP Addresses and Subnets
To configure the IP addresses and subnets for the WAN EM VMs, follow these steps:
- Launch the WAN EM VMs.
- Open the network settings for each VM.
- Set the IP address for the WAN EM VM 1 to
192.168.1.11with a subnet mask of255.255.255.0. - Set the IP address for the WAN EM VM 2 to
192.168.1.12with a subnet mask of255.255.255.0. - Set the default gateway for both VMs to
192.168.1.11.
Verifying the Configuration
To verify that the IP addresses and subnets have been correctly configured, you can use the ping command. For example, to verify the configuration of WAN EM VM 1, open a command prompt and enter the following command:
ping 192.168.1.12
You should see replies from WAN EM VM 2, indicating that the IP addresses and subnets have been correctly configured.
In this article, we have discussed how to configure the IP addresses and subnets for WAN EM VMs. Proper configuration of IP addresses and subnets is essential for the correct functioning of the WAN EM and for successful communication between the VMs. By following the steps outlined in this article, you can ensure that your WAN EM VMs are correctly configured and can communicate with each other.