Date: Thu, 30 Aug 2001 20:31:16 -0400 From: "David Hill" <david@phobia.ms> To: <current@freebsd.org> Subject: ipfw syntax - should this error? Message-ID: <000901c131b4$3fbe6080$0201a8c0@hill.hom>
next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000901c131b4$3fbe6080$0201a8c0>