Disable ipv6 on HN [message #34121] |
Thu, 04 December 2008 15:20 |
aab49
Messages: 10 Registered: November 2007 Location: USA
|
Junior Member |
|
|
I'd like to disable ipv6 on a hardware node and still run the vz service.
I created a file in /etc/modprobe.d/ with following contents and rebooted:
install ipv6 /bin/true
This caused the ipv6 kernel module not to be loaded.
Now however, I am unable to start an containers:
[root@openvz1 vz]# vzctl start 102
Starting container ...
Container is mounted
Invalid kernel, or some kernel modules are not loaded
Container start failed
Container is unmounted
My /etc/vz/vz.conf has IPV6="no".
Is there any way to get Openvz to run with the ipv6 kernel module unloaded like this?
Thanks.
|
|
|