Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2005 14:31:07 -0400
From:      "David S. Madole" <david@madole.net>
To:        <freebsd-hackers@freebsd.org>
Cc:        daniel@dgnetwork.com.br
Subject:   Re: IPFW+DUMMYNET UPLOAD PROBLEM
Message-ID:  <0abd01c5caa4$1e8c84e0$c3e7a8c0@david>
References:  <4344383B.4000405@dgnetwork.com.br><20051006124625.GZ43195@obiwan.tataz.chchile.org> <43451F84.5070406@dgnetwork.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help
From: "Daniel Dias Gonçalves" <daniel@dgnetwork.com.br>
>
>I have the following rules:
>
>$fwcmd add 600 pipe 602 src-ip 192.168.0.0/24 out
>$fwcmd add 601 pipe 603 dst-ip 192.168.0.0/24 in
>$fwcmd pipe 602 config mask src-ip 0x000000ff bw 128Kbit/s queue 
>10KBytes
>$fwcmd pipe 603 config mask dst-ip 0x000000ff bw 128Kbit/s queue 
>10KBytes
>
>And my test speed from ip 192.168.0.5 is:
>Down 123.66kbps
>Up 766.24kbps

Do you have additional rules that you haven't shown, such as a divert 
rule for NAT?

Perhaps because of NAT the source address is not what you think it is at 
rule 600 and you need to move that rule before your divert rule.

David




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0abd01c5caa4$1e8c84e0$c3e7a8c0>