From owner-freebsd-questions@FreeBSD.ORG Fri Mar 12 08:50:04 2004 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 00C0D16A4CE for ; Fri, 12 Mar 2004 08:50:04 -0800 (PST) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 550F343D39 for ; Fri, 12 Mar 2004 08:50:03 -0800 (PST) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i2CGpf1J087106; Fri, 12 Mar 2004 16:51:52 GMT (envelope-from peter@circlesquared.com) Message-ID: <4051EA9D.5070205@circlesquared.com> Date: Fri, 12 Mar 2004 16:51:41 +0000 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20031102 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mohsin Rahman References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Questions Subject: Re: NAT & PPPoE (detailed email) 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 Mar 2004 16:50:04 -0000 Mohsin Rahman wrote: > > > >My PPPoE works OK... I do get an IP and can get to internet from this >machine. The problem is I can get to the internet from this >machine ONLY, none my other machines can get to internet. How do I go >about fixing this? > Reading further in man natd, I see: 3. If you use the -interface option, make sure that your interface is already configured. If, for example, you wish to specify `tun0' as your interface, and you are using ppp(8) on that interface, you must make sure that you start ppp prior to starting natd. So it does look like you should specify tun0 as the natd interface, and the startup order is obviously important. PWR.