Re: Traffic not going through dummynet

2015-07-31 Thread Ian Smith
On Fri, 31 Jul 2015 09:43:25 -0700, Michael Sierchio wrote: > On Jul 31, 2015 3:23 AM, "Ian Smith" wrote: > > > > > firewall_enable=YES > > firewall_type=OPEN # permit all, regardless of default_to_accept > > dummynet_anable=YES > > > > which would at least load those modules in the

Re: Traffic not going through dummynet

2015-07-31 Thread Michael Sierchio
On Jul 31, 2015 3:23 AM, "Ian Smith" wrote: > > firewall_enable=YES > firewall_type=OPEN # permit all, regardless of default_to_accept > dummynet_anable=YES > > which would at least load those modules in the right order, The order of variables in /etc/rc.conf is irrelevant, except that a la

Re: Traffic not going through dummynet

2015-07-31 Thread Ian Smith
On Thu, 30 Jul 2015 11:25:51 -0700, hiren panchasara wrote: > (For various reason's I didn't get/see Ian's message. Trying to do the > right thing by setting "In-Reply-To".) No problem, thanks. > On 07/27/15 at 01:07P, Ian Smith wrote: > > On Sun, 19 Jul 2015 21:05:53 -0700, hiren panchasara

Re: Traffic not going through dummynet

2015-07-30 Thread hiren panchasara
(For various reason's I didn't get/see Ian's message. Trying to do the right thing by setting "In-Reply-To".) On 07/27/15 at 01:07P, Ian Smith wrote: > On Sun, 19 Jul 2015 21:05:53 -0700, hiren panchasara wrote: > > Bah. > > > > So I removed ipfw and dummynet from kernconf and loaded them manu

Re: Traffic not going through dummynet

2015-07-26 Thread Ian Smith
On Sun, 19 Jul 2015 21:05:53 -0700, hiren panchasara wrote: > Bah. > > So I removed ipfw and dummynet from kernconf and loaded them manually > after machine came up and it worked as expected. In your previous post, you'd said you were using 11-current, and: > And GENERIC has: > options

Re: Traffic not going through dummynet

2015-07-19 Thread hiren panchasara
Bah. So I removed ipfw and dummynet from kernconf and loaded them manually after machine came up and it worked as expected. Looks like some ordering issue between ipfw and dummynet. Fwiw, for working setup, kldstat shows: 132 0x81e21000 21490ipfw.ko 141 0x81e43000 d0f

Re: Traffic not going through dummynet

2015-07-18 Thread hiren panchasara
On 07/18/15 at 12:40P, hiren panchasara wrote: > This is driving me nuts. I've had an ipfw/dummynet working config on > separate setup and the same thing doesn't work on this new setup I have > so I tried to narrow it down and removed all complexity and trying to > see if this works on just single

Traffic not going through dummynet

2015-07-18 Thread hiren panchasara
This is driving me nuts. I've had an ipfw/dummynet working config on separate setup and the same thing doesn't work on this new setup I have so I tried to narrow it down and removed all complexity and trying to see if this works on just single host. But it doesn't work as I expect it to. I am prett