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

Thx for replay. Thats help...
When i create vps`s, all looks good, but:
Not replay for ping, from outside and local.

Vps always stop on time 3.9
Always is 3.9 whenn i check 'xm list'

Code:
root:~# xm list
Name ID Mem VCPUs State Time(s)
Domain-0 0 7536 8 r----- 57.0
test.vv 2 512 2 -b---- 3.9
uptime show good
Code:
root:~# xm uptime
Name ID Uptime
Domain-0 0 0:23:17
test.pl 2 0:07:25
/etc/network/interfaces:
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
/etc/xen/xend-config.sxp
Code:
(network-script 'network-bridge bridge=eth0 antispoof=yes') #also trying with network-route
(vif-script vif-bridge)
(dom0-min-mem 196)
(dom0-cpus 0)
(vnc-listen '91.121.223.--')
(vncpasswd 'uEShnM.F')
/usr/local/ispmgr/etc/
Code:
PrivateDiskDir /xen/disk
MountDir /xen/mnt
DefaultNetmask 255.255.255.0 #trying with 255.255.255.'255'
DefaultGateway 91.121.223.-- #trying with 91.121.223.'254'

User admin ***

preset "Example package" {
Disk 4096
Mem 512
CPU 1200
Proc 1024
Fdesc 4096
Traf 92160
IpRate 5000
Templ ISPmanager
}

path iptables /var/lib/iptables/rules
ApacheVersion 2
path DefaultHomeDir /var/www
path httpd.conf /etc/apache2/apache2.conf
path apachectl /usr/sbin/apache2ctl start
path httpd /usr/sbin/apache2
ApacheUid 33
ApacheGid 33
Virtualization xen
disktemplate "Debian-5.0-i386" {
Path /xen/template/Debian-5.0-i386
Status ok
}
v
vds "188.165.18.--" {
Name test.vv
Owner admin
DiskTemplate /xen/template/Debian-5.0-i386
CPULimit 0 #should be 1200?
TrafLimit 92160
TrafUsed 0
Preset Example package
Backup none
}
What can i do now?

//edit some person from support will log into my server and fix this

Last edited by vps; 05-24-2010 at 09:19 PM.
vps is offline   Reply With Quote