On Sun, 30 Jan 2005 01:28:08 +0100 Roberto Nunnari <[EMAIL PROTECTED]> 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 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"