1. Filter Local Network-Access for Libvirt Guest

    Thu 04 December 2014
    By makefu

    My google-fu was not strong enough to find a walkthrough of how to filter the local network for a libvirt guest instance which is using a nat-ed interface while keeping the access to the internet working.

    Here is what i came up with:

    Define nwfilter rule

    My local network is …

    Tagged as : libvirt netfilter
  2. Arch+libvirt+bridges+ufw

    I never thought getting bridged network for libvirt clients to work under archlinux. Here is the digest.

    Adding Bridge Network with netctl

    eth0 needs to be up in order to get the bridge working

    /etc/netctl/bridge

    Description='bridge'
    Interface=br0
    Connection=bridge
    BindsToInterface=(eth0)
    IP=static # or dhcp
    Address …

Page 1 / 1