From owner-freebsd-questions@FreeBSD.ORG Mon Jan 30 19:13:41 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C407106564A for ; Mon, 30 Jan 2012 19:13:41 +0000 (UTC) (envelope-from kayasaman@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8C01F8FC16 for ; Mon, 30 Jan 2012 19:13:40 +0000 (UTC) Received: by werm13 with SMTP id m13so3049679wer.13 for ; Mon, 30 Jan 2012 11:13:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=xAtRYuAA42KyBsmS5m9RN9CEB25hsWOVp9EDEqGtWlU=; b=AJgA9B3Y6QijuVY1S91tqXF8Js6JYCK4Fij+frNyzZhdfOU5Hto4U56SzSdPCwK/8S n1i7PTIqYMsHqY/iacMIp4E+cTzqTCDmbi+HrlkY77MT3ICiifOSftkMxkhFXJMcfpEJ xyWvn/v6OzPjugKEV+Fc9e1dzRCZvd/AGdtjQ= Received: by 10.180.76.235 with SMTP id n11mr30270960wiw.11.1327950819348; Mon, 30 Jan 2012 11:13:39 -0800 (PST) Received: from X220.optiplex-networks.com (81-178-2-118.dsl.pipex.com. [81.178.2.118]) by mx.google.com with ESMTPS id cb8sm32305060wib.0.2012.01.30.11.13.34 (version=SSLv3 cipher=OTHER); Mon, 30 Jan 2012 11:13:35 -0800 (PST) Message-ID: <4F26EBDD.4080507@gmail.com> Date: Mon, 30 Jan 2012 19:13:33 +0000 From: Kaya Saman User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: Eric Masson References: <4F26E26D.10805@gmail.com> <86vcnthvj6.fsf@srvbsdfenssv.interne.associated-bears.org> In-Reply-To: <86vcnthvj6.fsf@srvbsdfenssv.interne.associated-bears.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: RIP routing protocol implementation is FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2012 19:13:41 -0000 On 01/30/2012 06:53 PM, Eric Masson wrote: > Kaya Saman writes: > > Hi, > >> does anyone know if there's an implementation of the RIP version 2 >> routing protocol in FreeBSD??? > man 8 routed > >> I did check out the handbook for the enable_routerd="YES" > I'd try routed_enable = "YES" instead. > > Regards > > Éric Masson > Syntax blooper..... It's sometimes hard to remember 'EVERYTHING' but once I see the /etc/rc.conf file I will know what is needed and how it's used :-) Thanks for the correction though. Regards, Kaya