Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Mar 1999 17:25:27 +0200 (EET)
From:      Kirill Mukhoyarov <admin@elan-ua.net>
To:        Phillip Ryker <pryker@skynetweb.com>
Cc:        freebsd-net@FreeBSD.ORG
Subject:   Re: IP_Dummynet...
Message-ID:  <Pine.BSF.3.96.990318171113.28409I-100000@mail.elan-ua.net>
In-Reply-To: <36EEF483.50E1623A@skynetweb.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 17 Mar 1999, Phillip Ryker wrote:

> Good evening, 
Hi !
> 
> I am writting to see if it would be possible to get a
> little more insight on setting up dummynet. I have installed freeBSD
> v3.1 -STABLE on a box with 2 ethernet cards. I have done a make world
> and have recompiled the kernel with the following options:
> 
>         OPTION  IPFIREWALL
>         OPTION  IPFIREWALL_VERBOSE
>         OPTION  DUMMYNET

i'm use ipfw 4 bandwidth managing only. For filtering purposes I setup
ipfilter3.2.10.

\/\/\/\
from my kernel config file:

    options	IPFIREWALL
    options	IPFIREWALL_DEFAULT_TO_ACCEPT # not use rc.firewall at all!
    options	DUMMYNET

my rc.conf include added by myself config option:
    control_bandwidth={yes|no}
and

rc.network I add:
    if [ "x$control_bandwidth" != "xNO" ]
    then
	sysctl -w net.inet.ip.fw.one_pass=1 > /dev/null 2>&1 # dummynet(4)
	.	/etc/rc.dummynet	# setup & config pipes
    fi
    
/\/\/\/
it work fine...

-------
best regards,
Kirill Mukhoyarov			ELAN ISP System Administrator
phone +380 44 441 2635			fax +380 44 441 2613






To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990318171113.28409I-100000>