Hello,
After updating Proxmox to 4.0-16, none of my containers won't start, throwing the following error :
Here is the network configuration that was previously working :
And here is the bridge configuration :
I fixed the issue by editing commenting the following lines in /usr/share/perl5/PVE/LXC/Setup/Debian.pm
Can anyone confirm that this is indeed a bug ?
After updating Proxmox to 4.0-16, none of my containers won't start, throwing the following error :
Undefined subroutine &PVE::Network::is_ip_in_cidr called at /usr/share/perl5/PVE/LXC/Setup/Debian.pm
Here is the network configuration that was previously working :
And here is the bridge configuration :
I fixed the issue by editing commenting the following lines in /usr/share/perl5/PVE/LXC/Setup/Debian.pm
if (defined($cidr) && !PVE::Network::is_ip_in_cidr($d->{gw}, $cidr, 4)) {
# gateway is not reachable, need an extra route
$net->{needsroute} = 1;
}
Can anyone confirm that this is indeed a bug ?
Last edited: