2 Proxmox VE Questions

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

Jeggs101

Well-Known Member
Dec 29, 2010
1,529
241
63
I'm having two issues:

1. I installed CentOS 6.4 on a Proxmox VE VM. Installs and everything works fine except I cannot assign the VM an IP address even using Intel E1000
2. I can't seem to figure out (maybe issue above) how to create a High Availability VM. Might be an issue with IP addresses.

Looking for help. Docs are older on VE.
 

nitrobass24

Moderator
Dec 26, 2010
1,087
131
63
TX
Did you not do this as part of the Install? Which install media did you use?
If not just run "system-config-network"
 

Patrick

Administrator
Staff member
Dec 21, 2010
12,514
5,807
113
Did you not do this as part of the Install? Which install media did you use?
If not just run "system-config-network"
Clarifying this a bit. If you used CentOS 6.4 minimal you likely need to fire up vi and turn the network adapter on ONBOOT and assign the IP address manually:
vi /etc/sysconfig/network-scripts/ifcfg-eth0
then:
ONBOOT=yes
IPADDR=??
NETMASK=??