Recent content by guik

  1. G

    VM network not working

    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
  2. G

    VM network not working

    Hi guys, nobody else are using NAT on proxmox 5 ?
  3. G

    VM network not working

    @wanna_b did you succeed to solve this ?
  4. G

    VM network not working

    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...
  5. G

    VM network not working

    Hi guys Same issue for me after upgrading to Proxmox 5, NAT/container internet access is not working. Is debian 9 networking rules are different ?
  6. G

    [#659] Proxmox beta v4 - Pool support

    Re: Proxmox beta v4 - Pool support Sure, here it is https://bugzilla.proxmox.com/show_bug.cgi?id=659
  7. G

    [#659] Proxmox beta v4 - Pool support

    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'"...
  8. G

    Proxmox no Ethernet Dell R200

    Yes ! I'd inverse eth0 & eth1: Reboot and server ping :) Many thanks for your suggestion and time passed. Regards Guillaume
  9. G

    Proxmox no Ethernet Dell R200

    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 :
  10. G

    Proxmox no Ethernet Dell R200

    Unfortunately I do not have physical access to the machine ..
  11. G

    Proxmox no Ethernet Dell R200

    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...