From owner-freebsd-questions Sat May 2 08:20:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA06093 for freebsd-questions-outgoing; Sat, 2 May 1998 08:20:11 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns2.cetlink.net (root@ns2.cetlink.net [209.54.54.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA05991 for ; Sat, 2 May 1998 08:20:01 -0700 (PDT) (envelope-from jak@cetlink.net) Received: from EXIT10 (i485-gw.cetlink.net [209.198.15.97]) by ns2.cetlink.net (8.8.5/8.8.5) with SMTP id LAA03694; Sat, 2 May 1998 11:19:58 -0400 (EDT) From: jak@cetlink.net (John Kelly) To: "Harry Patterson" Cc: "freebsd-questions" Subject: Re: PPPD and Proxyarp Date: Sat, 02 May 1998 15:22:08 GMT Message-ID: <354b36ea.99503275@mail.cetlink.net> References: <01bd75d0$380c00c0$2b71ecd0@hp> In-Reply-To: <01bd75d0$380c00c0$2b71ecd0@hp> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id IAA06014 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 2 May 1998 09:42:58 -0400, "Harry Patterson" wrote: >I know the 192.168 is reserved for Intranet's only, that's why I am using >them on the ethernet and trying to use PPPD to obtain the Internet >addresses. PPPD man pages say you can do it this way and the handbook >provides almost this exact example using PPP. My understanding is that >proxyarp is supposed to provide this "aliasing" so that the local net can >use the PPPD connection. NO! That is not the purpose of proxyarp! You must use NATD to do what you're trying to do. >I had it working once using PPP by playing with manual settings which >I thought I documented well, but now can't reproduce >:-( And never will. >I haven't yet gotten PPPD to work with the proxyarp. You're barking up the wrong tree trying to do network address translation (NAT) by using proxyarp. I use proxyarp to make some of my downstream modem clients look like they're on my local ethernet, so they can use static IP addresses which belong to my ethernet network number. That's one purpose of proxyarp, but it has nothing to do with network address translation where 192.168.x.x hosts are allowed to talk on the Internet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message