VirtualBox version: VirtualBox-4.2.18-88780-Linux_x86.run Host OS: Linux Mint 14 Xfce Setup Network Add a virtual network in host: VirtualBox -> File -> Preferences -> Network Create a VM with the first NIC as Host-only(NIC1) and the second as NA…
Create a virtual machine "ubs1" with ubuntu server 12.04, set its network as Host-only; Start this vm, configure the network manually: IP Address: 192.168.56.11, netmask, gateway and name server address use default value; Set hostname hubs1, dom…
ifconfig lo0 alias 172.16.123.1 will add an alias IP 172.16.123.1 to the loopback adapter sudo ifconfig en1 alias 172.16.123.1 ifconfig lo0 -alias 172.16.123.1 will remove it sudo ifconfig en1 -alias 172.16.123.1 Reference: http://stackoverflow.com/q…
Create a Virtual Network for Site-to-Site Cross-Premises Connectivity This tutorial walks you through the steps to create a cross-premises virtual network. The type of connection we will create is a site-to-site connection. If you want to create a po…
Create a Virtual Network in Windows Azure This tutorial walks you through the steps to create a basic Windows Azure Virtual Network using the Windows Azure Management Portal. For more information about Windows Azure Virtual Network, see Windows Azure…
Windows Azure Virtual Network Overview 18 out of 33 rated this helpful - Rate this topic Updated: April 25, 2013 Windows Azure Virtual Network provides you with the capability to extend your network into Windows Azure and treat deployments in Windows…
Affinity groups are the way to group the services in your Windows Azure subscription that need to work together in order to achieve optimal performance. When you create an affinity group, it lets Windows Azure know to keep all of the services that be…