From owner-freebsd-virtualization@FreeBSD.ORG Mon Dec 22 08:54:00 2008 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69FB110656FC for ; Mon, 22 Dec 2008 08:54:00 +0000 (UTC) (envelope-from duerrm@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id EC1888FC14 for ; Mon, 22 Dec 2008 08:53:59 +0000 (UTC) (envelope-from duerrm@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so703579fgb.35 for ; Mon, 22 Dec 2008 00:53:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=oV7I50IEvs6/1m95477EKk7lHHQBnGtRgr6zoe0kwY4=; b=IaH+Uu49tQuMdv9R0IIpn7sreSJcne+XMt/OsWi4ZtOKvprfcigMG3gl9dzeA/iV9r RHBl9pm5KSNN5ySRnCcTwqJloZAeg51TXwugMG3f92zM2+irJQ+/l9e3zf9wxK81zriQ KdwbtybbyF+2cTzpGYQfD3+J2baKMTwj8sMAw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=G0t+GGclSxIIfsMHK3Vpj0HpbNQjtxUcqVpD7iSdt32ler8m7VWaBbfrgZX7yByvt4 W/YVzN3CJ/ydlKs6x4EtF83XR5qWTG2cWGGfVHLYP/sxg/jom3P3TJXUfhPa7/AHL+19 khYKauokGpl9GcrRnelQk7OZPM/6ZDZNnVN80= Received: by 10.86.79.19 with SMTP id c19mr3503849fgb.41.1229936038202; Mon, 22 Dec 2008 00:53:58 -0800 (PST) Received: by 10.86.57.14 with HTTP; Mon, 22 Dec 2008 00:53:58 -0800 (PST) Message-ID: Date: Mon, 22 Dec 2008 09:53:58 +0100 From: "=?ISO-8859-1?Q?michael_d=FCrr?=" To: freebsd-virtualization@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problems starting routing software at virtual nodes X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Dec 2008 08:54:00 -0000 Hallo, I updated my FreeBSD RELEASE 7.0 to RELENG_7_1 and installed the VIMAGE capable kernel and the vimage(8) tool from the provided sources at http://imunes.net/virtnet/vimage_7-20081015.tgz I also installed tk-8.4, quagga and xorp from the ports repos. In order to deploy more complex networking setups I wanted to switch from static routing ripv2. Now my question: Are there certain settings I have to perform in order to get ripd working? So far, I always tried to start the daemon by executing vimage v1 zebra -d vimage v1 ripd -d but both commands immediately return and nothing else happens (no errors, no daemon processes started). In case I call these commands at the host zebra -d rip -d everything works as expected. I'm sorry for this question, but is it necessary to install a special configured version of the quagga routing software to get things working? Thanks a lot and merry Christmas :-) Cheers, Michael