On 2014/06/26 00:46, [email protected] wrote: > Hi,I'm a newbie of OpenBSD systems and I have the following problem: > > I'm interested in working with my openBSD 5.5 virtual machine (under > virtualbox) as a router but, when I use quagga (installed with the pkg_add > command), its routing deamons > (ripd and ospfd) don't work.
A couple of questions. - Are you trying to run as a multicast router (i.e. route multicast traffic; dvmrpd etc)? Or just run protocols e.g. OSPF that use multicast? - Ignoring anything about particular ways to do it / software to use / etc, what are you *actually* trying to do? The quagga and bird ports only get lightly tested (and usually just for bgp), the native routing daemons get a lot more testing (there are some bugs but they do work in many situations). Thanks for the dmesg; for something about routing, it's probably best to include "ifconfig -A", "netstat -rn", and information about PF configuration too. > bios0: vendor innotek GmbH version "VirtualBox" date 12/01/2006 generally VirtualBox is about the worst option for a VM host to run OpenBSD in, though I don't think that is relevant to this particular problem..
