From owner-freebsd-questions@FreeBSD.ORG Wed Oct 18 19:12:19 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD7A716A47C for ; Wed, 18 Oct 2006 19:12:19 +0000 (UTC) (envelope-from nathan@envieweb.net) Received: from envieweb.net (d221-69-17.commercial.cgocable.net [216.221.69.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E5C043D81 for ; Wed, 18 Oct 2006 19:12:17 +0000 (GMT) (envelope-from nathan@envieweb.net) Received: from mail.envieweb.net (localhost [127.0.0.1]) by envieweb.net (8.13.6/8.13.6) with ESMTP id k9IJAC42001313 for ; Wed, 18 Oct 2006 15:10:13 -0400 (EDT) (envelope-from nathan@envieweb.net) From: "Nathan Vidican" To: questions@freebsd.org Date: Wed, 18 Oct 2006 15:10:12 -0400 Message-Id: <20061018190858.M40495@envieweb.net> In-Reply-To: <20061018175632.M55921@envieweb.net> References: <20061018175632.M55921@envieweb.net> X-Mailer: Open WebMail 2.20ip1 20031103 X-OriginatingIP: 216.8.159.129 (ips/nvidican) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Spam-Score: -1.36 () ALL_TRUSTED MSG NOT MARKED AS SPAM X-Scanned-By: MIMEDefang 2.56 on 216.221.69.17 Cc: Subject: Re: ipfilter / ipnat & /usr/sbin/ppp ? (answered) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Oct 2006 19:12:20 -0000 Answer found, NAT implemented using libalias library: man 3 libalias -- Nathan Vidican nathan@envieweb.net On Wed, 18 Oct 2006 13:59:29 -0400, Nathan Vidican wrote > using: > > ppp -ddial -nat > > How does the "-nat" flag implement nat for PPPoE ? Using ipfw/natd, > ipnat/ipfilter, and is it hard-coded or can it be optionally changed? > > Can I use rules created for/through ipfilter/ipnat, or should I > simply disable NAT translation on the ppp interface and enable it > through ipnat on it's own? > > -- > Nathan Vidican > nathan@envieweb.net > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- unsubscribe@freebsd.org"