IPCOMP on IPSEC

2004-08-25 Thread Thiago Pinto Damas
Hi, I configured a tunnel between two FreeBSD machines with IPSEC, for just using the IPCOMP (without ESP and AH), but the performance wasn't good. Has someone configured a tunnel for only compressing data? Sorry for the bad english! Thiago ___

Re: Changing TOS value

2004-08-15 Thread Thiago Pinto Damas
But there is an ALTQ package for FreeBSD 4.10? Andrew Degtiariov writes: > On Sun, Aug 15, 2004 at 10:09:52AM +0545, Bikrant Neupane wrote: >> Hi, >> Thanks for the reply. But my problem is something else. I want to change the >> TOS value. In Linux we can change the TOS value in the mangle t

Re: Changing TOS value

2004-08-14 Thread Thiago Pinto Damas
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 fre