From owner-freebsd-questions Fri Sep 18 11:37:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06915 for freebsd-questions-outgoing; Fri, 18 Sep 1998 11:37:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from silver.teardrop.org (silver.teardrop.org [169.197.56.132]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06907 for ; Fri, 18 Sep 1998 11:37:16 -0700 (PDT) (envelope-from sno@teardrop.org) Received: from localhost (sno@localhost) by silver.teardrop.org (8.x.x/8.x.x) with SMTP id LAA08091 for ; Fri, 18 Sep 1998 11:36:51 -0700 (MST) Date: Fri, 18 Sep 1998 11:36:50 -0700 (MST) From: James Snow To: freebsd-questions@FreeBSD.ORG Subject: pppd + natd Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having some trouble getting NAT going over ppp with pppd and natd. In this instance, the machines inolved look something like this 10.0.0.28 <--> 10.0.0.99/Dialup-IP <--> Dialup Gateway <--> Internet PC pppd + natd ISP & the rest of the world machine The output to the console as given by the -v option of natd is this: In [TCP] 10.0.0.28 -> some.real.net.ip:23 aliased to 10.0.0.28 -> some.real.net.ip:23 Logic dictates, and some stuff I've read confirms, that this is not doing anything. No change was made to the IP headers on the packets involved. It should have read In [TCP] 10.0.0.28 -> some.real.net.ip:23 aliased to 10.0.0.99 -> some.real.net.ip:23 I realize I haven't provided much information but I'm hoping that someone will have seen this before and give me a clue as to where to look. Many thanks, -James Snow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message