From owner-freebsd-questions Wed Jul 24 4:19:55 2002 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 E5F6137B400 for ; Wed, 24 Jul 2002 04:19:52 -0700 (PDT) Received: from smtp.mailbox.net.uk (smtp.mailbox.co.uk [195.82.125.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id F415543E31 for ; Wed, 24 Jul 2002 04:19:51 -0700 (PDT) (envelope-from m.hill@stjamessengirls.org.uk) Received: from [212.18.235.141] (helo=sjmobile) by smtp.mailbox.net.uk with smtp (Exim 3.36 #1) id 17XKBK-0003o2-00; Wed, 24 Jul 2002 12:19:50 +0100 Message-ID: <000601c23305$2320cb40$0a00000a@stjames.net> From: "Martyn Hill" To: Cc: "FreeBSD-questions" References: <200207231612.15031.dnu@info.com.ph> Subject: Re: config Date: Wed, 24 Jul 2002 12:27:46 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David Thank you very much - makes sense really. I did wonder how the ADSL username and password were dealt with, but it seems that the router itself stores these as part of its configuration. Now to try it! Martyn. ----- Original Message ----- From: "dnu" To: "Martyn Hill" Sent: Tuesday, July 23, 2002 9:12 AM Subject: config Hello, Ooops! Forgot to mention the configuration stuff. Of course, first disable ppp in rc.conf and add the following lines: defaultrouter="x.x.x.x" # your isp's router IP ifconfig_fxp1="inet x.x.x.x netmask y.y.y.y" # your NIC IP & mask Well, the NAT stuff, you already know: natd_enable="YES" # to enable sharing natd_interface="fxp1" # obviously :) natd_flags="(your flags)" # man natd for info and reboot. David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message