Date: Thu, 2 Aug 2001 15:58:46 -0700 From: Sean Knox <Sknox@CQOS.COM> To: 'Matthew Hagerty' <mhagerty@voyager.net>, bstephens@regionsmortgage.com, freebsd-questions@FreeBSD.ORG Subject: RE: Using FreeBSD server as a router??? Message-ID: <550B4D6FA776D3118D1D00902799170C608988@CQOS1>
next in thread | raw e-mail | index | archive | help
Check out Zebra (www.zebra.org); it's able to route RIP, RIPv2, OSPF, and BGP. Pretty slick program. -Sean -----Original Message----- From: Matthew Hagerty [mailto:mhagerty@voyager.net] Sent: Thursday, August 02, 2001 11:47 AM To: bstephens@regionsmortgage.com; freebsd-questions@FreeBSD.ORG Subject: Re: Using FreeBSD server as a router??? At 12:53 PM 8/2/2001 -0500, bstephens@regionsmortgage.com wrote: >I have been combing the freebsd.org site for the last two days >attempting to find some documentation on how to configure and use a >FreeBSD server as a router. I have found some information on >configuring the server as a bridge as well as a filtering bridge, but >no router info. Does anyone have any leads on some info? There seems >to be a number of such articles/books for doing a similar feet under >Linux, but I can't seem to find any such documentation for FreeBSD. I >have been wondering about using the filtering bridge scheme. It would >provide the segmentation of traffic that I need but does it provide >routing tables, shortest data path info, etc. as a router would? Any >assistance is appreciated. Put 2 NIC cards in the FreeBSD box, configure them, and add this line to the /etc/rc.conf file: gateway_enable="YES" Now you have a router. You only need more of a router if you are doing route determination, i.e. 3 or more other routers are connected to your router. And if you are in that situation I would suspect you would not be posting this question. The routed daemon that does RIP routing, etc. is not needed if you have only 1 uplink (to your ISP.) or your routes are static. Matthew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?550B4D6FA776D3118D1D00902799170C608988>
