From owner-freebsd-questions Sat Nov 11 13: 0:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from leahi.aloha.com (leahi.aloha.com [206.127.224.94]) by hub.freebsd.org (Postfix) with ESMTP id 885D337B479 for ; Sat, 11 Nov 2000 13:00:40 -0800 (PST) Received: from mac.com (amp07-84-70-62.pixi.com [209.84.70.62]) by leahi.aloha.com (8.9.3/8.9.3) with ESMTP id LAA14921; Sat, 11 Nov 2000 11:00:23 -1000 (HST) Message-ID: <3A0DB366.862A11B9@mac.com> Date: Sat, 11 Nov 2000 11:00:22 -1000 From: Gary Dunn Reply-To: gdunn@mac.com X-Mailer: Mozilla 4.61 (Macintosh; I; PPC) X-Accept-Language: en,pdf MIME-Version: 1.0 To: sharpmind2@371.net Cc: freebsd-questions@freebsd.org Subject: Re: what's meaning References: <20001111103015.29640.fmail@371.net> Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sharpmind2@371.net wrote: > This a section from freebsd-handbook,but I make no sense of it. > anyone can show me a figure about its action? > > 15.2.1.5.3. Receiving Incoming Calls > When you configure ppp to receive incoming calls on a machine connected to a LAN, you must decide if you wish to forward packets to the LAN. If you do, you should allocate the peer an IP number from your LAN's subnet, and use the command enable proxy in your /etc/ppp/ppp.conf file. You should also confirm that the /etc/rc.conf file contains the following: > > gateway="YES" > By itself, ppp implements a tcp/ip connection between computers. Assume one FreeBSD box at work and another at home. The home box dials the work box and establishes a ppp connection for telnet, ftp, etc. When the home box initiates ppp on the work box the work box assigns it an IP address. If the work box is connected to a LAN, and you want to access resources on the LAN, you should reserve a block of IP address assigned to that LAN for use by ppp. The work box is a gateway in that the home box is not connected directly to the LAN, If you don't tell the work box to be a gateway it won't forward the packetes. Gary Dunn Open Slate Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message