From owner-freebsd-questions@FreeBSD.ORG Mon Jan 30 19:40:59 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 31AAF106564A for ; Mon, 30 Jan 2012 19:40:59 +0000 (UTC) (envelope-from kayasaman@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id AF63B8FC0A for ; Mon, 30 Jan 2012 19:40:58 +0000 (UTC) Received: by wgbdr11 with SMTP id dr11so4877242wgb.31 for ; Mon, 30 Jan 2012 11:40:57 -0800 (PST) Received-SPF: pass (google.com: domain of kayasaman@gmail.com designates 10.180.84.201 as permitted sender) client-ip=10.180.84.201; Authentication-Results: mr.google.com; spf=pass (google.com: domain of kayasaman@gmail.com designates 10.180.84.201 as permitted sender) smtp.mail=kayasaman@gmail.com; dkim=pass header.i=kayasaman@gmail.com Received: from mr.google.com ([10.180.84.201]) by 10.180.84.201 with SMTP id b9mr35800859wiz.4.1327952457721 (num_hops = 1); Mon, 30 Jan 2012 11:40:57 -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=gBmjHmtuRn7EQOaRYkCWy5Qzlb1npK15VojtiNr5otc=; b=ZebHh4wk//SVO8mHa1ksPkLGaVcubWL3JKfcFbN/b9b1R5y5InLVnfUaKn6TTppgAD 6mGQmyqGWNfckFWtkgoMqAtFXTK4FINkK/43tC/6ao2Zzvd+Bh86MBpt0Mp/USC6PwOd aw1bxeDMXe1AObJWU/pwHD8MQ42Qyd346sB0o= Received: by 10.180.84.201 with SMTP id b9mr29803593wiz.4.1327952457632; Mon, 30 Jan 2012 11:40:57 -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 q7sm32437950wix.5.2012.01.30.11.40.55 (version=SSLv3 cipher=OTHER); Mon, 30 Jan 2012 11:40:56 -0800 (PST) Message-ID: <4F26F246.7050905@gmail.com> Date: Mon, 30 Jan 2012 19:40:54 +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> <86r4yhhuo9.fsf@srvbsdfenssv.interne.associated-bears.org> In-Reply-To: <86r4yhhuo9.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:40:59 -0000 On 01/30/2012 07:11 PM, Eric Masson wrote: > Eric Masson writes: > > Sorry, Followup to myself. > >> I'd try routed_enable = "YES" instead. > router_enable = "YES" as Michael stated in another post. > > Regards > > Éric Masson > The generic syntax of rc.conf is like so (using mine as example): zfs_enable="YES" nfs_server_flags="-a -t -n 4" nfs_server_enable="YES" rpc_statd_enable="YES" rpc_lockd_enable="YES" rpcbind_enable="YES" mountd_enable="YES" mountd_flags="-r" munin_node_enable="NO" zabbix_server_enable="NO" zabbix_agentd_enable="NO" icecast_enable="NO" darkice_enable="NO" fail2ban_enable="YES" implying: routerd_enable="YES" :-) :-) :-) Best regards, Kaya