Adding an Additional Public IP to a Virtual Machine
Overview
This documentation outlines the steps to create a virtual machine (VM), add a second network adapter, and configure it to ensure it can communicate using a second IP address.
Steps to Create and Configure a Virtual Machine
Creating a Virtual Machine (VM)
Adding a Second Network Adapter
Configuring the Network Adapter
Verifying the Configuration
Additional Information
Command Used in CMD in VM 1
ipconfig?
Route print
Route add -p 0.0.0.0 MASK 0.0.0.0 10.0.0.1 [gateway 1]
Output: OK
Route print
Route add -p 0.0.0.0 MASK 0.0.0.0 10.0.0.1 METRIC 5015 IF 10
OUTPUT: OK
Route print
ipconfig