Ok found it, maybe it can help other:
I'm using a init.d script file that work until proxmox 5
iptables -t nat -A POSTROUTING -o vmbr0 -s 10.0.1.0/24 -j MASQUERADE
10.0.1.0/24 have to be between quote:
iptables -t nat -A POSTROUTING -o vmbr0 -s '10.0.1.0/24' -j MASQUERADE
Et voila
I found these explanations:
https://forum.proxmox.com/threads/lxc-cant-access-internet-with-network-firewall-enabled.35973/
Where it require to add
iptables -t raw -I PREROUTING -i fwbr+ -j CT --zone 1
But that the same result for me, container cannot ping internet ip.
Here my NAT startup...
Hello
Trying the beta v4 I reach an issue with the pool usage.
When I'm trying to add a container, the add modal is closing but nothing appear on the list.
Error is return by the API:
{"errors":{"members[1].type":"value 'lxc' does not have a value in the enumeration 'qemu, openvz, storage'"...
Hi,
i try to delete the lines, reboot the server and ping timeout.
I request again a netboot, the new data of /etc/udev/rules.d/70-persistent-net.rules :
Hi,
I've been meaning to install Proxmox on a Dell R200 dedicated server but I'm facing some issues.
Each time I boot on the 2.6.18-2-pve kernel the server stop to answer to the ping, I tried to but on rescue (with a netboot).
It seems that with the kernel 2.6.18-2-pve the network card stop to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.