Hi!
I try to use table option but not work.
First, i use Freebsd 5.4 release.
In short i have:
cmd="ipfw -q"

$cmd table 1 add 192.168.0.0/24
$cmd table 1 add 192.168.2.0/24
$cmd table 1 add 192.168.3.0/24
$cmd table 1 add 192.168.4.0/24

$cmd add 700 count ip from table(1) to any via $lif

When i run the script i receive an error about syntax error "ipfw.sh: 78: 
Syntax error: "(" unexpected".
I dont understand where is error?
Need some compiler options to work with this option?
If i give:
#ipfw table 1 list
i have list of entries in this table without any error.


_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to