As I heard a lot about NetBSD lately, especially with NetBSD5.0 being released, I thought I would give it a try.
I admit, I had a preconceived idea of what I was going to face. I thought I would have to go a couple of time through the installer, try to understand how to use the partitioner, etc. But I was wrong. Ten minutes after booting up the iso image, my first NetBSD was up and running!
Even though all this documentation is available in the NetBSD guide, here are all the steps I went through to install my machine.
My installation was done using kvm-84 on a debian (testing) machine.
Continue reading “My first shot of NetBSD (5.0)”
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”