From owner-freebsd-questions@FreeBSD.ORG Fri Dec 12 01:45:09 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 694F116A4CE for ; Fri, 12 Dec 2003 01:45:09 -0800 (PST) Received: from mail-aubervilliers.netaktiv.com (soyouz.netaktiv.com [80.67.170.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90BF143D31 for ; Fri, 12 Dec 2003 01:45:06 -0800 (PST) (envelope-from stephane@laperouse.internatif.org) Received: by mail-aubervilliers.netaktiv.com (Postfix, from userid 10) id 7E6CF240E8; Fri, 12 Dec 2003 10:45:06 +0100 (CET) Received: by fetiche.sources.org (Postfix, from userid 1001) id E54A29AD0; Thu, 11 Dec 2003 19:29:12 +0430 (AFT) Date: Thu, 11 Dec 2003 19:29:12 +0430 From: Stephane Bortzmeyer To: Andre Grove Message-ID: <20031211145912.GC582@fetiche.sources.org> References: <3FD81C1A.7050508@ananzi.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FD81C1A.7050508@ananzi.co.za> User-Agent: Mutt/1.4.1i X-Transport: UUCP rules X-Operating-System: FreeBSD 5.1-RELEASE i386 cc: freebsd-questions@freebsd.org Subject: Re: Leased line server configuration via analogue modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2003 09:45:09 -0000 On Thu, Dec 11, 2003 at 09:26:18AM +0200, Andre Grove wrote a message of 47 lines which said: > How do would I go about configuring FreeBSD 5.1 to be a leased line > server? Basically a mail server and gateway. > I can get a null modem to connect and obtain an IP address. PPP, I presume, judging from your rc.conf? With PPP, most of the configuration could be done automatically. You probably do not even need to set the IP address or the netmask. > only able to access the machine from outside if there is a > "default_router" for my network. If you use pppd (there are two PPP in FreeBSD), do not forget the defaultroute option. It should be the default but there is may be a nodefaultroute lying somewhere.