Search results

  1. M

    Issue with DHCP under SDN

    Hi All, I have run into curious behavior of DHCP under SDN. I have followed the setup based on this page https://pve.proxmox.com/wiki/Setup_Simple_Zone_With_SNAT_and_DHCP. My vmbr0 is 172.31.255.240/28 with DHCP range 172.31.255.241-172.31.255.249 When I start VM the network interface doesn't...
  2. M

    Docker daemon running in Alpine container. Solved?

    I was able to setup Alpine 3.10 to run Docker daemon and run hello-world container in it. Here are the steps. create container based on alpine-3.10-default_20190626_amd64.tar.xz (disk of size 0.5GB is enough for this little test) under Options enable Features 'keyctl' and 'Nesting' start the...