Category: kvm

  • IPv6 Multicast support on libvirt guests using macvtap

    # # Debian / libvirt # # By default, qemu guests network interfaces are created with the # trustGuestRxFilters attribute set to no. This setting blocks # neighbor solicitation and other ipv6 multicast traffic. To enable # neighbor solicitations, modify your interface definition in your # guest definition XML. # For example if you have…

  • Converting a windows install to a libvirt VM

    Reduce the size of your c: partition to the smallest it can be and then turn off windows with the understanding that you will never boot this system on the iron ever again. Boot into a netinst installer image (no GUI). hold alt and press left arrow a few times until you get to a…

  • First taste of Debian 12

    As some of you may know, the Debian project released v12, bookworm to stable on the 10th of this month. I haven’t had a reason to try it yet, but I’m downloading it now. My first thought is that it’s much larger than I expected. The normal sized version used to fit on a CD-ROM…

  • Instructions for installing Proxmox onto the Qotom device

    These instructions are for qotom devices Q515P and Q1075GE. You can order one from Amazon or directly from Cherry Ni <export03@qotom.com>. Instructions are for those coming from Windows. Prerequisites: A USB keyboard and mouse A powered HDMI monitor and an HDMI cable A copy of the Proxmox VE Installer ISO A USB disk from which…

  • IPv6 with CenturyLink Fiber

    In case you want to know how to configure IPv6 using CenturyLink’s 6rd tunneling service. There are four files to update with my script: /etc/radvd.conf.header /etc/default/centurylink-6rd /etc/ppp/ip-up.d/centurylink-6rd /etc/ppp/ip-down.d/centurylink-6rd There are a couple of environment variables in /etc/default/centurylink-6rd that you will want to set. Mine looks like this: LAN_IFACE=”ens18,ens21,ens22″ HEADER_FILE=/etc/radvd.conf.header The script will configure radvd to…

  • OpenDaylight Symposium 2016

    I’ll write this later.  Keywords and notes inline Cloud 5G AT&T Ericsson SDN FD.io Cisco Intel Linux Debian Ubuntu Open Source Hydrogen Helium Lithium OSI stack Usability Developers and users working together. Fast Dev/Test cycles Sessions start at 10:30 Message bus Minimal install needs to be smaller Most functionalities must be implemented in modules Upgrade…

  • virt manager cannot find suitable emulator for x86 64

    Looks like I was missing qemu-kvm. $ sudo apt-get install qemu-kvm qemu-system

  • Some work on a VyOS image with Let’s Encrypt certs

    I put some packages together this weekend. It’s been a while since I’ve debuilt anything officially. libffi-platypus-perl libalien-base-perl libalien-ffi-perl libffi-checklib-perl libshell-config-generate-perl libshell-guess-perl The plan is to build a binding to the libgnutls.so.30 API. The certtool CSR (REQ) generation interface does not allow me to create a CRL with “not critical” attributes set on purposes. Maybe…

  • Back on the island.

    I spent a couple of weeks straight in the city. This is the first time I’ve done this since I’ve started working with Scott and the crew at RP. It was an overwhelming period of my life. Lots of social dynamics were fluid in a way that they have not been before. I had recently…

  • A harowing upgrade

    I just dist-upgraded the blog server to jessie. A couple of errors from code with checks for which modules are enabled from .htaccess (deprecated and now obsolete behavior). Nothing all that rocky. Go team Debian!