The following ipfw commands produce an error.

Could we make this work:
ipfw add allow udp from any to any lowport,higherport1-higherport2
Instead of
ipfw add allow udp from any to any highport1-highport2,lowpot

Could we make this work:
    ipfw add allow udp from any to any range1-range2, range3-range4
Instead of having to do
    ipfw add allow udp from any to any range1-range2
    ipfw add allow udp from any to any range3-range4

fog# uname -a
FreeBSD fog.hill.hom 4.4-RC FreeBSD 4.4-RC #0: Thu Aug 30 15:02:13 EDT 2001
david@fog:/usr/src/sys/compile/FOG  i386

Thanks
David


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to