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. Scripting the Fortigate VPN Client

    Fri 12 September 2014
    By makefu

    Again there was a need to fix frickelsoftware. In that case i needed a permanent vpn connection via the fortigate vpn client . Problem is, that the tunnel disconnects after some time but the client does not exists and that input cannot simply piped into the executable.

    I wrote an Expect …

    Tagged as : expect fortigate
  3. 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 …
  4. A usable VIM Undo tree

    As some may have heard, vim stores your actions (and undos) as a tree, which is great. With vim 7.3 there is even a option to persist these changes between session. But with vanilla vim this tree is pretty much unusable.

    A friend showed me a great plugin which …

    Tagged as : vim undo
  5. WPS and OpenWRT

    When hearing WPS(Wifi Protected Setup) i always think of the worst idea in network security. 'Hey, how about changing a long key with a minimum length of 8 characters to something like... 4 numbers! And with that number you get the original password! GENIUS' . But WPS consists of more …

    Tagged as : wps openwrt
  6. Introducing ElchOS

    This Blog post is the first of the many blog posts to come around elchOS and its internals.

    ElchOS is a linux distribution with the purpose of providing a simple way to share disk storage and data in a streamlined fashion. The intend is to solve the 'Filesharing on the …

  7. LDAP Hit-and-Run

    Mon 24 February 2014
    By makefu

    I was in the unfortunate situation that i needed to fix an ldap server, specifically fixing a 'login failed' situation. There was only one problem, i had fucking clue how ldap is configured, or even working. Also, i didn't knew any passwords. But i had a user account on the …

    Tagged as : ldap hackery quickstart
  8. Install GIT on RHEL5 without Internet

    Tue 18 February 2014
    By makefu

    I was facing the problem that i desperately needed git on one of the development Redhat 5 systems which had no direct internet connection. As EPEL is an open repository to retrieve all kinds of cool packages also Git is available there. All i needed to do was to find …

    Tagged as : rhel git
  9. Piwik for this blog

    Tue 18 February 2014
    By makefu

    I was looking for a simple analytics tool for this blog. As everyone seems to be using piwik and everyone loves docker for rapid deployment. As i am always short on resources on all my machines i decided to deploy piwik on another of my VMs which is mediengewitter.krebsco …

    Tagged as : piwik docker pelican

Page 2 / 4