From owner-freebsd-questions@FreeBSD.ORG Mon Jan 30 19:12:21 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 54BCC1065740 for ; Mon, 30 Jan 2012 19:12:21 +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 DBC558FC1B for ; Mon, 30 Jan 2012 19:12:20 +0000 (UTC) Received: by wgbdr11 with SMTP id dr11so4843737wgb.31 for ; Mon, 30 Jan 2012 11:12:19 -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=7FPQSKN6qLuQ9tb8/150kpOJA6l6kwnssiJntZ2XQWQ=; b=haHZj2zC0GowZXj3JC1z6++uJtLRCin2Yaguu9OZ/PT7uo4kN9DEoYq1D0mu/qRYHj tOx+m9G5mj/Ykgza/gPa8Ihhh1IxT0VBE4Rr/tfe6Y+KFlaDlXfSM4NwQWVcrq7KtDwm y97+KBs95JjPzYdGQROapUHHGfDTIYuhkBeUw= Received: by 10.180.86.105 with SMTP id o9mr29670154wiz.4.1327950739716; Mon, 30 Jan 2012 11:12:19 -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 q7sm32269035wix.5.2012.01.30.11.12.16 (version=SSLv3 cipher=OTHER); Mon, 30 Jan 2012 11:12:17 -0800 (PST) Message-ID: <4F26EB90.2080008@gmail.com> Date: Mon, 30 Jan 2012 19:12:16 +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: Michael Sierchio References: <4F26E26D.10805@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:12:21 -0000 On 01/30/2012 06:47 PM, Michael Sierchio wrote: > On Mon, Jan 30, 2012 at 10:33 AM, Kaya Saman wrote: >> Hi there, >> >> does anyone know if there's an implementation of the RIP version 2 routing >> protocol in FreeBSD??? > man routed > > The routed utility is a daemon invoked at boot time to manage the network > routing tables. It uses Routing Information Protocol, RIPv1 (RFC 1058), > RIPv2 (RFC 1723), and Internet Router Discovery Protocol (RFC 1256) to > maintain the kernel routing table. > > router_enable="YES" in /etc/rc.conf > > this has nothing to do with NAT, btw. Thanks for the response..... sorry I think I wasn't getting my point through clearly enough. Am Cisco Engineer so know the difference between NAT, PAT, Static routing and dynamic routing ;-) Yep I read about it in the handbook and yes I have used it before but not for dynamic routing. The NAT'ing is what I did previously and was just mentioning what I 'had' used before..... which was everything but dynamic routing on FreeBSD 8.0 :-) P.s. sorry if what I'm trying to say isn't getting out clearly enough :-) Regards, Kaya