View Single Post
Old 05-23-2010, 08:24 PM   #3
Junior Member
 
Join Date: May 2010
Posts: 4
vps is on a distinguished road
Default

Thx for answer.
I reinstall system, create /xen, / and /boot.
Install xen-linux-system-2.6.26-2-xen-amd64 and VDSmanager.
After this i create 2 dirs: /xen/disk, /xen/mnt and add into vdsmanager.conf

PrivateDiskDir /xen/disk
MountDir /xen/mnt

When i try create vps get this error:

Error: Failed to find network information. Please configure ip and network information

When i click 'cancel', this vps stay on list, when i want to do something with this vps, show me error: Vps dont exist.

My server is in ovh, i will use ip failover to create vps`s.
My /etc/network/interfaces aftrer fresh install Xen:
Code:
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
	up /etc/xen/scripts/network-bridge start
	address 91.121.223.**
	netmask 255.255.255.0
	network 91.121.223.0
	broadcast 91.121.223.255
	gateway 91.121.223.254
Can anyone make me example config for ipfailovers?
vps is offline   Reply With Quote