Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Dec 2000 10:08:17 -0700
From:      "Carlos Andrade" <carlos@rjstech.com>
To:        <freebsd-ipfw@FreeBSD.ORG>
Subject:   well now that I am a little better at this
Message-ID:  <000101c06139$75bb1940$fadef9ce@copyco.com>

next in thread | raw e-mail | index | archive | help
I have a question :
case ${natd_enable} in
[Yy][Ee][Ss])
	if [ -n "${natd_interface}" ]; then
	      ${fwcmd} add 50 divert natd all from any to any via ${natd_interface}
	fi
	;;
esac

is in my rc.firewall

but when I reload them $bash /etc/rc.firewall &

I get the following :
ip_fw_ctl: invalid command
? ???  checking the ipfw man page divert is not a valid command, but its in
the default rc.firewall.

what gives?
----
Carlos A. Andrade
IS Manager
RJS Technologies
915.845.5228 ext 13  915.845.2119 fax
carlos@rjstech.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ipfw" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000101c06139$75bb1940$fadef9ce>