From owner-freebsd-questions@freebsd.org Thu Jul 11 05:07:41 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2EAB15EC5B0 for ; Thu, 11 Jul 2019 05:07:41 +0000 (UTC) (envelope-from merlyn@geeks.org) Received: from mail.geeks.org (mail.geeks.org [IPv6:2001:4980:3333:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DD048C223 for ; Thu, 11 Jul 2019 05:07:41 +0000 (UTC) (envelope-from merlyn@geeks.org) Received: from mail.geeks.org (localhost [127.0.0.1]) by after-clamsmtpd.geeks.org (Postfix) with ESMTP id 9403E11021F for ; Thu, 11 Jul 2019 00:07:39 -0500 (CDT) Received: by mail.geeks.org (Postfix, from userid 1003) id 761C011021C; Thu, 11 Jul 2019 00:07:39 -0500 (CDT) Date: Thu, 11 Jul 2019 00:07:39 -0500 From: Doug McIntyre To: freebsd-questions@freebsd.org Subject: Re: Configuring as Router Message-ID: <20190711050739.GA5198@geeks.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jul 2019 05:07:41 -0000 On Thu, Jul 11, 2019 at 10:13:58AM +0530, Vishwas Sabbani wrote: > I am using FreeBSD 12.0 release. I want to configure it as a router. I've > been trying it and searched in various sites but nothing works for me. It > will be really helpful if you explain me the overall process. Waiting for > your reply. This handbook article should cover it. https://www.freebsd.org/doc/handbook/network-routing.html You may want to use NAT in conjunction with routing (since it is thought of in the same in many people's minds), which is covered here https://www.freebsd.org/doc/en/books/handbook/firewalls-ipfw.html If you are looking for dynamic routing protocols, I'd suggest using the port net/bird for OSPF, BGP, etc.