From owner-freebsd-newbies Wed Aug 15 11:55:59 2001 Delivered-To: freebsd-newbies@freebsd.org Received: from shell18.ba.best.com (shell18.ba.best.com [206.184.139.150]) by hub.freebsd.org (Postfix) with ESMTP id 3763937B409 for ; Wed, 15 Aug 2001 11:55:56 -0700 (PDT) (envelope-from phinger@shell18.ba.best.com) Received: from localhost (phinger@localhost) by shell18.ba.best.com (8.9.3/8.9.2/best.sh) with ESMTP id LAA15066 for ; Wed, 15 Aug 2001 11:55:55 -0700 (PDT) Date: Wed, 15 Aug 2001 11:55:54 -0700 (PDT) From: Adam LaBarge To: freebsd-newbies@FreeBSD.ORG Subject: ipfw packet fwd Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi again. Thanks for the help, I would really like to just do the ipfw rules for fwding the port 25 to an internal machine. I can not manage to get the rule right though. this is what i could best come up with. but it throws a syntax error. any one with any ideas, that get it working, i will mail you a six pack of your more fav beer. thanks This is what I have tried ipfw add 150 divert all from XXX.XXX.XXX:25 to 10.0.0.26:25 --errors out ipfw divert 150 all from XXX.XXX.XXX:25 to 10.0.0.26:25 --errors out ipfw add 150 divert all from XXX.XXX.XXX 25 to 10.0.0.26 25 --errors out how is this rule writen? thanks -adam How many times have you committed suicide? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message