htb upload
am 20.10.2004 00:11:03 von drupix
Hello.
I'm trying to shape my upload using htb but it seems no matter what i
try it will only shape download.
----
tc qdisc del dev eth2 root handle 1:0 htb
tc qdisc add dev eth2 root handle 1:0 htb
tc class add dev eth2 parent 1:0 classid 1:1 htb rate 600kbit
tc class add dev eth2 parent 1:1 classid 1:2 htb rate 300kbit
tc class add dev eth2 parent 1:2 classid 1:21 htb rate 450kbit ceil 590kbit
tc class add dev eth2 parent 1:2 classid 1:22 htb rate 250kbit ceil 290kbit
tc qdisc add dev eth2 parent 1:21 handle 210: pfifo limit 10
tc qdisc add dev eth2 parent 1:22 handle 220: pfifo limit 10
tc filter add dev eth2 parent 1:0 protocol ip prio 1 u32 match ip src
192.168.22.222 flowid 1:21
tc filter add dev eth2 parent 1:0 protocol ip prio 1 u32 match ip src
192.168.22.223 flowid 1:22
-----
I have tried it with dst instead of src and both src and dst. Upload
doesn't seem to bother. eth2 is my WAN.
What am i doing wrong?
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: htb upload
am 20.10.2004 09:25:52 von Ralica Kirilova
> Hello.
> I'm trying to shape my upload using htb but it seems no matter what i
> try it will only shape download.
Hi,
I'm not sure that I can help (I'm pretty sure you know what I want to say),
but anyway ...
This machine must be a router, so it must have 2 ethernet cards. With htb
you shape download on the inside interface and upload on the outside
interface (outside is to your provider)
Sorry if this doesen't help.
And sorry for my bad english :)
Bye
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: htb upload
am 20.10.2004 10:10:07 von drupix
Thank you for your reply, but i already said that eth2 is my outside card.
On Wed, 20 Oct 2004 10:25:52 +0300, Ralica Kirilova
wrote:
>
> > Hello.
> > I'm trying to shape my upload using htb but it seems no matter what i
> > try it will only shape download.
>
> Hi,
> I'm not sure that I can help (I'm pretty sure you know what I want to say),
> but anyway ...
> This machine must be a router, so it must have 2 ethernet cards. With htb
> you shape download on the inside interface and upload on the outside
> interface (outside is to your provider)
>
> Sorry if this doesen't help.
> And sorry for my bad english :)
> Bye
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: htb upload
am 20.10.2004 11:50:46 von drupix
It will shape download if i put in eth0 (my LAN card).
On Wed, 20 Oct 2004 12:44:47 +0300, Fred Orispää
> wrote:
> if you make the same config again, but replace eth2 with your interna=
l
> card, what happens?
> ie have two running tc setups, one for your internal card, one for th=
e
> external.
> usually i only attach tc to one interface, but then again i dont use
> HTB, maybe it behaves differently.
>=20
>=20
>=20
>=20
> On 2004.10.20 11:10, Adrian C. wrote:
> > Thank you for your reply, but i already said that eth2 is my outsid=
e
> > card.
> >
> >
> > On Wed, 20 Oct 2004 10:25:52 +0300, Ralica Kirilova
> > wrote:
> > >
> > > > Hello.
> > > > I'm trying to shape my upload using htb but it seems no matter
> > what i
> > > > try it will only shape download.
> > >
> > > Hi,
> > > I'm not sure that I can help (I'm pretty sure you know what I wan=
t
> > to say),
> > > but anyway ...
> > > This machine must be a router, so it must have 2 ethernet cards.
> > With htb
> > > you shape download on the inside interface and upload on the outs=
ide
> > > interface (outside is to your provider)
> > >
> > > Sorry if this doesen't help.
> > > And sorry for my bad english :)
> > > Bye
> > >
> > > -
> > > To unsubscribe from this list: send the line "unsubscribe
> > linux-admin" in
> > > the body of a message to majordomo@vger.kernel.org
> > > More majordomo info at http://vger.kernel.org/majordomo-info.htm=
l
> > >
> > -
>=20
>=20
> > To unsubscribe from this list: send the line "unsubscribe linux-
> > admin"
> > in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> >
> >
>
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html