ipfw not working any more after upgrade to 5.3
sonoro
sonoro at sonoro.it
Thu Mar 3 01:45:13 PST 2005
On Sun, 30 Jan 2005 01:28:08 +0100
Roberto Nunnari <roberto.nunnari at 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
More information about the freebsd-questions
mailing list