<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Hi!! Before I tell everything, Congratulations for PROXMOX 2.0.</p>
<p> </p>
<p>I installed the proxmox and I test this tool. All OK, but I created the container ubuntu 10.04 and I need load the modules for the loadbalancing in this VPS container ubuntu.:</p>
<p> </p>
<p><span>modprobe ip_vs_dh</span><br /><span>modprobe ip_vs_ftp</span><br /><span>modprobe ip_vs</span><br /><span>modprobe ip_vs_lblc</span><br /><span>modprobe ip_vs_lblcr</span><br /><span>modprobe ip_vs_lc</span><br /><span>modprobe ip_vs_nq</span><br /><span>modprobe ip_vs_rr</span><br /><span>modprobe ip_vs_sed</span><br /><span>modprobe ip_vs_sh</span><br /><span>modprobe ip_vs_wlc</span><br /><span>modprobe ip_vs_wrr</span></p>
<p> </p>
<p> </p>
<pre># modprobe ip_vs_dh</pre>
<pre><br />WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.<br />FATAL: Module ip_vs_dh not found.</pre>
<pre> </pre>
<pre> </pre>
<pre>But in the proxmox the modules are loaded successfull:</pre>
<pre> </pre>
<pre>For example:</pre>
<pre> </pre>
<pre>root@proxmox1:~# modprobe ip_vs_dh</pre>
<pre><br />root@proxmox1:~# lsmod | grep ip<br />nf_conntrack_ipv4       9946  2 nf_nat<br />nf_conntrack           80789  3 vzrst,nf_nat,nf_conntrack_ipv4<br />nf_defrag_ipv4          1531  1 nf_conntrack_ipv4<br />ip6t_REJECT             4743  0 <br />ip6table_mangle         3637  0 <br />ip6table_filter         3001  0 <br />ip6_tables             19714  2 ip6table_mangle,ip6table_filter<br />iptable_mangle          3461  0 <br />iptable_filter          2905  0 <br />xt_multiport            2812  0 <br />ipt_REJECT              2431  0 <br />ip_tables              18151  2 iptable_mangle,iptable_filter<br />ip_vs_wrr               2291  0 <br />ip_vs_wlc               1257  0 <br />ip_vs_sh                2061  0 <br />ip_vs_sed               1257  0 <br />ip_vs_rr                1436  0 <br />ip_vs_nq                1222  0 <br />ip_vs_lc                1190  0 <br />ip_vs_lblcr             5735  0 <br />ip_vs_lblc              4235  0 <br />ip_vs_ftp               3626  0 <br />ip_vs_dh                1997  0 <br />ip_vs                 108414  22 ip_vs_wrr,ip_vs_wlc,ip_vs_sh,ip_vs_sed,ip_vs_rr,ip_vs_nq,ip_vs_lc,ip_vs_lblcr,ip_vs_lblc,ip_vs_ftp,ip_vs_dh<br />ipv6                  326645  333 vzrst,ip6t_REJECT,ip6table_mangle,ib_addr,ip_vs</pre>
<p> </p>
<p> </p>
<p>I found in google what the modules are loaded in proxmox, not a VPS. And from proxmox share this modules in the VPS openvz. </p>
<p>I found in google this example:</p>
<p> </p>
<p><span class="a">vzctl <span class="w6"></span>set 101 <span class="w6"></span>--iptables iptable_f<span class="l6">ilter --iptables ipt_length --</span></span><span class="a">iptables ipt_limit --iptables iptable_mangle --iptables ipt_REJECT --</span><span class="a">save</span></p>
<p> </p>
<p>But I need load the modules ip_vs.......</p>
<p> </p>
<p>Can I help me please??</p>
<p> </p>
<p> </p>
<div> </div>
</body></html>