Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Aug 2004 02:02:37 GMT
From:      "Thiago Pinto Damas" <tdamas@gawab.com>
To:        Bikrant Neupane <bikrant_ml@wlink.com.np>
Cc:        freebsd-net@freebsd.org
Subject:   Re: Changing TOS value
Message-ID:  <20040815020237.1826.qmail@gawab.com>
In-Reply-To: <200408111158.43933.bikrant_ml@wlink.com.np>
References:  <200408111158.43933.bikrant_ml@wlink.com.np>

next in thread | previous in thread | raw e-mail | index | archive | help

  Try to limit the bandwidth for each interface, like:
ipfw pipe 1 config bw 512Kbits/s
ipfw pipe 2 config bw 512Kbits/s
ipfw add pipe 1 ip from 10.0.0.8 to any via wi0 in
ipfw add pipe 2 ip from any to 10.0.0.8 via wi0 out

  This might work!

Bikrant Neupane writes:

> Hi,
> 	I am using freebsd 4.9 as a bandwidth manager. I would like to set IP TOS 
> field to some desired value or is it possible to completely ignore the  TOS 
> value? 
>  I have observed that using different value of TOS affects fairness in b/w 
> allocation in a pipe. So for that specific reason I would like to change the 
> TOS of all IP pkts before it gets into the pipe. 
> 	I think this is very common problem however I didn't find any useful 
> information in google either.
> 
> thanks,
> Bikrant
> _______________________________________________
> freebsd-net@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"



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