OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Ruslan Ermilov (ruFreeBSD.ORG)
Date: Wed Mar 07 2001 - 08:41:04 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    On Wed, Mar 07, 2001 at 04:34:18PM +0200, Timothy S. Bowers wrote:
    > Hello,
    >
    > Has anyone seen ipfw limit bandwidth on TOS (Type Of Service) ?
    > Any help in the right direction would help :)
    >
    -CURRENT ipfw(8) can do this:

    : iptos spec
    : Match if the IP header contains the comma separated list
    : of service types specified in spec. The supported IP
    : types of service are:
    : lowdelay (IPTOS_LOWDELAY), throughput (IPTOS_THROUGHPUT),
    : reliability (IPTOS_RELIABILITY), mincost (IPTOS_MINCOST),
    : congestion (IPTOS_CE). The absence of a particular type
    : may be denoted with a `!'.

    This way, you can pass IP packets with a given TOS through a certain
    DUMMYNET pipe for bandwidth limitation.

    Cheers,

    -- 
    Ruslan Ermilov		Oracle Developer/DBA,
    rusunbay.com		Sunbay Software AG,
    ruFreeBSD.org		FreeBSD committer,
    +380.652.512.251	Simferopol, Ukraine
    

    http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age

    To Unsubscribe: send mail to majordomoFreeBSD.org with "unsubscribe freebsd-security" in the body of the message