Hi,
We're planning to add a dedicated IP to one of our VMs. However, we currently use NAT for all VMs. Am I correct in thinking that the following is the correct procedure?
Current config (one static IP):
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address...