Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Mar 2005 10:44:22 +0100
From:      sonoro <sonoro@sonoro.it>
To:        Roberto Nunnari <roberto.nunnari@supsi.ch>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: ipfw not working any more after upgrade to 5.3
Message-ID:  <20050303094512.0F4B243D5C@mx1.FreeBSD.org>
In-Reply-To: <41FC2A18.80306@supsi.ch>
References:  <41FC2A18.80306@supsi.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 30 Jan 2005 01:28:08 +0100
Roberto Nunnari <roberto.nunnari@supsi.ch> wrote:

> I just upgraded my FreeBSD box to 5.3-RELEASE-p5
> from 5.2.1-RELEASE-p9 and now I can no longer use
> ipfw to fwd from one port to another:
> 
> # ipfw add fwd 192.168.1.5,8180 tcp from any to 192.168.1.5 80
> ipfw: getsockopt(IP_FW_ADD): Invalid argument
> 
> What's wrong?

try this:
# ipfw add fwd 192.168.1.5 8180 tcp from any to 192.168.1.5 80
imho the problem is ","....

let me know if this is the error.
Bye



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050303094512.0F4B243D5C>