Archive

Archive for the ‘Uncategorized’ Category

Setting up virtual servers

April 30th, 2013 No comments

Setting up virtual Servers can be very time consuming when done interactively.

I’m using virt-install and Debian Preseed for this:


virt-install --name example --ram 512 --file=/opt/vms/example.img --file-size 10 --location=http://ftp.de.debian.org/debian/dists/squeeze/main/installer-i386 --extra-args="netcfg/get_ipaddress=192.0.2.10 netcfg/get_netmask=255.255.255.0 netcfg/get_gateway=192.0.2.1 netcfg/get_nameservers=192.0.2.1 netcfg/disable_dhcp=true auto=true interface=eth0 hostname=example domain=quux.de url=http://example.com/preseed.cfg" --vnc

I just have to integrate puppet more closely into this setup and setting up a new VM takes just a couple of minutes.

Categories: Uncategorized

Copyright math

March 25th, 2012 No comments

Categories: Uncategorized

Windows XP and IPv6 DHCP

May 31st, 2011 No comments

XP does not support IPv6 DHCP by default, but there is a Version of Dibbler for Windows which seems do be working fine.

Categories: ipv6, networking, Uncategorized

And another two

May 11th, 2010 No comments

In May 2010 31/8 and 176/8 where assigned to RIPE NCC. This makes 8 /8 networks this year. Only 18 /8 networks are left.

Categories: Uncategorized

Test your IPv6 connectivity

April 27th, 2010 No comments

Check out how ready you are for IPv6: http://test-ipv6.com/.

Categories: Uncategorized

NAT is evil

April 14th, 2010 No comments

You finally realize that NAT is evil when tcpdump shows you that the TCP-Syn packets (without ACK) are coming from the destination rather than the source.

Categories: Uncategorized