From owner-freebsd-hackers Tue Feb 4 23:29:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA09950 for hackers-outgoing; Tue, 4 Feb 1997 23:29:12 -0800 (PST) Received: from lassie.eunet.fi (lassie.eunet.fi [192.26.119.7]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id XAA09933 for ; Tue, 4 Feb 1997 23:29:09 -0800 (PST) Received: from tahko.lpr.carel.fi ([192.46.69.100]) by lassie.eunet.fi with SMTP id AA26859 (5.67a/IDA-1.5 for ); Wed, 5 Feb 1997 09:29:06 +0200 Received: from mercury.ps.carel.fi by tahko.lpr.carel.fi with ESMTP (8.7.5/1.1) id JAA06408; Wed, 5 Feb 1997 09:22:06 +0200 (EET) Received: from sodium.ps.carel.fi (sodium.ps.carel.fi [194.137.216.111]) by mercury.ps.carel.fi (8.8.2/8.8.2) with SMTP id KAA13173; Wed, 5 Feb 1997 10:18:00 +0200 (EET) Received: by sodium.ps.carel.fi with Microsoft Mail id <01BC1348.A65D80D0@sodium.ps.carel.fi>; Wed, 5 Feb 1997 09:40:40 +0200 Message-Id: <01BC1348.A65D80D0@sodium.ps.carel.fi> From: Ari Suutari To: "'Charles Mott'" Cc: Julian Elischer , Eivind Eklund , Brian Somers , "hackers@freebsd.org" Subject: RE: Single socket version of natd Date: Wed, 5 Feb 1997 09:36:52 +0200 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Checking device address for each packet might be too slow. Maybe kill -HUP signal to natd could be used to force a device address lookup again. Anyway, also I think that currently it might be good to have aliasing as a built-in feature of ppp also. Ari S. -----Original Message----- From: Charles Mott [SMTP:cmott@srv.net] Sent: 4. helmikuuta 1997 18:28 To: Brian Somers Cc: Julian Elischer; Eivind Eklund; Brian Somers; Ari Suutari; hackers@freebsd.org Subject: Re: Single socket version of natd The one situation I think is difficult for natd to handle is is when ppp is running in -auto mode, and it reconnects on each dial-in with a different dynamcially assigned address. At the moment, natd can do device address lookup at startup, but to handle the above mentioned case, it would have to do a device address lookup for every packet. Is it possible to do this? I personally like having both ppp -alias as well as natd. Having the software embedded in ppp and enabled with the -alias switch makes life very easy for a great number of less sophisticated users. Charles Mott