ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Как правильно ограничить скорость (при нескольких интерфейсах) в АльМе24?
@ 2005-06-23 21:41 Arsen_Kirillov
  2005-06-25 10:44 ` Maxim Tyurin
  0 siblings, 1 reply; 5+ messages in thread
From: Arsen_Kirillov @ 2005-06-23 21:41 UTC (permalink / raw)
  To: community

Как правильно ограничить скорость (при нескольких интерфейсах) в Альте?

Имею такую сеть:

Домашняя сетка 1.1/24 --- Гейт --- внутренняя сеть  2.1/24

Хочу ограничить скорость скачивания для компьютеров в сети 1.1/24 с гейта.
Делаю вот это:

#!/bin/bash
TC=/sbin/tc

$TC qdisc  del dev eth1 ingress
$TC qdisc  add dev eth1 handle ffff: ingress
$TC filter add dev eth1 parent ffff: protocol ip prio 10 u32
match ip src 192.168.1.1/24 police rate 20kbit burst 20kbit drop flowid :1
echo " скорость по eth1 ограничена."

После  этого  скорость  скачивания  из  подсети  подклчюенной  к  eth1
действительно  падает.  Но,  маленькое  НО! Я не могу с компьютера 2.2
(который  включен  через другой интерфейс - eth0 в тот же гейт) ничего
скачать, скорость падает практически до нуля!

Помогите, не умею побороть и не понимаю ситуацию.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-06-27 11:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-23 21:41 [Comm] Как правильно ограничить скорость (при нескольких интерфейсах) в АльМе24? Arsen_Kirillov
2005-06-25 10:44 ` Maxim Tyurin
2005-06-26  6:58   ` Dmitry (Mothlike) Marochko
2005-06-27  8:40     ` Alexey I. Froloff
2005-06-27 11:00       ` [Comm] " Michael Shigorin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git