Created 04-21-2016 07:17 PM
Hi,
Am very new to sandbox, I have deployed Sandbox on my VCenter manager by OVF deployment, when i switched on the sandbox, It does not taking any IP address, I have tried to add one more NIC but then also no luck,
can someone please suggest me to solve this issue,
Created 04-22-2016 06:24 AM
I think this is mac address initialization issue.
1. Please change your network settings to Bridged
2. Remove /etc/udev/rules.d/70-persistent-net.rules
3. Check if /etc/sysconfig/network-scripts/ifcfg-eth0 has any MAC Address assigned, if so, remove it
4. Your /etc/sysconfig/network-scripts/ifcfg-eth0 should look like below
DEVICE="eth0" BOOTPROTO="dhcp" DHCP_HOSTNAME="sandbox.hortonworks.com" DNS1="8.8.8.8" IPV6INIT="no" ONBOOT="yes" TYPE="Ethernet" NM_CONTROLLED=no PEERDNS=no
5. Reboot Sandbox Virtual machine
6. Once its up, check if new IP has been assigned,