From owner-freebsd-hackers Mon Dec 9 23:36:45 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA25189 for hackers-outgoing; Mon, 9 Dec 1996 23:36:45 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id XAA25183 for ; Mon, 9 Dec 1996 23:36:43 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.4/8.6.9) with ESMTP id XAA22924; Mon, 9 Dec 1996 23:36:40 -0800 (PST) To: Martin Renters cc: freebsd-hackers@freebsd.org Subject: Re: PPP with network address translation In-reply-to: Your message of "Mon, 09 Dec 1996 23:09:56 EST." <199612100409.XAA29044@tdc.on.ca> Date: Mon, 09 Dec 1996 23:36:40 -0800 Message-ID: <22920.850203400@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Argh. I already did all this. ;-( I just have a command-line switch called '-alias' for enabling it in the variant I did. One man's NAT is another man's IP aliasing. ;-) The only reason I haven't committed it yet is that I'm trying to improve ppp.8 to the point where it actually *describes* the feature to someone who doesn't necessarily understand what NAT is all about. You, erm, wouldn't have already attacked the documentation in your version, would you? ;-) Perhaps we can/should compare notes. Jordan > I've merged Charles Mott's PPP with packet aliasing code into the > -current PPP code and added a 'set nat on' command so that it can > be turned on or off. The default is off which keeps the existing PPP > behaviour. > > If no one is violently opposed to this feature, I'll commit it later > this week. It certainly seems useful. > > Martin