Re: [pve-devel] More than 10 interfaces in lxc containers

2020-08-22 Thread Dietmar Maurer
> > For me, I have that need too for a firewall container. > > Why does your firewall need more the 10 interface? Sigh. too early in the morning... I wanted to ask: Why does your firewall need more than 10 interfaces? Normally, a firewall uses one interface per zone, and more than 10 zones ar

Re: [pve-devel] More than 10 interfaces in lxc containers

2020-08-22 Thread Dietmar Maurer
> For me, I have that need too for a firewall container. Why does your firewall need more the 10 interface? > Would you please consider raising the limit? No, unless someone can explain why that is required ;-) ___ pve-devel mailing list pve-devel@l

Re: [pve-devel] More than 10 interfaces in lxc containers

2020-08-22 Thread Stephan Leemburg
Sorry, and also in /usr/share/pve-manager/js/pvemanagerlib.js : in /usr/share/pve-manager/js/pvemanagerlib.js change     for (i = 0; i < 10; i++) {     if (me.isCreate && !me.dataCache['net'+i.toString()]) { to     for (i = 0; i < 31; i++) {     if (me.isCreate && !me

[pve-devel] More than 10 interfaces in lxc containers

2020-08-22 Thread Stephan Leemburg
Hi @dev, I have read about other people who need more than 10 network interfaces in their lxc containers. For me, I have that need too for a firewall container. I think it is not so difficult to raise the 10 upto 32. Just change /usr/share/pve-manager/js/pvemanagerlib.js in Ext.define('PVE

Re: [pve-devel] does somebody have an hetzner or ovh server to do test ?

2020-08-22 Thread Stephan Leemburg
Hi Alexandre, Sorry for the late reply. But actually, I do have 2 OVH based subscribed proxmox systems. They both have 16 failover ip addresses. I have once tested the failover of the complete /28 block and - although there are costs involved - it works. What would you like to test? If it d