Search results

  1. S

    Virtio network driver checksum offload udhcpc

    https://forge.univention.org/bugzilla/show_bug.cgi?id=33160
  2. S

    Virtio network driver checksum offload udhcpc

    also, I believe, udhcpc is one of the few dhcp clients that actually checks the packet checksum. Once you're past initramfs and start up a different dhcp client it works fine. Mine was an issue as I needed udhcpc to work in initramfs as I wanted to boot from NFS
  3. S

    Virtio network driver checksum offload udhcpc

    It is important to note, AFAIK that this only affects guests on the host when the host is serving the DHCP and the clients are configured with virtio NIC. Physical clients connecting to the virtual DHCP server will be fine because the network packets leave the local machine they get a checksum...
  4. S

    Virtio network driver checksum offload udhcpc

    Hi, I'm hoping for some wisdom from people smarter than I am. I have a proxmox host which is also running DNSmasq for both the local network and Proxmox guests. I've been using the proxmox guests to trail PXE boot using tftp/http and NFS. All has been going well until I tried SystemrescueCD...
  5. S

    Windows - Unidentified network on each reboot

    https://blogs.technet.microsoft.com/networking/2009/02/20/why-is-my-network-detected-as-unknown-by-windows-vista-or-windows-server-2008/ [edit] This may mean different DHCP server, different gateway ip address, different mac address of the router. Alternatively if you are getting different...
  6. S

    How to verify disk move and a sparce LVM question

    According to https://dellboy:8006/pve-docs/chapter-pvesm.html#_lvm_thin_backend it appears that LVM-Thin is the same as sparce, but a sparce filesystem instead More info at http://man7.org/linux/man-pages/man7/lvmthin.7.html and...
  7. S

    How to verify disk move and a sparce LVM question

    Hi, I restored a .tgz from an older version of Proxmox on to local storage. I then moved it to local-LVM but it appears I forgot to tick the 'delete source' option. This made me wonder. I can get an md5sum of the .raw file easilt enough, but please can someone tell me how I go about getting...
  8. S

    Newbie question

    I want to do a clean install of Ubuntu Server 10.04 64bit and then install proxmox on the top of it. a.) can it be done ? b.) is it the same as the debian guide ? c.) would running a debian kernel on an ubuntu release break things ? cheers Simon
  9. S

    Newbie question

    Hi, I have a working Proxmox install on a corei7 based PC, which works brilliantly, thanks ! ....however (you knew that was coming). I've just bought 6x2TB disks that I'd like to RAID, and share via NFS/SAMBA as well as doing DNS, DHCP etc. My thoughts were that I could combine the boxes and...