Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2006 22:02:21 -0600
From:      Dan Nelson <dnelson@allantgroup.com>
To:        ryan m <smarts40@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Override dummynet delay limit
Message-ID:  <20061228040221.GB46391@dan.emsphone.com>
In-Reply-To: <d35f8e370612271929j61178b6ci44749c7590a8cd11@mail.gmail.com>
References:  <d35f8e370612271929j61178b6ci44749c7590a8cd11@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Dec 27), ryan m said:
> Hello,
>     I'm trying to override the 10 second limit to a dummynet pipe delay,
> and allow it to be unlimited (or at least several minutes).
> 
> I found this email in the achives:
> http://lists.freebsd.org/pipermail/freebsd-net/2004-March/003370.html
> 
> Following the email I modified /usr/src/sbin/ipfw/ipfw2.c

which is the source to /sbin/ipfw
 
> and I recompiled via
> in the /usr/src directory
> make buildkernel KERNCONF=DUMMYNET
> make installkernel KERNCONF=DUMMYNET

which rebuilt the kernel and left /sbin/ipfw untouched
 
> but I still get
> 
> prompt$ ipfw pipe 1 config delay 60000
> ipfw: delay must be < 10000

You need to rebuild ipfw :)  cd to /usr/src/sbin/ipfw, run "make obj &&
make depend && make && make install" .

-- 
	Dan Nelson
	dnelson@allantgroup.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061228040221.GB46391>