Question for Dummynet

2012-01-06 Thread budsz
Halo, I used this rulesset over 2 years, something my ruleset like this: bwcldown="320Kbit/s" bwclup="48Kbit/s" ifint0="rl0" # Interface direct to LAN switch ${fwcmd} add 52 pipe 2 ip from not "table(2)" to "table(6)" via ${ifint0} ${fwcmd} add 53 pipe 3 ip from "table(6)" to not "table(2)" via

Re: kern/163873: [ipfw] ipfw fwd does not work with 'via interface' in rule body

2012-01-06 Thread linimon
Old Synopsis: ipfw fwd does not work with 'via interface' in rule body New Synopsis: [ipfw] ipfw fwd does not work with 'via interface' in rule body Responsible-Changed-From-To: freebsd-bugs->freebsd-ipfw Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jan 6 21:18:47 UTC 2012 Respons

Re: kern/163873: ipfw fwd does not work with 'via interface' in rule body

2012-01-06 Thread Коньков Евгений
The following reply was made to PR kern/163873; it has been noted by GNATS. From: =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= To: Greg Radzykewycz Cc: freebsd-gnats-sub...@freebsd.org Subject: Re: kern/163873: ipfw fwd does not work with 'via interface' in rule body Date: Fri, 6 Jan 2012 23:25:27 +

IPFW transparent VS dummynet rules

2012-01-06 Thread budsz
Hi folks, I already found the mistake of my ruleset sequence on my box, for ex: ${fwcmd} add 30 fwd ${ipproxy},${portproxy} tcp from ${ipclproxy} to any dst-port ${porthttp} in via ${ifint0} ${fwcmd} add 52 pipe 2 ip from any to ${ipclient} via ${ifint0} ${fwcmd} add 53 pipe 3 ip from ${ipclient