0
votes
1answer
168 views

OpenVZ kernel panic

I recently installed OpenVZ on my VMWare box (To do some testing) and I get the following: https://www.dropbox.com/s/p38btkv5j84bvsh/Capture.JPG the GRUB config is as follows: # grub.conf generated ...
1
vote
1answer
149 views

openvz node with only one vps

I have an openvz server with 2Gb ram and would like to configure a vps for use all server resources (no swap). I run: vzsplit -n 1 -f vps1 -s 0 and have this setup: Configuration file generated by ...
-1
votes
1answer
145 views

configure Cpanel Openvz container

I need to config a cpanel openvz container. I know how to configure standards containers but I would like to find more info a about cpanel containers, configurations tips and other info related with ...
2
votes
2answers
1k views

Iptables port forwarding on OpenVZ CEntOS container

I am trying to setup a simple port forwarding on an OpenVZ container that is running CentOS 5.5. When I run a command I get errors. iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT ...