These followings is the checklist to build a Linux VM for the EXTRANET:
waingrow - 15/06/28 1. Find available IP address in the master /etc/hosts
waingrow - 15/06/28 2. Update the /etc/sysconfig/network-scripts/ifcfg-eth0 file to have appropriate values. Use an existing system as a guide.
waingrow - 15/06/28 3. Update the /etc/sysconfig/network file to have appropriate values.
waingrow - 15/06/28 4. Remove all entries from /etc/udev/rules.d/70-persistent-net.rules and then reboot the machine.
waingrow - 15/06/28 5. Fix the timezone on the host by doing the following:
a. rm /etc/localtime
b. ln -s /usr/share/zoneinfo/US/{Eastern/Pacific} /etc/localtime
waingrow - 15/06/28 6. Edit the /etc/resolv.conf to have proper values (use another system as a guide).
waingrow - 15/06/28 7. Run yum update to get the system up to date. Make sure proper repos are in /etc/yum.repos.d directory first (get from another system).