One of the Debian packages I maintain was just uploaded to Unstable (going into Squeeze). As this upload closed a Launchpad bug, and I appear as the maintainer of gip in Ubuntu too [1], I had alert the Ubuntu folks in order for them to synchronize the latest package.
The procedure is well described in the Ubuntu wiki [2]. But I thought I would paste a summary and the output of the different commands.
Continue reading “requestsync: package sync requests from Debian to Ubuntu”
I wanted to setup some VMs using kvm (i had the same problem using xen). The solution a chose to connect my VMs to the internet was to do it through bridging.
My only problem is that my eth0 (main and only ethernet card is connected straight to the Internet. So bridging loses its meaning because I could not choose new IP addresses for my virtual boxes.
The solution: creating a dummy network interface!
With this scenario, i’ll have all my dumUs bridged to the dummy interface (dummy0) and the bridge (br0) NATed through eth0. I hope I’m clear enough. : )
Here is how my /etc/network/interfaces file looks like:
Continue reading “kvm/qemu bridging with dummy network card”